Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.h108 mutable uint32_t fLastDrawnGlyphsID; variable
DGrStencilAndCoverTextContext.cpp355 fLastDrawnGlyphsID(SK_InvalidUniqueID) { in TextRun()
594 if (fLastDrawnGlyphsID != glyphs->getUniqueID()) { in draw()
597 fLastDrawnGlyphsID = glyphs->getUniqueID(); in draw()