Searched defs:dh (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-inout.cpp206 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 Dwmf-print.cpp1108 double x1, y1, dw, dh; local
1120 dh = ((double) h) * tf_rect[3];
1128 Geom::Point pWH(dw, dh);
H A Dwmf-inout.cpp1298 \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 Demf-inout.cpp1498 \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 Demf-print.cpp1715 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 Dsp-namedview.cpp805 gint dh = 0; local
806 desktop->getWindowGeometry(dx, dy, dw, dh);
807 if ((w != dw) || (h != dh)) {
/inkscape/src/libuemf/
H A Duwmf_endian.c223 \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 Duwmf_print.c319 \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 */

Completed in 161 milliseconds