Home
last modified time | relevance | path

Searched refs:setForegroundColor (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp102 defaultStyle.setForegroundColor(paint); in drawTest()
129 style.setForegroundColor(foreground); in drawTest()
201 defaultStyle.setForegroundColor(code); in drawCode()
238 style.setForegroundColor(paint); in style()
269 style.setForegroundColor(paint); in drawText()
287 style.setForegroundColor(foreground); in drawText()
321 style.setForegroundColor(paint); in drawLine()
442 style.setForegroundColor(paint); in drawLine()
583 style0.setForegroundColor(black); in drawFlutter()
592 style1.setForegroundColor(blue); in drawFlutter()
[all …]
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp100 defaultStyle.setForegroundColor(paint); in drawTest()
127 style.setForegroundColor(foreground); in drawTest()
199 defaultStyle.setForegroundColor(code); in drawCode()
244 style.setForegroundColor(paint); in style()
275 style.setForegroundColor(paint); in drawText()
293 style.setForegroundColor(foreground); in drawText()
327 style.setForegroundColor(paint); in drawLine()
447 style.setForegroundColor(paint); in drawLine()
588 style0.setForegroundColor(black); in drawFlutter()
597 style1.setForegroundColor(blue); in drawFlutter()
[all …]
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h77 void setForegroundColor(SkPaint paint) { in setForegroundColor() function
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc111 skia.setForegroundColor(txt.foreground); in TxtToSkia()
/third_party/skia/modules/skparagraph/gm/
Dsimple_gm.cpp45 style.setForegroundColor(SkPaint()); in buildParagraph()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp131 ts.setForegroundColor(p1); in toTextStyle()
539 ts.setForegroundColor(foreground); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h164 void setForegroundColor(SkPaint paint) { in setForegroundColor() function
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp991 defaultStyle.setForegroundColor(paint); in updateForegroundPaint()
995 textStyle.fStyle.setForegroundColor(paint); in updateForegroundPaint()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5484 text_style.setForegroundColor(paint); in UNIX_ONLY_TEST()
5540 textStyle.setForegroundColor(paint); in UNIX_ONLY_TEST()
5571 textStyle.setForegroundColor(paint); in UNIX_ONLY_TEST()