Searched refs:extremeT (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticUtilities.cpp | 57 double extremeT; in top() local 58 if (findExtrema(sub[0].y, sub[1].y, sub[2].y, &extremeT)) { in top() 59 extremeT = startT + (endT - startT) * extremeT; in top() 61 xy_at_t(quad, extremeT, test.x, test.y); in top()
|
/external/skia/experimental/Intersection/ |
D | QuadraticUtilities.cpp | 57 double extremeT; in top() local 58 if (findExtrema(sub[0].y, sub[1].y, sub[2].y, &extremeT)) { in top() 59 extremeT = startT + (endT - startT) * extremeT; in top() 61 xy_at_t(quad, extremeT, test.x, test.y); in top()
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 57 double extremeT; in top() local 58 if (FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, &extremeT)) { in top() 59 extremeT = startT + (endT - startT) * extremeT; in top() 60 SkDPoint test = ptAtT(extremeT); in top()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 57 double extremeT; in top() local 58 if (FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, &extremeT)) { in top() 59 extremeT = startT + (endT - startT) * extremeT; in top() 60 SkDPoint test = ptAtT(extremeT); in top()
|