Home
last modified time | relevance | path

Searched refs:set_style (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc64 /// set_style() sets the current style to new_style, flushing any pending
67 void set_style(const diag::Style& new_style) { in set_style() function
117 state.set_style({}); in format()
135 state.set_style({Color::kDefault, true}); in format()
183 state.set_style({prefix[i].color, prefix[i].bold}); in format()
187 state.set_style({Color::kDefault, true}); in format()
195 state.set_style({Color::kDefault, false}); in format()
213 state.set_style({Color::kCyan, false}); in format()
246 state.set_style({}); in format()
/third_party/node/deps/v8/src/objects/
H A Djs-list-format-inl.h29 inline void JSListFormat::set_style(Style style) { in set_style() function in v8::internal::JSListFormat
H A Djs-display-names-inl.h27 inline void JSDisplayNames::set_style(Style style) { in set_style() function in v8::internal::JSDisplayNames
H A Djs-list-format.h72 inline void set_style(Style style);
H A Djs-display-names.h59 inline void set_style(Style style);
H A Djs-list-format.cc145 list_format->set_style(style_enum); in New()
H A Djs-display-names.cc535 display_names->set_style(style_enum); in New()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp196 static void set_style(SkTCopyOnFirstWrite<SkPaint>* paint, SkPaint::Style style) { in set_style() function
409 set_style(&paint, SkPaint::kStroke_Style); in drawPoints()
425 set_style(&paint, SkPaint::kFill_Style); in drawPoints()
586 set_style(&paint, SkPaint::kFill_Style); in internalDrawPath()
588 set_style(&paint, SkPaint::kStroke_Style); in internalDrawPath()
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp402 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()

Completed in 8 milliseconds