HomeSort by relevance Sort by last modified time
    Searched defs:verticesCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTextBlobCache.cpp 20 size_t verticesCount = glyphCount * kVerticesPerGlyph * maxVASize;
22 verticesCount +
30 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount);
  /frameworks/base/libs/hwui/
Patch.h 52 uint32_t verticesCount = 0;

Completed in 50 milliseconds