Home
last modified time | relevance | path

Searched refs:getDecorationMode (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DDecorations.cpp44 bool drawGaps = textStyle.getDecorationMode() == TextDecorationMode::kGaps && in paint()
/external/skia/modules/skparagraph/include/
DTextStyle.h181 TextDecorationMode getDecorationMode() const { return fDecoration.fMode; } in getDecorationMode() function