HomeSort by relevance Sort by last modified time
    Searched refs:fGlyphsToFlush (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 110 int fGlyphsToFlush;
198 void incGlyphCount(int glyphCount = 1) { fFlushInfo->fGlyphsToFlush += glyphCount; }
GrAtlasTextOp.cpp 109 flushInfo.fGlyphsToFlush = 0;
154 kIndicesPerGlyph, flushInfo->fGlyphsToFlush, maxGlyphsPerDraw);
156 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush;
157 flushInfo->fGlyphsToFlush = 0;

Completed in 54 milliseconds