Home
last modified time | relevance | path

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

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