Searched refs:topT (Results 1 – 2 of 2) 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); 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);
|
D | SkPathOpsCubic.cpp | 677 double topT = -1; in top() local 683 topT = t; in top() 687 return topT; in top()
|