Go to the source code of this file.
◆ COINCIDENT_SPAN_COUNT
#define COINCIDENT_SPAN_COUNT 9 |
◆ is_parallel()
Definition at line 1054 of file SkPathOpsTSect.cpp.
1054 {
1056 return false;
1057 }
1058 int finds = 0;
1062 thisPerp.
fPts[1] = thisLine.
fPts[1];
1065 for (
int pIndex = 0; pIndex < perpRayI.
used(); ++pIndex) {
1067 }
1070 thisPerp.
fPts[0] = thisLine.
fPts[0];
1072 for (
int pIndex = 0; pIndex < perpRayI.
used(); ++pIndex) {
1074 }
1075 return finds >= 2;
1076}
int intersectRay(const SkDLine &, const SkDLine &)
const SkDPoint & pt(int index) const
virtual bool IsConic() const =0
bool approximatelyEqual(const SkDPoint &a) const