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

  /frameworks/base/libs/hwui/
Patch.h 52 uint32_t verticesCount = 0;
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize;
25 verticesCount +
39 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount);

Completed in 4235 milliseconds