Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp184 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()
196 int currentOp() const { return fCurrentOp; } in currentOp()
291 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds()
304 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()
305 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()
373 fControlIndices.push(fCurrentOp); in pushControl()
596 int fCurrentOp; member in SkRecords::FillBounds