Home
last modified time | relevance | path

Searched refs:nearRay (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsLine.h29 bool nearRay(const SkDPoint& xy) const;
DSkLineParameters.h79 if (part[0] == part[1] || ((const SkDLine& ) part[0]).nearRay(part[2])) { in cubicPart()
DSkPathOpsLine.cpp65 bool SkDLine::nearRay(const SkDPoint& xy) const { in nearRay() function in SkDLine