Searched refs:topT (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.h | 68 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);
|
D | SkPathOpsCubic.cpp | 725 double topT = -1; in top() local 731 topT = t; in top() 735 return topT; in top()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCurve.h | 68 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);
|
D | SkPathOpsCubic.cpp | 723 double topT = -1; in top() local 729 topT = t; in top() 733 return topT; in top()
|