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

  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 401 size_t vertexEndIndex() const { return fVertexEndIndex; }
419 fVertexStartIndex = prev.vertexEndIndex();
420 fVertexEndIndex = prev.vertexEndIndex();
GrAtlasTextBlob.cpp 101 intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices + subRun->vertexEndIndex());
545 SkASSERT_RELEASE(lSubRun.vertexEndIndex() == rSubRun.vertexEndIndex());

Completed in 71 milliseconds