Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRecordDraw.cpp191 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
202 int currentOp() const { return fCurrentOp; } in currentOp()
254 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds()
267 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()
268 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()
336 fControlIndices.push_back(fCurrentOp); in pushControl()
494 int fCurrentOp; member in SkRecords::FillBounds
/external/skia/src/core/
DSkRecordDraw.cpp195 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
206 int currentOp() const { return fCurrentOp; } in currentOp()
258 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds()
271 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()
272 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()
340 fControlIndices.push_back(fCurrentOp); in pushControl()
499 int fCurrentOp; member in SkRecords::FillBounds