Searched refs:ul (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/
H A Dline-geometry.cpp189 Geom::Point ul (vb.min()[Geom::X], vb.max()[Geom::Y]);
192 std::pair <Geom::Point, Geom::Point> e = side_of_intersection (vb.min(), lr, vb.max(), ul, this->pt, this->v_dir);
/inkscape/src/live_effects/
H A Dspiro.cpp870 double ul, vl;
875 ul = (scale * (1./3)) * cos(th_even - th_odd);
879 bc.curveto(x0 + ul, y0 + vl, x1 - ur, y1 - vr, x1, y1, close_last);
1039 double ul, vl;
1043 ul = (scale * (1./3)) * cos(th_even - th_odd);
1048 x0 + ul, y0 + vl, x1 - ur, y1 - vr, x1, y1);
/inkscape/src/libuemf/
H A Duemf_utf.c41 void U_swap2(void *ul, unsigned int count);
H A Duemf.c50 void U_swap2(void *ul, unsigned int count);
1598 \param ul upper left corner of rectangle
1602 U_POINTL ul,
1606 rct.left = ul.x;
1607 rct.top = ul.y;
1617 \param ul upper left corner of rectangle
1623 U_POINTL ul,
1627 rct->left = ul.x;
1628 rct->top = ul.y;
1601 rectl_set( U_POINTL ul, U_POINTL lr ) argument
1620 rectli_set( PU_RECTL array, int index, U_POINTL ul, U_POINTL lr ) argument
H A Duemf_endian.c46 void U_swap2(void *ul, unsigned int count){ argument
48 uint8_t *cl = (uint8_t *) ul;
57 void U_swap4(void *ul, unsigned int count){ argument
59 uint8_t *cl = (uint8_t *) ul;
H A Duwmf_endian.c32 void U_swap2(void *ul, unsigned int count);
33 void U_swap4(void *ul, unsigned int count);
H A Duemf.h3388 U_RECTL rectl_set(U_POINTL ul, U_POINTL lr);
3389 void rectli_set(PU_RECTL array, int index, U_POINTL ul, U_POINTL lr);
H A Duwmf.c674 void U_swap2(void *ul, unsigned int count);
922 \param ul upper left corner of rectangle
926 U_POINT16 ul,
930 rect.left = ul.x;
931 rect.top = ul.y;
925 U_RECT16_set( U_POINT16 ul, U_POINT16 lr ) argument
H A Duwmf.h2111 U_RECT16 U_RECT16_set(U_POINT16 ul,U_POINT16 lr);
H A Duemf_print.c34 void U_swap4(void *ul, unsigned int count);
H A Dupmf.c67 void U_swap2(void *ul, unsigned int count);
68 void U_swap4(void *ul, unsigned int count);
/inkscape/share/extensions/
H A Dguides_creator.py182 self.OptionParser.add_option('--ul',
184 dest = 'ul',default = False,
279 upper_left = self.options.ul
/inkscape/src/extension/internal/
H A Demf-print.cpp1240 Geom::Point ul, ur, lr; local
1250 ul = get_pathrect_corner(pathRect, angle, 0) * PX2WORLD;
1253 wRect = Geom::distance(ul,ur);
1267 tmpTransform.eDx = round((ul)[Geom::X]); // use explicit round for better stability
1268 tmpTransform.eDy = round((ul)[Geom::Y]);
/inkscape/src/2geom/
H A Dbezier-utils.cpp129 max_beziers >= (1ul << (31 - 2 - 1 - 3)))

Completed in 5686 milliseconds