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

  /external/skia/src/gpu/
GrAuditTrail.cpp 95 const Op* currentOp = bn->fChildren[j];
96 outOp.fBounds = currentOp->fBounds;
97 outOp.fClientID = currentOp->fClientID;
  /external/skqp/src/gpu/
GrAuditTrail.cpp 95 const Op* currentOp = bn->fChildren[j];
96 outOp.fBounds = currentOp->fBounds;
97 outOp.fClientID = currentOp->fClientID;
  /external/skia/src/core/
SkRecordDraw.cpp 186 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; }
198 int currentOp() const { return fCurrentOp; }
  /external/skqp/src/core/
SkRecordDraw.cpp 186 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; }
198 int currentOp() const { return fCurrentOp; }

Completed in 97 milliseconds