Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DDecorations.cpp44 bool drawGaps = textStyle.getDecorationMode() == TextDecorationMode::kGaps && in paint()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h53 enum TextDecorationMode { kGaps, kThrough }; enumerator
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2630 text_style.setDecorationMode(TextDecorationMode::kGaps); in onDrawContent()
3116 text_style.setDecorationMode(TextDecorationMode::kGaps); in onDrawContent()