Searched defs:fVertexEndIndex (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrAtlasTextContext.h108 , fVertexEndIndex(0)
122 size_t fVertexEndIndex; member in struct:GrAtlasTextContext::BitmapTextBlob::Run::SubRunInfo
138 newSubRun.fVertexStartIndex = prevSubRun.fVertexEndIndex;
139 newSubRun.fVertexEndIndex = prevSubRun.fVertexEndIndex;

Completed in 46 milliseconds