Home
last modified time | relevance | path

Searched refs:savesToIgnore (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp492 bool adjustForSaveLayerPaints(SkRect* rect, int savesToIgnore = 0) const { in adjustForSaveLayerPaints() argument
493 for (int i = fSaveStack.count() - 1 - savesToIgnore; i >= 0; i--) { in adjustForSaveLayerPaints()
/third_party/skia/src/core/
DSkRecordDraw.cpp518 bool adjustForSaveLayerPaints(SkRect* rect, int savesToIgnore = 0) const { in adjustForSaveLayerPaints() argument
519 for (int i = fSaveStack.count() - 1 - savesToIgnore; i >= 0; i--) { in adjustForSaveLayerPaints()