HomeSort by relevance Sort by last modified time
    Searched refs:fCurrentOp (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRecordDraw.cpp 186 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; }
198 int currentOp() const { return fCurrentOp; }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
306 fBounds[fCurrentOp] = this->bounds(op);
307 this->updateSaveBounds(fBounds[fCurrentOp]);
375 fControlIndices.push(fCurrentOp);
599 // We walk fCurrentOp through the SkRecord, as we go using updateCTM()
602 int fCurrentOp;
  /external/skqp/src/core/
SkRecordDraw.cpp 186 void setCurrentOp(int currentOp) { fCurrentOp = currentOp; }
198 int currentOp() const { return fCurrentOp; }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
306 fBounds[fCurrentOp] = this->bounds(op);
307 this->updateSaveBounds(fBounds[fCurrentOp]);
375 fControlIndices.push(fCurrentOp);
599 // We walk fCurrentOp through the SkRecord, as we go using updateCTM()
602 int fCurrentOp;

Completed in 87 milliseconds