Searched refs:set_style (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | formatter.cc | 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/flutter/skia/src/pdf/ |
D | SkPDFDevice.cpp | 173 static void set_style(SkTCopyOnFirstWrite<SkPaint>* paint, SkPaint::Style style) { in set_style() function 380 set_style(&paint, SkPaint::kStroke_Style); in drawPoints() 397 set_style(&paint, SkPaint::kFill_Style); in drawPoints() 562 set_style(&paint, SkPaint::kFill_Style); in internalDrawPath() 564 set_style(&paint, SkPaint::kStroke_Style); in internalDrawPath()
|
/third_party/skia/src/pdf/ |
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/quickjs/ |
D | repl.js | 1478 function set_style(from, to) { function 1556 set_style(start, i); 1558 set_style(n, n);
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 402 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 407 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()
|