Searched refs:xlocals (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 110 SkIntersections xlocals; in intersect() local 111 xlocals.allowNear(false); in intersect() 112 intersectWithOrder(s1.fQuad, o1, s2.fQuad, o2, xlocals); in intersect() 113 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used()); in intersect()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 110 SkIntersections xlocals; in intersect() local 111 xlocals.allowNear(false); in intersect() 112 intersectWithOrder(s1.fQuad, o1, s2.fQuad, o2, xlocals); in intersect() 113 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used()); in intersect()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 117 Intersections xlocals; in intersect3() local 118 intersectWithOrder(s1, o1, s2, o2, xlocals); in intersect3() 119 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used()); in intersect3()
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 117 Intersections xlocals; in intersect3() local 118 intersectWithOrder(s1, o1, s2, o2, xlocals); in intersect3() 119 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used()); in intersect3()
|