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

/external/skia/src/gpu/
H A DGrVertices.h18 int startIndex() const { return fStartIndex; }
29 int fStartIndex; member in class:GrNonInstancedVertices
58 fStartIndex = 0;
84 fStartIndex = startIndex;
115 fStartIndex = 0;
149 fInstanceBatch.fStartIndex = vertices.fStartIndex;
/external/skia/src/core/
H A DSkRecordDraw.cpp619 : fStartIndex(opIndex)
626 int fStartIndex; member in struct:SkRecords::CollectLayers::SaveLayerInfo
751 block.fBounds = fFillBounds.getBounds(sli.fStartIndex);
759 block.fSaveLayerOpID = sli.fStartIndex;

Completed in 105 milliseconds