Searched refs:fGlyphsToFlush (Results 1 – 2 of 2) sorted by relevance
109 flushInfo.fGlyphsToFlush = 0; in onPrepareDraws()154 kIndicesPerGlyph, flushInfo->fGlyphsToFlush, maxGlyphsPerDraw); in flush()156 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush; in flush()157 flushInfo->fGlyphsToFlush = 0; in flush()
110 int fGlyphsToFlush; member198 void incGlyphCount(int glyphCount = 1) { fFlushInfo->fGlyphsToFlush += glyphCount; }