Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkClipStackDevice.cpp79 bool isIntersectionOfRects; in onAsRgnClip() local
99 bool isIntersectionOfRects; in onGetClipType() local
/external/skia/src/core/
DSkClipStackDevice.cpp90 bool isIntersectionOfRects; in onAsRgnClip() local
119 bool isIntersectionOfRects; in onGetClipType() local
/external/skqp/tests/
DClipBoundsTest.cpp34 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DClipStackTest.cpp278 bool isIntersectionOfRects = false; in test_bounds() local
452 bool isIntersectionOfRects; in test_rect_replace() local
559 bool isIntersectionOfRects; in test_rect_merging() local
/external/skia/tests/
DClipBoundsTest.cpp37 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DClipStackTest.cpp280 bool isIntersectionOfRects = false; in test_bounds() local
455 bool isIntersectionOfRects; in test_rect_replace() local
562 bool isIntersectionOfRects; in test_rect_merging() local
/external/skqp/src/gpu/
DGrClip.h164 bool* isIntersectionOfRects) const final { in getConservativeBounds()