OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIntersectionOfRects
(Results
1 - 2
of
2
) sorted by null
/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;
277
&
isIntersectionOfRects
);
280
REPORTER_ASSERT(reporter,
isIntersectionOfRects
==
283
REPORTER_ASSERT(reporter, !
isIntersectionOfRects
);
414
bool
isIntersectionOfRects
;
461
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
521
bool
isIntersectionOfRects
;
533
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
535
REPORTER_ASSERT(reporter,
isIntersectionOfRects
);
548
stack.getBounds(&bound, &type, &
isIntersectionOfRects
);
[
all
...]
Completed in 24 milliseconds