Lines Matching defs:right
275 int dpiX, int dpiY, int * top, int * bot, int * left, int * right)
322 /* loop thru left and right lists, look for top and bottom extremes */
391 *right = -1;
394 if(*right < i){
395 *right = i;
405 *right = -1;
409 /* could not find left/right edges */
410 if(*left > *right){
417 *top,*bot,*left,*right);
436 int top, int bot, int left, int right)
450 /*convert left and right to bytes, figure new byte and pixel width */
452 pixels = right-left;
455 right *= 3;
458 pixels = right-left;
459 bytes = right-left;
463 right = (right+7)/8;
464 bytes = right-left;
473 DBG (15, "sanei_magic_crop: l:%d r:%d p:%d b:%d\n",left,right,pixels,bytes);
1824 /* defaults for right-first */