Lines Matching defs:const
85 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i)
167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) {
206 bool uniqueAnswer(double cubicT, const SkDPoint& pt) {
230 static int VerticalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) {
412 const SkDCubic& fCubic;
413 const SkDLine& fLine;
418 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y,
425 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x,
432 int SkIntersections::intersect(const SkDCubic& cubic, const SkDLine& line) {
438 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) {
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const {
453 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const {