Searched refs:CurveIntercept (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsWinding.cpp | 133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
|
D | SkPathOpsAsWinding.cpp | 62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
|
D | SkPathOpsCurve.h | 408 static int (* const CurveIntercept[])(const SkPoint[] , SkScalar , SkScalar , double* ) = { variable
|
/external/skia/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 62 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
|
D | SkPathOpsWinding.cpp | 133 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
|
D | SkPathOpsCurve.h | 408 static int (* const CurveIntercept[])(const SkPoint[] , SkScalar , SkScalar , double* ) = { variable
|