Home
last modified time | relevance | path

Searched refs:set_style (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc67 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/
DSkPDFDevice.cpp173 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/
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/quickjs/
Drepl.js1478 function set_style(from, to) { function
1556 set_style(start, i);
1558 set_style(n, n);
/third_party/skia/src/ports/
DSkFontMgr_fuchsia.cpp402 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fuchsia.cpp407 query.set_style(SkToFuchsiaStyle(style)); in FetchTypeface()