Lines Matching defs:dw

1297     \param dw       (double) destination width  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";
1399 \param dw (double) destination width 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";
2283 int32_t dw = cwh.x;
2287 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy ) << " ";
2288 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " ";
2301 double dw = pix_to_abs_size( d, cwh.x);
2310 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2321 int32_t dw = cDst.x;
2325 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy ) << " ";
2326 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " ";
2339 double dw = pix_to_abs_size( d, cDst.x);
2348 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2725 int32_t dw = cwh.x;
2729 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy ) << " ";
2730 tmp_rectangle << "\n\tL " << pix_to_xy( d, dx + dw, dy + dh ) << " ";
2743 double dw = pix_to_abs_size( d, cDst.x);
2753 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,U_DIB_RGB_COLORS);
2765 double dw = pix_to_abs_size( d, cDst.x);
2773 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh, U_DIB_RGB_COLORS);
2789 double dw = pix_to_abs_size( d, cDst.x);
2797 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,iUsageSrc);