Home
last modified time | relevance | path

Searched refs:setDecorationMode (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp51 style.setDecorationMode(skia::textlayout::TextDecorationMode::kThrough); in buildParagraph()
/external/skia/modules/skparagraph/include/
DTextStyle.h188 void setDecorationMode(TextDecorationMode mode) { fDecoration.fMode = mode; } in setDecorationMode() function
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2617 text_style.setDecorationMode(TextDecorationMode::kThrough); in onDrawContent()
2623 text_style.setDecorationMode(TextDecorationMode::kGaps); in onDrawContent()
3109 text_style.setDecorationMode(TextDecorationMode::kGaps); in onDrawContent()