Searched refs:ul (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/ |
H A D | line-geometry.cpp | 189 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 D | spiro.cpp | 870 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 D | uemf_utf.c | 41 void U_swap2(void *ul, unsigned int count);
|
H A D | uemf.c | 50 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 D | uemf_endian.c | 46 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 D | uwmf_endian.c | 32 void U_swap2(void *ul, unsigned int count); 33 void U_swap4(void *ul, unsigned int count);
|
H A D | uemf.h | 3388 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 D | uwmf.c | 674 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 D | uwmf.h | 2111 U_RECT16 U_RECT16_set(U_POINT16 ul,U_POINT16 lr);
|
H A D | uemf_print.c | 34 void U_swap4(void *ul, unsigned int count);
|
H A D | upmf.c | 67 void U_swap2(void *ul, unsigned int count); 68 void U_swap4(void *ul, unsigned int count);
|
/inkscape/share/extensions/ |
H A D | guides_creator.py | 182 self.OptionParser.add_option('--ul', 184 dest = 'ul',default = False, 279 upper_left = self.options.ul
|
/inkscape/src/extension/internal/ |
H A D | emf-print.cpp | 1240 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 D | bezier-utils.cpp | 129 max_beziers >= (1ul << (31 - 2 - 1 - 3)))
|
Completed in 5686 milliseconds