Lines Matching refs:topPt
112 SkPoint topPt = {SK_ScalarMax, SK_ScalarMax};
131 if (topPt.fY > xy.fY || (topPt.fY == xy.fY && topPt.fX > xy.fX)) {
132 topPt = xy;
139 if (topPt.fY > curveTop.fY || (topPt.fY == curveTop.fY
140 && topPt.fX > curveTop.fX)) {
141 topPt = curveTop;
153 return topPt;
1883 /* SkPoint topPt = */ activeLeftTop(onlySortable, &firstT);
2364 SkPoint topPt = cubic_top(fPts, fTs[tStart].fT, fTs[tEnd].fT);
2365 sum += (topPt.fX - edge[0].fX) * (topPt.fY + edge[0].fY);
2366 sum += (edge[3].fX - topPt.fX) * (edge[3].fY + topPt.fY);