Home
last modified time | relevance | path

Searched defs:currentOp (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrAuditTrail.cpp96 const Op* currentOp = bn->fChildren[j]; in copyOutFromOpList() local
/third_party/skia/src/gpu/
DGrAuditTrail.cpp95 const Op* currentOp = bn->fChildren[j]; in copyOutFromOpsTask() local
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp199 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
210 int currentOp() const { return fCurrentOp; } in currentOp() function in SkRecords::FillBounds
/third_party/skia/src/core/
DSkRecordDraw.cpp210 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()