Home
last modified time | relevance | path

Searched defs:paintID (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DTextStyle.h217 void setForegroundPaintID(ParagraphPainter::PaintID paintID) { in setForegroundPaintID()
237 void setBackgroundPaintID(ParagraphPainter::PaintID paintID) { in setBackgroundPaintID()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp1707 auto paintID = std::get_if<ParagraphPainter::PaintID>(&paintOrID); in GetLineFontMetrics() local
1726 auto paintID = updateTextStyleColorAndForeground(defaultStyle, color); in GetLineFontMetrics() local
1741 auto paintID = updateTextStyleColorAndForeground(textStyle.fStyle, color); in GetLineFontMetrics() local