Home
last modified time | relevance | path

Searched refs:fCurrentOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRecordDraw.cpp210 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
274 fBounds[fCurrentOp] = this->popSaveBlock(); in trackBounds()
275 fMeta [fCurrentOp].isDraw = isSaveLayer; in trackBounds()
295 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()
296 fMeta [fCurrentOp].isDraw = true; in trackBounds()
297 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()
372 fControlIndices.push_back(fCurrentOp); in pushControl()
544 int fCurrentOp; member in SkRecords::FillBounds
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp199 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
210 int currentOp() const { return fCurrentOp; } in currentOp()
262 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds()
275 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()
276 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()
344 fControlIndices.push_back(fCurrentOp); in pushControl()
517 int fCurrentOp; member in SkRecords::FillBounds