Searched refs:kVerticesPerGlyph (Results 1 – 5 of 5) sorted by relevance
116 vertexStride, glyphCount * kVerticesPerGlyph, &vertexBuffer, &flushInfo.fVertexOffset); in onPrepareDraws()151 mesh.setIndexedPatterned(flushInfo->fIndexBuffer.get(), kIndicesPerGlyph, kVerticesPerGlyph, in flush()155 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush; in flush()
25 static const int kVerticesPerGlyph = GrAtlasTextBlob::kVerticesPerGlyph; variable
236 static const int kVerticesPerGlyph = 4; variable395 fVertexEndIndex += vertexStride * kVerticesPerGlyph; in appendVertices()
206 vertex += vertexStride * glyphIdx * GrAtlasTextOp::kVerticesPerGlyph; in regenInOp()
22 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; in Make()