Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsWinding.cpp133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
DSkPathOpsAsWinding.cpp62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
DSkPathOpsCurve.h408 static int (* const CurveIntercept[])(const SkPoint[] , SkScalar , SkScalar , double* ) = { variable
/external/skia/src/pathops/
DSkPathOpsAsWinding.cpp62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
DSkPathOpsWinding.cpp133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
DSkPathOpsCurve.h408 static int (* const CurveIntercept[])(const SkPoint[] , SkScalar , SkScalar , double* ) = { variable