Home | History | Annotate | Download | only in utils

Lines Matching refs:fY

55             value[index].fY += relative->fY;
114 path.lineTo(x, c.fY);
119 data = find_scalar(data, &y, relative, c.fY);
121 c.fY = y;
131 points[0].fY -= lastc.fY - c.fY;
146 points[0].fY = c.fY * 2 - lastc.fY;
156 if (fPath.isEmpty() && (f.fX != 0 || f.fY != 0)) {
169 path.moveTo(args[0].fX, args[0].fY);
170 path.lineTo(args[1].fX, args[1].fY);