Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStencilAndCoverTextContext.cpp29 , fQueuedGlyphCount(0) in GrStencilAndCoverTextContext()
385 SkASSERT(0 == fQueuedGlyphCount); in init()
410 if (fQueuedGlyphCount >= fFallbackGlyphsIdx) { in appendGlyph()
411 SkASSERT(fQueuedGlyphCount == fFallbackGlyphsIdx); in appendGlyph()
417 --fFallbackGlyphsIdx : fQueuedGlyphCount++; in appendGlyph()
431 if (fQueuedGlyphCount > 0) { in flush()
439 fQueuedGlyphCount, GrPathRendering::kWinding_FillType); in flush()
441 fQueuedGlyphCount = 0; in flush()
DGrStencilAndCoverTextContext.h64 int fQueuedGlyphCount; variable