/external/skqp/tests/ |
D | ClipBoundsTest.cpp | 34 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 39 &isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 43 REPORTER_ASSERT(reporter, isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 51 &isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 55 REPORTER_ASSERT(reporter, isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ClipStackTest.cpp | 278 bool isIntersectionOfRects = false; in test_bounds() local 316 &isIntersectionOfRects); in test_bounds() 319 REPORTER_ASSERT(reporter, isIntersectionOfRects == in test_bounds() 322 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_bounds() 452 bool isIntersectionOfRects; in test_rect_replace() local 499 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_replace() 559 bool isIntersectionOfRects; in test_rect_merging() local 571 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging() 573 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging() 586 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging() [all …]
|
/external/skqp/src/core/ |
D | SkClipStackDevice.cpp | 79 bool isIntersectionOfRects; in onAsRgnClip() local 81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onAsRgnClip() 82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) { in onAsRgnClip() 99 bool isIntersectionOfRects; in onGetClipType() local 101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onGetClipType() 102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) { in onGetClipType()
|
D | SkClipStack.cpp | 679 bool* isIntersectionOfRects) const { in getBounds() 688 if (isIntersectionOfRects) { in getBounds() 689 *isIntersectionOfRects = false; in getBounds() 696 if (isIntersectionOfRects) { in getBounds() 697 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds() 939 bool* isIntersectionOfRects) const { in getConservativeBounds() 949 this->getBounds(&temp, &boundType, isIntersectionOfRects); in getConservativeBounds()
|
D | SkClipStack.h | 322 bool* isIntersectionOfRects = nullptr) const; 488 bool* isIntersectionOfRects = nullptr) const;
|
/external/skia/src/core/ |
D | SkClipStackDevice.cpp | 90 bool isIntersectionOfRects; in onAsRgnClip() local 92 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onAsRgnClip() 93 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) { in onAsRgnClip() 119 bool isIntersectionOfRects; in onGetClipType() local 121 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects); in onGetClipType() 122 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) { in onGetClipType()
|
D | SkClipStack.cpp | 722 bool* isIntersectionOfRects) const { in getBounds() 731 if (isIntersectionOfRects) { in getBounds() 732 *isIntersectionOfRects = false; in getBounds() 739 if (isIntersectionOfRects) { in getBounds() 740 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds() 970 bool* isIntersectionOfRects) const { in getConservativeBounds() 980 this->getBounds(&temp, &boundType, isIntersectionOfRects); in getConservativeBounds()
|
D | SkClipStack.h | 343 bool* isIntersectionOfRects = nullptr) const; 504 bool* isIntersectionOfRects = nullptr) const;
|
/external/skia/tests/ |
D | ClipBoundsTest.cpp | 37 bool isIntersectionOfRects = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 42 &isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 46 REPORTER_ASSERT(reporter, isIntersectionOfRects); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ClipStackTest.cpp | 280 bool isIntersectionOfRects = false; in test_bounds() local 319 &isIntersectionOfRects); in test_bounds() 322 REPORTER_ASSERT(reporter, isIntersectionOfRects == in test_bounds() 325 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_bounds() 455 bool isIntersectionOfRects; in test_rect_replace() local 502 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_replace() 562 bool isIntersectionOfRects; in test_rect_merging() local 574 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging() 576 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging() 589 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging() [all …]
|
/external/skqp/src/gpu/ |
D | GrClip.h | 29 bool* isIntersectionOfRects = nullptr) const = 0; 164 bool* isIntersectionOfRects) const final { in getConservativeBounds() argument 166 if (isIntersectionOfRects) { in getConservativeBounds() 167 *isIntersectionOfRects = true; in getConservativeBounds()
|
D | GrClipStackClip.cpp | 65 bool* isIntersectionOfRects) const { in getConservativeBounds() 68 if (isIntersectionOfRects) { in getConservativeBounds() 69 *isIntersectionOfRects = true; in getConservativeBounds() 74 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects); in getConservativeBounds()
|
D | GrClipStackClip.h | 30 bool* isIntersectionOfRects) const final;
|