Searched refs:set_style (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | formatter.cc | 64 /// 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 D | js-list-format-inl.h | 29 inline void JSListFormat::set_style(Style style) { in set_style() function in v8::internal::JSListFormat
|
H A D | js-display-names-inl.h | 27 inline void JSDisplayNames::set_style(Style style) { in set_style() function in v8::internal::JSDisplayNames
|
H A D | js-list-format.h | 72 inline void set_style(Style style);
|
H A D | js-display-names.h | 59 inline void set_style(Style style);
|
H A D | js-list-format.cc | 145 list_format->set_style(style_enum); in New()
|
H A D | js-display-names.cc | 535 display_names->set_style(style_enum); in New()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 196 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 D | SkFontMgr_fuchsia.cpp | 402 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()
|
Completed in 8 milliseconds