Searched defs:hitBase (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp240 SkOpRayHit hitBase; local
241 SkOpRayDir dir = hitBase.makeTestBase(this, t);
242 if (hitBase.fSlope.fX == 0 && hitBase.fSlope.fY == 0) {
245 SkOpRayHit* hitHead = &hitBase;
247 if (hitBase.fSpan && hitBase.fSpan->segment()->verb() > SkPath::kLine_Verb
248 && !pt_yx(hitBase.fSlope.asSkVector(), dir)) {
256 contour->rayCheck(hitBase, dir, &hitHead, &allocator);
272 gDebugRayDirName[static_cast<int>(dir)], hitBase
[all...]

Completed in 192 milliseconds