Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCurve.h134 static SkPoint (* const CurvePointAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpSegment.h270 return (*CurvePointAtT[fVerb])(fPts, fWeight, mid); in ptAtT()