OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newIntersects
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp
426
int
newIntersects
= intersections2.intersect(cubic1, cubic2);
427
if (!boundsIntersect &&
newIntersects
) {
430
"
newIntersects
=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
431
newIntersects
, __FUNCTION__, str);
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp
501
bool
newIntersects
= intersect3(cubic1, cubic2, i2);
502
if (!boundsIntersect && (oldIntersects ||
newIntersects
)) {
505
"
newIntersects
=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
506
oldIntersects,
newIntersects
, __FUNCTION__, str);
510
if (oldIntersects && !
newIntersects
) {
512
SkDebugf("%s %d missing intersection oldIntersects=%d
newIntersects
=%d\n%s %s\n",
513
__FUNCTION__, test, oldIntersects,
newIntersects
, __FUNCTION__, str);
517
if (!oldIntersects && !
newIntersects
) {
595
bool
newIntersects
= intersect3(cubic1, cubic2, intersections2);
596
if (!boundsIntersect &&
newIntersects
) {
[
all
...]
Completed in 3906 milliseconds