Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsCurve.h230 static SkDVector (* const CurveDDSlopeAtT[])(const SkDCurve& , double ) = { variable
DSkOpSegment.cpp1681 SkDVector dxdy = (*CurveDDSlopeAtT[fVerb])(curvePart, 0.5f); in testForCoincidence()