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

  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 116 vertexStride, glyphCount * kVerticesPerGlyph, &vertexBuffer, &flushInfo.fVertexOffset);
151 mesh.setIndexedPatterned(flushInfo->fIndexBuffer.get(), kIndicesPerGlyph, kVerticesPerGlyph,
155 flushInfo->fVertexOffset += kVerticesPerGlyph * flushInfo->fGlyphsToFlush;
GrAtlasTextOp.h 25 static const int kVerticesPerGlyph = GrAtlasTextBlob::kVerticesPerGlyph;
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 236 static const int kVerticesPerGlyph = 4;
395 fVertexEndIndex += vertexStride * kVerticesPerGlyph;
GrAtlasTextBlob_regenInOp.cpp 206 vertex += vertexStride * glyphIdx * GrAtlasTextOp::kVerticesPerGlyph;
GrAtlasTextBlob.cpp 22 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize;

Completed in 69 milliseconds