Searched refs:mutableClipRestriction (Results 1 – 12 of 12) sorted by relevance
125 void setDeviceClipRestriction(SkIRect* mutableClipRestriction) { in setDeviceClipRestriction() argument126 this->writable_rc().setDeviceClipRestriction(mutableClipRestriction); in setDeviceClipRestriction()
116 void androidFramework_setDeviceClipRestriction(SkIRect* mutableClipRestriction) { in androidFramework_setDeviceClipRestriction() argument117 this->onSetDeviceClipRestriction(mutableClipRestriction); in androidFramework_setDeviceClipRestriction()152 virtual void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) {} in onSetDeviceClipRestriction() argument
570 void SkBitmapDevice::onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) { in onSetDeviceClipRestriction() argument571 fRCStack.setDeviceClipRestriction(mutableClipRestriction); in onSetDeviceClipRestriction()572 if (!mutableClipRestriction->isEmpty()) { in onSetDeviceClipRestriction()573 SkRegion rgn(*mutableClipRestriction); in onSetDeviceClipRestriction()
33 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
134 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
78 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override {} in onSetDeviceClipRestriction() argument
581 void SkBitmapDevice::onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) { in onSetDeviceClipRestriction() argument582 fRCStack.setDeviceClipRestriction(mutableClipRestriction); in onSetDeviceClipRestriction()583 if (!mutableClipRestriction->isEmpty()) { in onSetDeviceClipRestriction()584 SkRegion rgn(*mutableClipRestriction); in onSetDeviceClipRestriction()