Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkCanvas.cpp1246 if (this->getSaveCount() < fClipRestrictionSaveCount) { in internalRestore()
1248 fClipRestrictionSaveCount = -1; in internalRestore()
1465 SkASSERT(fClipRestrictionSaveCount < 0 && fClipRestrictionRect.isEmpty()); in androidFramework_setDeviceClipRestriction()
1467 if (fClipRestrictionSaveCount < 0 && !rect.isEmpty()) { in androidFramework_setDeviceClipRestriction()
1469 fClipRestrictionSaveCount = this->getSaveCount(); in androidFramework_setDeviceClipRestriction()
1488 if (fClipRestrictionSaveCount >= 0 && this->topDevice() == this->baseDevice()) { in onResetClip()
/third_party/skia/include/core/
DSkCanvas.h2401 int fClipRestrictionSaveCount = -1; variable