Searched refs:getDecorationStyle (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 47 switch (textStyle.getDecorationStyle()) { in paint() 196 switch (textStyle.getDecorationStyle()) { in calculatePaint()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TextStyle.h | 95 TextDecorationStyle getDecorationStyle() const { return fDecoration.fStyle; } in getDecorationStyle() function
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 183 TextDecorationStyle getDecorationStyle() const { return fDecoration.fStyle; } in getDecorationStyle() function
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 304 switch (style.getDecorationStyle()) { in paintDecorations() 342 switch (style.getDecorationStyle()) { in computeDecorationPaint()
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 971 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in DEF_TEST() 978 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in DEF_TEST() 985 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in DEF_TEST() 993 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in DEF_TEST() 1000 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in DEF_TEST()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 2166 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in UNIX_ONLY_TEST() 2173 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in UNIX_ONLY_TEST() 2180 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in UNIX_ONLY_TEST() 2188 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in UNIX_ONLY_TEST() 2195 REPORTER_ASSERT(reporter, style.getDecorationStyle() == in UNIX_ONLY_TEST()
|