Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCurve.h68 double s, double e, double* topT);
69 SkDPoint cubicTop(const SkPoint curve[4], SkScalar , double s, double e, double* topT);
72 SkDPoint lineTop(const SkPoint[2], SkScalar , double , double , double* topT);
75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
100 double tStart, double tEnd, double* topT);
DSkPathOpsCubic.cpp723 double topT = -1; in top() local
729 topT = t; in top()
733 return topT; in top()