Searched refs:fCurrentOp (Results 1 – 1 of 1) sorted by relevance
193 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; } in setCurrentOp()205 int currentOp() const { return fCurrentOp; } in currentOp()300 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds()314 fBounds[fCurrentOp] = this->bounds(op); in trackBounds()315 this->updateSaveBounds(fBounds[fCurrentOp]); in trackBounds()383 fControlIndices.push(fCurrentOp); in pushControl()608 int fCurrentOp; member in SkRecords::FillBounds