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

  /external/skia/src/gpu/
GrClip.cpp 19 * 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/
ClipBoundsTest.cpp 44 bool isIntersectionOfRects = true;
49 &isIntersectionOfRects);
53 REPORTER_ASSERT(reporter, isIntersectionOfRects);
62 &isIntersectionOfRects);
66 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 244 bool isIntersectionOfRects = false;
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/src/core/
SkClipStack.cpp 600 bool* isIntersectionOfRects) const {
609 if (isIntersectionOfRects) {
610 *isIntersectionOfRects = false;
617 if (isIntersectionOfRects) {
618 *isIntersectionOfRects = element->fIsIntersectionOfRects;
819 bool* isIntersectionOfRects) const {
829 this->getBounds(&temp, &boundType, isIntersectionOfRects);
  /external/skia/include/core/
SkClipStack.h 304 * infinite plane. isIntersectionOfRects is an optional parameter
309 bool* isIntersectionOfRects = NULL) const;
439 * isIntersectionOfRects is an optional parameter that is true when
448 bool* isIntersectionOfRects = NULL) const;
  /external/skia/include/gpu/
GrClip.h 163 bool* isIntersectionOfRects = NULL) const;

Completed in 275 milliseconds