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

  /external/skia/src/gpu/
GrAtlasTextContext.h 108 , fVertexEndIndex(0)
122 size_t fVertexEndIndex;
138 newSubRun.fVertexStartIndex = prevSubRun.fVertexEndIndex;
139 newSubRun.fVertexEndIndex = prevSubRun.fVertexEndIndex;
GrAtlasTextContext.cpp 505 newRun.fVertexStartIndex = lastRun.fVertexEndIndex;
506 newRun.fVertexEndIndex = lastRun.fVertexEndIndex;
    [all...]

Completed in 31 milliseconds