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

  /external/skia/src/pathops/
SkPathOpsLine.h 32 bool nearRay(const SkDPoint& xy) const;
SkLineParameters.h 79 if (part[0] == part[1] || ((const SkDLine& ) part[0]).nearRay(part[2])) {
SkPathOpsLine.cpp 90 bool SkDLine::nearRay(const SkDPoint& xy) const {

Completed in 56 milliseconds