Lines Matching refs:SkDLine
9 SkDLine SkDLine::subDivide(double t1, double t2) const {
11 SkDLine dst = {{{
38 double SkDLine::isLeft(const SkDPoint& pt) const {
44 SkDPoint SkDLine::ptAtT(double t) const {
56 double SkDLine::exactPoint(const SkDPoint& xy) const {
66 double SkDLine::nearPoint(const SkDPoint& xy) const {
94 bool SkDLine::nearRay(const SkDPoint& xy) const {
112 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) {
115 SkDLine line = {{{0, 0}, {x1, y1}}};
123 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) {
135 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) {
158 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) {
170 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) {
194 void SkDLine::dump() {