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 393 size_t vertexEndIndex() const { return fVertexEndIndex; }
411 fVertexStartIndex = prev.vertexEndIndex();
412 fVertexEndIndex = prev.vertexEndIndex();
GrAtlasTextBlob.cpp 107 intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices + subRun->vertexEndIndex());
514 SkASSERT_RELEASE(lSubRun.vertexEndIndex() == rSubRun.vertexEndIndex());

Completed in 60 milliseconds