| /inkscape/src/extension/internal/ |
| H A D | metafile-inout.cpp | 206 double dh; local 208 dh = SP_ACTIVE_DOCUMENT->getHeight().value("px"); 211 dh = doc->getHeight().value("px"); 225 doc->getRoot()->scaleChildItemsRec(Geom::Scale(scale), Geom::Point(0, dh), true);
|
| H A D | wmf-print.cpp | 1108 double x1, y1, dw, dh; local 1120 dh = ((double) h) * tf_rect[3]; 1128 Geom::Point pWH(dw, dh);
|
| H A D | wmf-inout.cpp | 1298 \param dh (double) destination height in inkscape pixels 1304 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage){ 1383 tmp_image << "\"\n height=\"" << dh << "\"\n width=\"" << dw << "\"\n"; 1400 \param dh (double) destination height in inkscape pixels 1406 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh){ 1478 tmp_image << "\"\n height=\"" << dh << "\"\n width=\"" << dw << "\"\n"; 2284 int32_t dh = cwh.y; local 2288 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " "; 2289 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx, dy + dh ) << " "; 2302 double dh local 1303 common_dib_to_image(PWMF_CALLBACK_DATA d, const char *dib, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage) argument 1405 common_bm16_to_image(PWMF_CALLBACK_DATA d, U_BITMAP16 Bm16, const char *px, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh) argument 2322 int32_t dh = cDst.y; local 2340 double dh = pix_to_abs_size( d, cDst.y); local 2726 int32_t dh = cwh.y; local 2744 double dh = pix_to_abs_size( d, cDst.y); local 2766 double dh = pix_to_abs_size( d, cDst.y); local 2790 double dh = pix_to_abs_size( d, cDst.y); local [all...] |
| H A D | emf-inout.cpp | 1498 \param dh (double) destination height in inkscape pixels 1508 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, 1589 tmp_image << "\"\n height=\"" << dh << "\"\n width=\"" << dw << "\"\n"; 2952 int32_t dh = pEmr->cDest.y; local 2956 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " "; 2957 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx, dy + dh ) << " "; 2970 double dh = pix_to_abs_size( d, pEmr->cDest.y); local 2978 common_image_extraction(d,pEmr,dx,dy,dw,dh,sx,sy,sw,sh, 2992 double dh = pix_to_abs_size( d, pEmr->cDest.y); local 2998 common_image_extraction(d,pEmr,dx,dy,dw,dh,s 1507 common_image_extraction(PEMF_CALLBACK_DATA d, void *pEmr, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage, uint32_t offBits, uint32_t cbBits, uint32_t offBmi, uint32_t cbBmi) argument 3012 double dh = pix_to_abs_size( d, pEmr->cDest.y); local 3036 double dh = pix_to_abs_size( d, pEmr->cDest.y); local [all...] |
| H A D | emf-print.cpp | 1715 double x1, y1, dw, dh; local 1729 dh = ((double) h) * tf_rect[3]; 1746 U_POINTL cDest = pointl_set(round(dw * PX2WORLD), round(dh * PX2WORLD));
|
| /inkscape/src/ |
| H A D | sp-namedview.cpp | 805 gint dh = 0; local 806 desktop->getWindowGeometry(dx, dy, dw, dh); 807 if ((w != dw) || (h != dh)) {
|
| /inkscape/src/libuemf/ |
| H A D | uwmf_endian.c | 223 \param dh void pointer to DIB header 226 char *dh, 230 memcpy(&Size, dh, 4); /* may not be aligned */ 233 bitmapcoreheader_swap(dh); 236 bitmapinfo_swap(dh); 225 dibheader_swap( char *dh, int torev ) argument
|
| H A D | uwmf_print.c | 319 \param dh void pointer to DIB header 322 void dibheader_print(const char *dh, const char *blimit){ argument 324 memcpy(&Size, dh, 4); /* may not be aligned */ 328 memcpy(&bmch, dh, sizeof(U_BITMAPCOREHEADER)); /* may not be aligned */ 333 bitmapinfo_print(dh, blimit); /* may not be aligned, called routine must handle it */
|