Searched refs:hitBase (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsWinding.cpp | 241 SkOpRayHit hitBase; in sortableTop() local 242 SkOpRayDir dir = hitBase.makeTestBase(this, t); in sortableTop() 243 if (hitBase.fSlope.fX == 0 && hitBase.fSlope.fY == 0) { in sortableTop() 246 SkOpRayHit* hitHead = &hitBase; in sortableTop() 248 if (hitBase.fSpan && hitBase.fSpan->segment()->verb() > SkPath::kLine_Verb in sortableTop() 249 && !pt_dydx(hitBase.fSlope, dir)) { in sortableTop() 257 contour->rayCheck(hitBase, dir, &hitHead, &allocator); in sortableTop() 273 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(), in sortableTop() 274 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY); in sortableTop()
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 241 SkOpRayHit hitBase; in sortableTop() local 242 SkOpRayDir dir = hitBase.makeTestBase(this, t); in sortableTop() 243 if (hitBase.fSlope.fX == 0 && hitBase.fSlope.fY == 0) { in sortableTop() 246 SkOpRayHit* hitHead = &hitBase; in sortableTop() 248 if (hitBase.fSpan && hitBase.fSpan->segment()->verb() > SkPath::kLine_Verb in sortableTop() 249 && !pt_dydx(hitBase.fSlope, dir)) { in sortableTop() 257 contour->rayCheck(hitBase, dir, &hitHead, &allocator); in sortableTop() 273 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(), in sortableTop() 274 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY); in sortableTop()
|