Lines Matching defs:dx
122 Geom::Point dx = nData->p;
123 Geom::Point cx = 2 * bx - dx;
130 cx = dx;
132 dx = nData->p;
144 mx = (cx + dx) / 2;
150 cx = dx;
152 dx = nextX;
153 dx = 2 * dx - cx;
164 mx = (cx + dx) / 2;
323 Geom::Point dx = nData->p;
324 Geom::Point cx = 2 * bx - dx;
331 cx = dx;
333 dx = nData->p;
350 Geom::Point const mx = (cx + dx) / 2;
357 cx = dx;
359 dx = nextX;
360 dx = 2 * dx - cx;
374 Geom::Point mx = (cx + dx) / 2;
562 Geom::Point dx = nData->p;
563 Geom::Point cx = 2 * bx - dx;
570 cx = dx;
571 dx = nData->p;
589 Geom::Point const mx = (cx + dx) / 2;
596 cx = dx;
598 dx = nextX;
599 dx = 2 * dx - cx;
613 Geom::Point const mx = (cx + dx) / 2;