Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DTextStyle.h270 void addShadow(TextShadow shadow) { fTextShadows.emplace_back(shadow); } in addShadow() function
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp192 ts.addShadow(shadow); in toTextStyle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1271 SR.addShadow(lhs); in resolveReferences()
1346 SR.addShadow(A); in resolveReferences()
1347 SR.addShadow(B); in resolveReferences()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp129 style.addShadow(TextShadow(SK_ColorBLACK, SkPoint::Make(5, 5), 2)); in drawTest()
1803 text_style.addShadow(TextShadow(SK_ColorBLACK, SkPoint::Make(h, v), b)); in onDrawContent()
3675 assyrian.addShadow(TextShadow(SK_ColorGREEN, SkPoint::Make(5, 5), 2)); in onDrawContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1960 void addShadow(Init *Key) { Shadowed.insert(Key); } in addShadow() function
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp4136 text_style.addShadow(TextShadow(SK_ColorBLACK, SkPoint::Make(2.0f, 2.0f), 1.0)); in UNIX_ONLY_TEST()
4174 text_style.addShadow(TextShadow(SK_ColorBLACK, SkPoint::Make(2.0f, 2.0f), 1.0f)); in UNIX_ONLY_TEST()
4178 text_style.addShadow(TextShadow(SK_ColorRED, SkPoint::Make(2.0f, 2.0f), 5.0f)); in UNIX_ONLY_TEST()
4179 text_style.addShadow(TextShadow(SK_ColorGREEN, SkPoint::Make(10.0f, -5.0f), 3.0f)); in UNIX_ONLY_TEST()
4186 text_style.addShadow(TextShadow(SK_ColorRED, SkPoint::Make(0.0f, 1.0f), 0.0f)); in UNIX_ONLY_TEST()