Searched refs:kVerticesPerGlyph (Results 1 – 5 of 5) sorted by relevance
125 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()
20 static const int kVerticesPerGlyph = GrAtlasTextBlob::kVerticesPerGlyph;
242 static const int kVerticesPerGlyph = 4; variable403 fVertexEndIndex += vertexStride * kVerticesPerGlyph; in appendVertices()
216 vertex += vertexStride * glyphIdx * GrAtlasTextBatch::kVerticesPerGlyph; in regenInBatch()
23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; in Create()