HomeSort by relevance Sort by last modified time
    Searched refs:isIntersectionOfRects (Results 1 - 16 of 16) sorted by null

  /external/skia/tests/
ClipBoundsTest.cpp 31 bool isIntersectionOfRects = true;
36 &isIntersectionOfRects);
40 REPORTER_ASSERT(reporter, isIntersectionOfRects);
48 &isIntersectionOfRects);
52 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 256 bool isIntersectionOfRects = false;
294 &isIntersectionOfRects);
297 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
300 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
431 bool isIntersectionOfRects;
478 stack.getBounds(&bound, &type, &isIntersectionOfRects);
538 bool isIntersectionOfRects;
550 stack.getBounds(&bound, &type, &isIntersectionOfRects);
552 REPORTER_ASSERT(reporter, isIntersectionOfRects);
565 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /external/skqp/tests/
ClipBoundsTest.cpp 31 bool isIntersectionOfRects = true;
36 &isIntersectionOfRects);
40 REPORTER_ASSERT(reporter, isIntersectionOfRects);
48 &isIntersectionOfRects);
52 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 256 bool isIntersectionOfRects = false;
294 &isIntersectionOfRects);
297 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
300 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
431 bool isIntersectionOfRects;
478 stack.getBounds(&bound, &type, &isIntersectionOfRects);
538 bool isIntersectionOfRects;
550 stack.getBounds(&bound, &type, &isIntersectionOfRects);
552 REPORTER_ASSERT(reporter, isIntersectionOfRects);
565 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /external/skia/src/core/
SkClipStackDevice.cpp 79 bool isIntersectionOfRects;
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
99 bool isIntersectionOfRects;
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
SkClipStack.cpp 682 bool* isIntersectionOfRects) const {
691 if (isIntersectionOfRects) {
692 *isIntersectionOfRects = false;
699 if (isIntersectionOfRects) {
700 *isIntersectionOfRects = element->fIsIntersectionOfRects;
    [all...]
SkClipStack.h 313 * infinite plane. isIntersectionOfRects is an optional parameter
318 bool* isIntersectionOfRects = nullptr) const;
475 * isIntersectionOfRects is an optional parameter that is true when
484 bool* isIntersectionOfRects = nullptr) const;
  /external/skqp/src/core/
SkClipStackDevice.cpp 79 bool isIntersectionOfRects;
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
99 bool isIntersectionOfRects;
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
SkClipStack.cpp 682 bool* isIntersectionOfRects) const {
691 if (isIntersectionOfRects) {
692 *isIntersectionOfRects = false;
699 if (isIntersectionOfRects) {
700 *isIntersectionOfRects = element->fIsIntersectionOfRects;
    [all...]
SkClipStack.h 313 * infinite plane. isIntersectionOfRects is an optional parameter
318 bool* isIntersectionOfRects = nullptr) const;
475 * isIntersectionOfRects is an optional parameter that is true when
484 bool* isIntersectionOfRects = nullptr) const;
  /external/skia/src/gpu/
GrClip.h 29 bool* isIntersectionOfRects = nullptr) const = 0;
164 bool* isIntersectionOfRects) const final {
166 if (isIntersectionOfRects) {
167 *isIntersectionOfRects = true;
GrClipStackClip.h 30 bool* isIntersectionOfRects) const final;
GrClipStackClip.cpp 63 bool* isIntersectionOfRects) const {
66 if (isIntersectionOfRects) {
67 *isIntersectionOfRects = true;
72 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
  /external/skqp/src/gpu/
GrClip.h 29 bool* isIntersectionOfRects = nullptr) const = 0;
164 bool* isIntersectionOfRects) const final {
166 if (isIntersectionOfRects) {
167 *isIntersectionOfRects = true;
GrClipStackClip.h 30 bool* isIntersectionOfRects) const final;
GrClipStackClip.cpp 63 bool* isIntersectionOfRects) const {
66 if (isIntersectionOfRects) {
67 *isIntersectionOfRects = true;
72 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);

Completed in 973 milliseconds