Home
last modified time | relevance | path

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

/third_party/skia/tests/
DClipStackTest.cpp401 stack.replaceClip(rect, false); in test_rect_replace()
403 stack.replaceClip(rect, false); in test_rect_replace()
412 stack.replaceClip(rect, true); in test_rect_replace()
414 stack.replaceClip(rect, true); in test_rect_replace()
423 stack.replaceClip(rect, false); in test_rect_replace()
425 stack.replaceClip(rect, true); in test_rect_replace()
427 stack.replaceClip(rect, false); in test_rect_replace()
434 stack.replaceClip(rect, false); in test_rect_replace()
439 stack.replaceClip(rect, false); in test_rect_replace()
447 stack.replaceClip(rect, false); in test_rect_replace()
[all …]
DGrClipStackTest.cpp1690 cs.replaceClip(replace); in DEF_TEST()
/third_party/skia/src/core/
DSkRasterClipStack.h78 void replaceClip(const SkIRect& rect) { in replaceClip() function
DSkClipStackDevice.cpp57 fClipStack.replaceClip(deviceRect, /*doAA=*/false); in onReplaceClip()
DSkClipStack.h378 void replaceClip(const SkRect& devRect, bool doAA);
DSkDevice.h180 void replaceClip(const SkIRect& rect) { in replaceClip() function
DSkBitmapDevice.cpp678 fRCStack.replaceClip(deviceRect.round()); in onReplaceClip()
DSkClipStack.cpp774 void SkClipStack::replaceClip(const SkRect& rect, bool doAA) { in replaceClip() function in SkClipStack
DSkCanvas.cpp1498 this->topDevice()->replaceClip(deviceRestriction); in onResetClip()
/third_party/skia/src/gpu/v1/
DDevice_v1.h169 fClip.replaceClip(deviceRect.round()); in onReplaceClip()
DClipStack.h74 void replaceClip(const SkIRect& rect);
DClipStack.cpp1530 void ClipStack::replaceClip(const SkIRect& rect) { in replaceClip() function in skgpu::v1::ClipStack