Searched refs:mutableClipRestriction (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkClipStackDevice.h33 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
H A DSkDevice.h116 void androidFramework_setDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
117 this->onSetDeviceClipRestriction(mutableClipRestriction);
152 virtual void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) {} argument
H A DSkRasterClipStack.h125 void setDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
126 this->writable_rc().setDeviceClipRestriction(mutableClipRestriction);
H A DSkBitmapDevice.cpp581 void SkBitmapDevice::onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
582 fRCStack.setDeviceClipRestriction(mutableClipRestriction);
583 if (!mutableClipRestriction->isEmpty()) {
584 SkRegion rgn(*mutableClipRestriction);
H A DSkBitmapDevice.h134 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
H A DSkCanvas.cpp78 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override {}
/external/skqp/src/core/
H A DSkClipStackDevice.h33 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
H A DSkDevice.h116 void androidFramework_setDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
117 this->onSetDeviceClipRestriction(mutableClipRestriction);
152 virtual void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) {} argument
H A DSkRasterClipStack.h125 void setDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
126 this->writable_rc().setDeviceClipRestriction(mutableClipRestriction);
H A DSkBitmapDevice.cpp570 void SkBitmapDevice::onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) { argument
571 fRCStack.setDeviceClipRestriction(mutableClipRestriction);
572 if (!mutableClipRestriction->isEmpty()) {
573 SkRegion rgn(*mutableClipRestriction);
H A DSkBitmapDevice.h134 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override;
H A DSkCanvas.cpp78 void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) override {}

Completed in 303 milliseconds