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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp35 for (fCurrentOp = 0; fCurrentOp < pict->fRecord->count(); ++fCurrentOp) {
36 pict->fRecord->visit<void>(fCurrentOp, *this);
72 unsigned int fCurrentOp; member in class:CollectLayers
143 fSaveStack.push(SaveInfo(fCurrentOp, false, NULL, SkIRect::MakeEmpty()));
163 fSaveStack.push(SaveInfo(fCurrentOp, true, paint, fCurrentClipBounds));
193 slInfo.fRestoreOpID = fCurrentOp;
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp142 for (fCurrentOp = 0; fCurrentOp < record.count(); fCurrentOp++) {
143 record.visit<void>(fCurrentOp, *this);
229 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
245 fBounds[fCurrentOp] = this->bounds(op);
246 this->updateSaveBounds(fBounds[fCurrentOp]);
317 fControlIndices.push(fCurrentOp);
532 // We walk fCurrentOp through the SkRecord, as we go using updateCTM()
535 unsigned fCurrentOp; member in class:SkRecords::FillBounds
[all...]

Completed in 429 milliseconds