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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 94 bool SkDLine::nearRay(const SkDPoint& xy) const {
112 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) {
120 return line.nearRay(pt);
  /external/skia/src/pathops/
SkPathOpsLine.cpp 94 bool SkDLine::nearRay(const SkDPoint& xy) const {
112 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) {
120 return line.nearRay(pt);

Completed in 94 milliseconds