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

  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 67 int horizontalIntersect(double axisIntercept, double roots[2]) {
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
78 int count = this->horizontalIntersect(axisIntercept, roots);
351 return c.horizontalIntersect(y, left, right, flipped);
378 return c.horizontalIntersect(y, roots);
SkDCubicLineIntersection.cpp 167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) {
184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots);
422 return c.horizontalIntersect(y, left, right, flipped);
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const {
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots);
SkDQuadLineIntersection.cpp 188 int horizontalIntersect(double axisIntercept, double roots[2]) {
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
204 int roots = horizontalIntersect(axisIntercept, rootVals);
427 return q.horizontalIntersect(y, left, right, flipped);
454 return q.horizontalIntersect(y, roots);
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const {
  /external/skqp/src/pathops/
SkDConicLineIntersection.cpp 67 int horizontalIntersect(double axisIntercept, double roots[2]) {
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
78 int count = this->horizontalIntersect(axisIntercept, roots);
351 return c.horizontalIntersect(y, left, right, flipped);
378 return c.horizontalIntersect(y, roots);
SkDCubicLineIntersection.cpp 167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) {
184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots);
422 return c.horizontalIntersect(y, left, right, flipped);
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const {
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots);
SkDQuadLineIntersection.cpp 188 int horizontalIntersect(double axisIntercept, double roots[2]) {
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) {
204 int roots = horizontalIntersect(axisIntercept, rootVals);
427 return q.horizontalIntersect(y, left, right, flipped);
454 return q.horizontalIntersect(y, roots);
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const {

Completed in 72 milliseconds