OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundsIntersect
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsCubicIntersectionTest.cpp
501
bool
boundsIntersect
= rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
508
if (!
boundsIntersect
&& newIntersects) {
510
SkDebugf("%s %d unexpected intersection
boundsIntersect
=%d "
511
" newIntersects=%d\n%s %s\n", __FUNCTION__, test,
boundsIntersect
,
/external/skqp/tests/
PathOpsCubicIntersectionTest.cpp
501
bool
boundsIntersect
= rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
508
if (!
boundsIntersect
&& newIntersects) {
510
SkDebugf("%s %d unexpected intersection
boundsIntersect
=%d "
511
" newIntersects=%d\n%s %s\n", __FUNCTION__, test,
boundsIntersect
,
Completed in 6663 milliseconds