OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newIntersects
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsCubicIntersectionTest.cpp
507
int
newIntersects
= intersections2.intersect(c1, c2);
508
if (!boundsIntersect &&
newIntersects
) {
511
"
newIntersects
=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
512
newIntersects
, __FUNCTION__, str);
/external/skqp/tests/
PathOpsCubicIntersectionTest.cpp
507
int
newIntersects
= intersections2.intersect(c1, c2);
508
if (!boundsIntersect &&
newIntersects
) {
511
"
newIntersects
=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
512
newIntersects
, __FUNCTION__, str);
Completed in 482 milliseconds