Home
last modified time | relevance | path

Searched refs:hitBase (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp242 SkOpRayHit hitBase; in sortableTop() local
243 SkOpRayDir dir = hitBase.makeTestBase(this, t); in sortableTop()
244 if (hitBase.fSlope.fX == 0 && hitBase.fSlope.fY == 0) { in sortableTop()
247 SkOpRayHit* hitHead = &hitBase; in sortableTop()
249 if (hitBase.fSpan && hitBase.fSpan->segment()->verb() > SkPath::kLine_Verb in sortableTop()
250 && !pt_dydx(hitBase.fSlope, dir)) { in sortableTop()
258 contour->rayCheck(hitBase, dir, &hitHead, &allocator); in sortableTop()
274 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(), in sortableTop()
275 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY); in sortableTop()