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

  /external/skia/src/gpu/
GrVertices.h 18 int startIndex() const { return fStartIndex; }
29 int fStartIndex;
58 fStartIndex = 0;
84 fStartIndex = startIndex;
115 fStartIndex = 0;
149 fInstanceBatch.fStartIndex = vertices.fStartIndex;
  /external/skia/src/core/
SkRecordDraw.cpp 619 : fStartIndex(opIndex)
626 int fStartIndex;
751 block.fBounds = fFillBounds.getBounds(sli.fStartIndex);
759 block.fSaveLayerOpID = sli.fStartIndex;

Completed in 757 milliseconds