Searched refs:fClipRestrictionSaveCount (Results 1 – 2 of 2) sorted by relevance
1246 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()
2401 int fClipRestrictionSaveCount = -1; variable