Home
last modified time | relevance | path

Searched refs:clipRestriction (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkClipStackDevice.cpp54 void SkClipStackDevice::onSetDeviceClipRestriction(SkIRect* clipRestriction) { in onSetDeviceClipRestriction() argument
55 if (clipRestriction->isEmpty()) { in onSetDeviceClipRestriction()
56 fClipStack.setDeviceClipRestriction(*clipRestriction); in onSetDeviceClipRestriction()
59 SkIRect rect = clipRestriction->makeOffset(-origin.x(), -origin.y()); in onSetDeviceClipRestriction()
/external/skqp/src/core/
DSkClipStackDevice.cpp54 void SkClipStackDevice::onSetDeviceClipRestriction(SkIRect* clipRestriction) { in onSetDeviceClipRestriction() argument
55 if (clipRestriction->isEmpty()) { in onSetDeviceClipRestriction()
56 fClipStack.setDeviceClipRestriction(*clipRestriction); in onSetDeviceClipRestriction()
59 SkIRect rect = clipRestriction->makeOffset(-origin.x(), -origin.y()); in onSetDeviceClipRestriction()
/external/skia/src/compute/sk/
DSkDevice_Compute.h97 void onSetDeviceClipRestriction(SkIRect* clipRestriction) override { in onSetDeviceClipRestriction() argument
98 this->SkClipStackDevice::onSetDeviceClipRestriction(clipRestriction); in onSetDeviceClipRestriction()
/external/skqp/src/compute/sk/
DSkDevice_Compute.h97 void onSetDeviceClipRestriction(SkIRect* clipRestriction) override { in onSetDeviceClipRestriction() argument
98 this->SkClipStackDevice::onSetDeviceClipRestriction(clipRestriction); in onSetDeviceClipRestriction()