Searched refs:LineCubicIntersections (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp80 class LineCubicIntersections { class
83 LineCubicIntersections(const Cubic& c, const _Line& l, Intersections& i) function in class:LineCubicIntersections
261 LineCubicIntersections c(cubic, *((_Line*) 0), *((Intersections*) 0));
278 LineCubicIntersections c(cubic, *((_Line*) 0), intersections);
284 LineCubicIntersections c(cubic, *((_Line*) 0), intersections);
289 LineCubicIntersections c(cubic, line, i);
294 LineCubicIntersections c(cubic, line, i);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp80 class LineCubicIntersections { class
83 LineCubicIntersections(const Cubic& c, const _Line& l, Intersections& i) function in class:LineCubicIntersections
261 LineCubicIntersections c(cubic, *((_Line*) 0), *((Intersections*) 0));
278 LineCubicIntersections c(cubic, *((_Line*) 0), intersections);
284 LineCubicIntersections c(cubic, *((_Line*) 0), intersections);
289 LineCubicIntersections c(cubic, line, i);
294 LineCubicIntersections c(cubic, line, i);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp77 class LineCubicIntersections { class
84 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) function in class:LineCubicIntersections
379 LineCubicIntersections c(cubic, line, this);
386 LineCubicIntersections c(cubic, line, this);
391 LineCubicIntersections c(cubic, line, this);
397 LineCubicIntersections c(cubic, line, this);
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp77 class LineCubicIntersections { class
84 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) function in class:LineCubicIntersections
379 LineCubicIntersections c(cubic, line, this);
386 LineCubicIntersections c(cubic, line, this);
391 LineCubicIntersections c(cubic, line, this);
397 LineCubicIntersections c(cubic, line, this);

Completed in 300 milliseconds