Home | History | Annotate | Download | only in pathops

Lines Matching refs:fY

131             if (topPt.fY > xy.fY || (topPt.fY == xy.fY && topPt.fX > xy.fX)) {
139 if (topPt.fY > curveTop.fY || (topPt.fY == curveTop.fY
255 xyAtT(tIndexStart).fY);
265 xyAtT(tIndex).fY);
276 other->xyAtT(oIndexStart).fY);
285 other->xyAtT(oIndex).fY);
458 && approximately_equal(xyAtT(newT).fY, pt.fY));
853 bounds.set(pt1.fX, pt1.fY, pt2.fX, pt2.fY);
1094 if (top >= basePt.fY) {
1137 SkScalar testY = (*CurvePointAtT[SkPathOpsVerbToPoints(fVerb)])(fPts, foundT).fY;
1139 || approximately_negative(basePt.fY - testY)) {
1291 __FUNCTION__, fID, t, match->fID, matchT, peekSpan.fPt.fX, peekSpan.fPt.fY);
1447 ray.fPts[1].fX = ray.fPts[0].fX + dxdy.fY;
1448 ray.fPts[1].fY = ray.fPts[0].fY - dxdy.fX;
2357 double sum = (edge[0].fX - edge[points].fX) * (edge[0].fY + edge[points].fY);
2359 SkScalar lesser = SkTMin<SkScalar>(edge[0].fY, edge[3].fY);
2360 if (edge[1].fY < lesser && edge[2].fY < lesser) {
2361 SkDLine tangent1 = {{ {edge[0].fX, edge[0].fY}, {edge[1].fX, edge[1].fY} }};
2362 SkDLine tangent2 = {{ {edge[2].fX, edge[2].fY}, {edge[3].fX, edge[3].fY} }};
2365 sum += (topPt.fX - edge[0].fX) * (topPt.fY + edge[0].fY);
2366 sum += (edge[3].fX - topPt.fX) * (edge[3].fY + topPt.fY);
2372 sum += (edge[idx + 1].fX - edge[idx].fX) * (edge[idx + 1].fY + edge[idx].fY);
2733 const SkDPoint sub[2] = {{ edge[0].fX, edge[0].fY}, {edge[points].fX, edge[points].fY }};
2985 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
3000 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
3034 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY);
3036 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY);
3063 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY);
3065 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY);
3070 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
3084 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY);
3086 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY);
3091 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
3311 SkDPoint dPt = {fPts[index].fX, fPts[index].fY};