Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCurve.h110 static SkDPoint (* const CurveDPointAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpSegment.h189 return (*CurveDPointAtT[fVerb])(fPts, fWeight, mid); in dPtAtT()