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

  /external/chromium_org/third_party/skia/src/gpu/
GrClipData.cpp 19 * isIntersectionOfRects will be set to true.
23 bool* isIntersectionOfRects) const {
31 isIntersectionOfRects);
  /external/skia/src/gpu/
GrClipData.cpp 19 * isIntersectionOfRects will be set to true.
23 bool* isIntersectionOfRects) const {
31 isIntersectionOfRects);
  /external/chromium_org/third_party/skia/include/gpu/
GrClipData.h 51 bool* isIntersectionOfRects = NULL) const;
  /external/skia/include/gpu/
GrClipData.h 51 bool* isIntersectionOfRects = NULL) const;
  /external/skia/tests/
ClipCacheTest.cpp 77 bool isIntersectionOfRects = true;
82 &isIntersectionOfRects);
86 REPORTER_ASSERT(reporter, isIntersectionOfRects);
95 &isIntersectionOfRects);
99 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 249 bool isIntersectionOfRects = false;
276 &isIntersectionOfRects);
279 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
282 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
401 bool isIntersectionOfRects;
448 stack.getBounds(&bound, &type, &isIntersectionOfRects);
508 bool isIntersectionOfRects;
520 stack.getBounds(&bound, &type, &isIntersectionOfRects);
522 REPORTER_ASSERT(reporter, isIntersectionOfRects);
535 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 463 bool* isIntersectionOfRects) const {
472 if (NULL != isIntersectionOfRects) {
473 *isIntersectionOfRects = false;
480 if (NULL != isIntersectionOfRects) {
481 *isIntersectionOfRects = element->fIsIntersectionOfRects;
720 bool* isIntersectionOfRects) const {
730 this->getBounds(&temp, &boundType, isIntersectionOfRects);
  /external/skia/src/core/
SkClipStack.cpp 463 bool* isIntersectionOfRects) const {
472 if (NULL != isIntersectionOfRects) {
473 *isIntersectionOfRects = false;
480 if (NULL != isIntersectionOfRects) {
481 *isIntersectionOfRects = element->fIsIntersectionOfRects;
720 bool* isIntersectionOfRects) const {
730 this->getBounds(&temp, &boundType, isIntersectionOfRects);
  /external/chromium_org/third_party/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;
  /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 215 milliseconds