Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp63 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx() function
81 bool vPartPos = pt_dydx(v, dir) > 0; in ccw_dxdy()
169 if (fabs(pt_dydx(slope, dir) * 10000) > fabs(pt_dxdy(slope, dir))) { in rayCheck()
250 && !pt_dydx(hitBase.fSlope, dir)) { in sortableTop()