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

  /external/skia/src/gpu/
GrClipData.cpp 19 * isIntersectionOfRects will be set to true.
23 bool* isIntersectionOfRects) const {
31 isIntersectionOfRects);
  /external/skia/include/gpu/
GrClipData.h 54 bool* isIntersectionOfRects = NULL) const;
  /external/skia/tests/
ClipCacheTest.cpp 73 bool isIntersectionOfRects = true;
78 &isIntersectionOfRects);
82 REPORTER_ASSERT(reporter, isIntersectionOfRects);
91 &isIntersectionOfRects);
95 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 249 bool isIntersectionOfRects = false;
276 &isIntersectionOfRects);
279 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
282 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
407 bool isIntersectionOfRects;
419 stack.getBounds(&bound, &type, &isIntersectionOfRects);
421 REPORTER_ASSERT(reporter, isIntersectionOfRects);
434 stack.getBounds(&bound, &type, &isIntersectionOfRects);
436 REPORTER_ASSERT(reporter, isIntersectionOfRects);
449 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 459 bool* isIntersectionOfRects) const {
468 if (NULL != isIntersectionOfRects) {
469 *isIntersectionOfRects = false;
476 if (NULL != isIntersectionOfRects) {
477 *isIntersectionOfRects = element->fIsIntersectionOfRects;
706 bool* isIntersectionOfRects) const {
716 this->getBounds(&temp, &boundType, isIntersectionOfRects);
  /external/skia/include/core/
SkClipStack.h 281 * infinite plane. isIntersectionOfRects is an optional parameter
286 bool* isIntersectionOfRects = NULL) const;
421 * isIntersectionOfRects is an optional parameter that is true when
430 bool* isIntersectionOfRects = NULL) const;

Completed in 1105 milliseconds