HomeSort by relevance Sort by last modified time
    Searched refs:horizontalIntersect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 156 int horizontalIntersect(double axisIntercept, double roots[2]) {
166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
169 int roots = horizontalIntersect(axisIntercept, rootVals);
338 static double horizontalIntersect(const SkDQuad& quad, const SkDPoint& pt) {
342 int roots = q.horizontalIntersect(pt.fY, rootVals);
372 return horizontalIntersect(q1, p);
379 return q.horizontalIntersect(y, left, right, flipped);
SkDCubicLineIntersection.cpp 131 int horizontalIntersect(double axisIntercept, double roots[3]) {
138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
141 int roots = horizontalIntersect(axisIntercept, rootVals);
304 return c.horizontalIntersect(y, left, right, flipped);
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 156 int horizontalIntersect(double axisIntercept, double roots[2]) {
166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
169 int roots = horizontalIntersect(axisIntercept, rootVals);
338 static double horizontalIntersect(const SkDQuad& quad, const SkDPoint& pt) {
342 int roots = q.horizontalIntersect(pt.fY, rootVals);
372 return horizontalIntersect(q1, p);
379 return q.horizontalIntersect(y, left, right, flipped);
SkDCubicLineIntersection.cpp 131 int horizontalIntersect(double axisIntercept, double roots[3]) {
138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
141 int roots = horizontalIntersect(axisIntercept, rootVals);
304 return c.horizontalIntersect(y, left, right, flipped);

Completed in 38 milliseconds