Searched refs:myres (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_sane.c | 273 SANE_Int myres[] = { 8, 50, 75, 100, 150, 200, 300, 600, 1200 }; in bknd_resolutions() local 275 res = (SANE_Int *) malloc (sizeof (myres)); in bknd_resolutions() 277 memcpy (res, &myres, sizeof (myres)); in bknd_resolutions() 285 SANE_Int myres[] = { 7, 50, 75, 100, 150, 200, 300, 600 }; in bknd_resolutions() local 287 res = (SANE_Int *) malloc (sizeof (myres)); in bknd_resolutions() 289 memcpy (res, &myres, sizeof (myres)); in bknd_resolutions() 297 SANE_Int myres[] = in bknd_resolutions() local 300 res = (SANE_Int *) malloc (sizeof (myres)); in bknd_resolutions() 308 SANE_Int myres[] = bknd_resolutions() local [all...] |
H A D | hp3900_rts8822.c | 6013 SANE_Int myres; in Resize_Increase() local 6029 myres = to_resolution; in Resize_Increase() 6030 to_resolution = myres / 2; in Resize_Increase() 6033 if (sres >= myres) in Resize_Increase() 6035 sres -= myres; in Resize_Increase() 6050 if ((((myres - sres) * lfad8) + (bit * sres)) > to_resolution) in Resize_Increase()
|
Completed in 15 milliseconds