Lines Matching defs:sh
1304 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage){
1328 if(sw == 0 || sh == 0){
1330 sh = height;
1348 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1354 sw, sh, // size of the extracted pixel array
1406 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh){
1430 if(sw == 0 || sh == 0){
1432 sh = height;
1453 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1459 sw, sh, // size of the extracted pixel array
2307 int sh = 0;
2310 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2345 int sh = cSrc.y;
2348 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2749 int sh = 0;
2753 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,U_DIB_RGB_COLORS);
2771 int sh = cSrc.y;
2773 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh, U_DIB_RGB_COLORS);
2794 int sh = cSrc.y;
2797 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,iUsageSrc);