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

  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 104 int fGlyphsToFlush;
208 fFlushInfo->fGlyphsToFlush += glyphCount;
GrAtlasTextBatch.cpp 115 flushInfo.fGlyphsToFlush = 0;
187 kVerticesPerGlyph, kIndicesPerGlyph, flushInfo->fGlyphsToFlush,
190 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush;
191 flushInfo->fGlyphsToFlush = 0;

Completed in 51 milliseconds