Home
last modified time | relevance | path

Searched defs:isIntersectionOfRects (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkClipStackDevice.cpp79 bool isIntersectionOfRects; in onAsRgnClip() local
99 bool isIntersectionOfRects; in onGetClipType() local
/third_party/skia/src/core/
DSkClipStackDevice.cpp78 bool isIntersectionOfRects; in onAsRgnClip() local
115 bool isIntersectionOfRects; in onGetClipType() local
/third_party/flutter/skia/tests/
DClipBoundsTest.cpp32 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DClipStackTest.cpp280 bool isIntersectionOfRects = false; in test_bounds() local
454 bool isIntersectionOfRects; in test_rect_replace() local
561 bool isIntersectionOfRects; in test_rect_merging() local
/third_party/skia/tests/
DClipStackTest.cpp248 bool isIntersectionOfRects = false; in test_bounds() local
394 bool isIntersectionOfRects; in test_rect_replace() local
509 bool isIntersectionOfRects; in test_rect_merging() local
/third_party/flutter/skia/src/gpu/
DGrClip.h164 bool* isIntersectionOfRects) const final { in getConservativeBounds()