Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp67 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
DSkPathOpsCurve.h174 static SkPoint (* const CurvePointAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpSegment.h313 return (*CurvePointAtT[fVerb])(fPts, fWeight, mid); in ptAtT()