Searched refs:nearRay (Results 1 – 3 of 3) sorted by relevance
29 bool nearRay(const SkDPoint& xy) const;
79 if (part[0] == part[1] || ((const SkDLine& ) part[0]).nearRay(part[2])) { in cubicPart()
65 bool SkDLine::nearRay(const SkDPoint& xy) const { in nearRay() function in SkDLine