Searched defs:ul (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libuemf/
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 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 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
/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]);

Completed in 76 milliseconds