Home
last modified time | relevance | path

Searched refs:kVerticesPerGlyph (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/batches/
DGrAtlasTextBatch.cpp125 glyphCount * kVerticesPerGlyph, in onPrepareDraws()
164 rect.growToInclude(vertex, vertexStride, kVerticesPerGlyph * subRunGlyphCount); in onPrepareDraws()
187 kVerticesPerGlyph, kIndicesPerGlyph, flushInfo->fGlyphsToFlush, in flush()
190 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush; in flush()
DGrAtlasTextBatch.h20 static const int kVerticesPerGlyph = GrAtlasTextBlob::kVerticesPerGlyph;
/external/skia/src/gpu/text/
DGrAtlasTextBlob.h242 static const int kVerticesPerGlyph = 4; variable
403 fVertexEndIndex += vertexStride * kVerticesPerGlyph; in appendVertices()
DGrAtlasTextBlob_regenInBatch.cpp216 vertex += vertexStride * glyphIdx * GrAtlasTextBatch::kVerticesPerGlyph; in regenInBatch()
DGrAtlasTextBlob.cpp23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; in Create()