Searched refs:replaceClip (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 401 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 …]
|
D | GrClipStackTest.cpp | 1690 cs.replaceClip(replace); in DEF_TEST()
|
/third_party/skia/src/core/ |
D | SkRasterClipStack.h | 78 void replaceClip(const SkIRect& rect) { in replaceClip() function
|
D | SkClipStackDevice.cpp | 57 fClipStack.replaceClip(deviceRect, /*doAA=*/false); in onReplaceClip()
|
D | SkClipStack.h | 378 void replaceClip(const SkRect& devRect, bool doAA);
|
D | SkDevice.h | 180 void replaceClip(const SkIRect& rect) { in replaceClip() function
|
D | SkBitmapDevice.cpp | 678 fRCStack.replaceClip(deviceRect.round()); in onReplaceClip()
|
D | SkClipStack.cpp | 774 void SkClipStack::replaceClip(const SkRect& rect, bool doAA) { in replaceClip() function in SkClipStack
|
D | SkCanvas.cpp | 1498 this->topDevice()->replaceClip(deviceRestriction); in onResetClip()
|
/third_party/skia/src/gpu/v1/ |
D | Device_v1.h | 169 fClip.replaceClip(deviceRect.round()); in onReplaceClip()
|
D | ClipStack.h | 74 void replaceClip(const SkIRect& rect);
|
D | ClipStack.cpp | 1530 void ClipStack::replaceClip(const SkIRect& rect) { in replaceClip() function in skgpu::v1::ClipStack
|