Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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()
542 // We walk fCurrentOp through the SkRecord,
544 int fCurrentOp; member in SkRecords::FillBounds

Completed in 2 milliseconds