Lines Matching refs:sw
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){
1329 sw = width;
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){
1431 sw = width;
1453 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1459 sw, sh, // size of the extracted pixel array
2306 int sw = 0; // extract all of the image
2310 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2344 int sw = cSrc.x; // extract the specified amount of the image
2348 common_bm16_to_image(d,Bm16,px,dx,dy,dw,dh,sx,sy,sw,sh);
2748 int sw = 0; // extract all of the image
2753 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,U_DIB_RGB_COLORS);
2770 int sw = cSrc.x; // extract the specified amount of the image
2773 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh, U_DIB_RGB_COLORS);
2793 int sw = cSrc.x; // extract the specified amount of the image
2797 common_dib_to_image(d,dib,dx,dy,dw,dh,sx,sy,sw,sh,iUsageSrc);