Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1049 SkIntersections perpRayI; in is_parallel() local
1050 perpRayI.intersectRay(opp, thisPerp); in is_parallel()
1051 for (int pIndex = 0; pIndex < perpRayI.used(); ++pIndex) { in is_parallel()
1052 finds += perpRayI.pt(pIndex).approximatelyEqual(thisPerp.fPts[1]); in is_parallel()
1057 perpRayI.intersectRay(opp, thisPerp); in is_parallel()
1058 for (int pIndex = 0; pIndex < perpRayI.used(); ++pIndex) { in is_parallel()
1059 finds += perpRayI.pt(pIndex).approximatelyEqual(thisPerp.fPts[0]); in is_parallel()

Completed in 4 milliseconds