Searched refs:CurveIntercept (Results 1 – 2 of 2) sorted by relevance
314 static int (* const CurveIntercept[])(const SkPoint[] , SkScalar , SkScalar , double* ) = { variable
131 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()