HomeSort by relevance Sort by last modified time
    Searched refs:nearRay (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h 34 bool nearRay(const SkDPoint& xy) const;
37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
SkPathOpsLine.cpp 97 bool SkDLine::nearRay(const SkDPoint& xy) const {
115 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) {
123 return line.nearRay(pt);
SkLineParameters.h 79 if (part[0] == part[1] || ((const SkDLine& ) part[0]).nearRay(part[2])) {

Completed in 3491 milliseconds