Searched refs:fSaveStack (Results 1 – 1 of 1) sorted by relevance
194 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM }); in FillBounds()200 while (!fSaveStack.isEmpty()) { in ~FillBounds()273 const bool isSaveLayer = fSaveStack.top().paint != nullptr; in trackBounds()311 fSaveStack.push_back(sb); in pushSaveBlock()358 fSaveStack.pop(&sb); in popSaveBlock()373 if (!fSaveStack.isEmpty()) { in pushControl()374 fSaveStack.top().controlOps++; in pushControl()386 if (!fSaveStack.isEmpty()) { in updateSaveBounds()387 fSaveStack.top().bounds.join(bounds); in updateSaveBounds()519 for (int i = fSaveStack.count() - 1 - savesToIgnore; i >= 0; i--) { in adjustForSaveLayerPaints()[all …]