Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp116 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()
DGrAtlasTextOp.h25 static const int kVerticesPerGlyph = GrAtlasTextBlob::kVerticesPerGlyph; variable
/external/skia/src/gpu/text/
DGrAtlasTextBlob.h236 static const int kVerticesPerGlyph = 4; variable
395 fVertexEndIndex += vertexStride * kVerticesPerGlyph; in appendVertices()
DGrAtlasTextBlob_regenInOp.cpp206 vertex += vertexStride * glyphIdx * GrAtlasTextOp::kVerticesPerGlyph; in regenInOp()
DGrAtlasTextBlob.cpp22 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; in Make()