Lines Matching refs:p0
667 Geom::Point p0(zero * transform);
669 Geom::Point p(p1 - p0);
1537 Geom::Point p0 = pit->initialPoint();
1539 p0[X] = (p0[X] * PX2WORLD);
1540 p0[Y] = (p0[Y] * PX2WORLD);
1542 int32_t const x0 = (int32_t) round(p0[X]);
1543 int32_t const y0 = (int32_t) round(p0[Y]);
1554 //Geom::Point p0 = cit->initialPoint();
1557 //p0[X] = (p0[X] * PX2WORLD);
1559 //p0[Y] = (p0[Y] * PX2WORLD);
1562 //int32_t const x0 = (int32_t) round(p0[X]);
1563 //int32_t const y0 = (int32_t) round(p0[Y]);
1572 //Geom::Point p0 = points[0];
1577 //p0[X] = (p0[X] * PX2WORLD);
1581 //p0[Y] = (p0[Y] * PX2WORLD);
1586 //int32_t const x0 = (int32_t) round(p0[X]);
1587 //int32_t const y0 = (int32_t) round(p0[Y]);
1827 Geom::Point p0 = pit->initialPoint();
1829 p0[X] = (p0[X] * PX2WORLD);
1830 p0[Y] = (p0[Y] * PX2WORLD);
1832 U_POINTL ptl = pointl_set((int32_t) round(p0[X]), (int32_t) round(p0[Y]));
1843 //Geom::Point p0 = cit->initialPoint();
1846 //p0[X] = (p0[X] * PX2WORLD);
1848 //p0[Y] = (p0[Y] * PX2WORLD);
1851 //int32_t const x0 = (int32_t) round(p0[X]);
1852 //int32_t const y0 = (int32_t) round(p0[Y]);
1861 //Geom::Point p0 = points[0];
1866 //p0[X] = (p0[X] * PX2WORLD);
1870 //p0[Y] = (p0[Y] * PX2WORLD);
1875 //int32_t const x0 = (int32_t) round(p0[X]);
1876 //int32_t const y0 = (int32_t) round(p0[Y]);