Searched defs:verticesCount (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/text/
H A DGrAtlasTextBlob.cpp23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; local
25 verticesCount +
39 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount);

Completed in 100 milliseconds