Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds