Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStackDevice.cpp79 bool isIntersectionOfRects; in onAsRgnClip() local
99 bool isIntersectionOfRects; in onGetClipType() local
/external/skia/tests/
DClipBoundsTest.cpp31 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DClipStackTest.cpp250 bool isIntersectionOfRects = false; in test_bounds() local
425 bool isIntersectionOfRects; in test_rect_replace() local
532 bool isIntersectionOfRects; in test_rect_merging() local
/external/skia/src/gpu/
DGrClip.h140 bool* isIntersectionOfRects) const final { in getConservativeBounds()