Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsConic.cpp25 static double conic_eval_tan(const double coord[], SkScalar w, double t) { in conic_eval_tan() function
51 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
52 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()