Lines Matching defs:bx
121 Geom::Point bx = curX;
123 Geom::Point cx = 2 * bx - dx;
129 bx = cx;
137 stx = (bx + cx) / 2;
149 bx = cx;
156 stx = (bx + cx) / 2;
322 Geom::Point bx = curX;
324 Geom::Point cx = 2 * bx - dx;
330 bx = cx;
337 Geom::Point stx = (bx + cx) / 2;
356 bx = cx;
362 Geom::Point stx = (bx + cx) / 2;
561 Geom::Point bx = curX;
563 Geom::Point cx = 2 * bx - dx;
569 bx = cx;
576 Geom::Point stx = (bx+cx) / 2;
595 bx = cx;
601 Geom::Point const stx = (bx + cx) / 2;
682 Geom::Point const bx = 2 * iM - 2 * iS;
685 oPt = t * t * ax + t * bx + cx;
692 Geom::Point const bx = 3 * iE - ieD - 2 * isD - 3 * iS;
695 oPt = 3 * t * t * ax + 2 * t * bx + cx;