Home
last modified time | relevance | path

Searched refs:isClose (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSegment.h248 bool isClose(double t, const SkOpSegment* opp) const;
H A DSkOpCoincidence.cpp70 if (!segment->isClose(midT, oppSegment)) { in expand()
87 if (!segment->isClose(midT, oppSegment)) { in expand()
H A DSkPathOpsDebug.cpp1436 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
1453 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
H A DSkOpSegment.cpp833 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose() function in SkOpSegment

Completed in 11 milliseconds