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);
71 SkDPoint lineTop(const SkPoint[2], SkScalar , double , double , double* topT);
72 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
84 double tStart, double tEnd, double* topT);
DSkPathOpsCubic.cpp677 double topT = -1; in top() local
683 topT = t; in top()
687 return topT; in top()