Lines Matching defs:dh

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;
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 = pix_to_abs_size( d, cwh.y);
2310 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2322 int32_t dh = cDst.y;
2326 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " ";
2327 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx, dy + dh ) << " ";
2340 double dh = pix_to_abs_size( d, cDst.y);
2348 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2726 int32_t dh = cwh.y;
2730 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " ";
2731 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx, dy + dh ) << " ";
2744 double dh = pix_to_abs_size( d, cDst.y);
2753 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,U_DIB_RGB_COLORS);
2766 double dh = pix_to_abs_size( d, cDst.y);
2773 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh, U_DIB_RGB_COLORS);
2790 double dh = pix_to_abs_size( d, cDst.y);
2797 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,iUsageSrc);