Searched refs:isIntersectionOfRects (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrClip.cpp19 * isIntersectionOfRects will be set to true.
22 bool* isIntersectionOfRects) const {
26 if (isIntersectionOfRects) {
27 *isIntersectionOfRects = true;
32 if (isIntersectionOfRects) {
33 *isIntersectionOfRects = true;
43 isIntersectionOfRects);
/external/skia/tests/
H A DClipCacheTest.cpp76 bool isIntersectionOfRects = true; local
81 &isIntersectionOfRects);
85 REPORTER_ASSERT(reporter, isIntersectionOfRects);
94 &isIntersectionOfRects);
98 REPORTER_ASSERT(reporter, isIntersectionOfRects);
H A DClipStackTest.cpp244 bool isIntersectionOfRects = false; local
282 &isIntersectionOfRects);
285 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
288 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
419 bool isIntersectionOfRects;
466 stack.getBounds(&bound, &type, &isIntersectionOfRects);
526 bool isIntersectionOfRects;
538 stack.getBounds(&bound, &type, &isIntersectionOfRects);
540 REPORTER_ASSERT(reporter, isIntersectionOfRects);
553 stack.getBounds(&bound, &type, &isIntersectionOfRects);
[all...]
/external/skia/include/gpu/
H A DGrClip.h162 bool* isIntersectionOfRects = NULL) const {
164 devResult, isIntersectionOfRects);
169 bool* isIntersectionOfRects = NULL) const;
/external/skia/src/core/
H A DSkClipStack.cpp597 bool* isIntersectionOfRects) const {
606 if (isIntersectionOfRects) {
607 *isIntersectionOfRects = false;
614 if (isIntersectionOfRects) {
615 *isIntersectionOfRects = element->fIsIntersectionOfRects;
816 bool* isIntersectionOfRects) const {
826 this->getBounds(&temp, &boundType, isIntersectionOfRects);
/external/skia/include/core/
H A DSkClipStack.h305 * infinite plane. isIntersectionOfRects is an optional parameter
310 bool* isIntersectionOfRects = NULL) const;
440 * isIntersectionOfRects is an optional parameter that is true when
449 bool* isIntersectionOfRects = NULL) const;

Completed in 140 milliseconds