Lines Matching defs:base_dpi
4554 DBG (3, "attach: [77-78] Max X of transparency: %d dots * base_dpi\n",
4556 DBG (3, "attach: [79-80] Max Y of transparency: %d dots * base_dpi\n",
4559 DBG (3, "attach: [81-82] Max X of flatbed: %d dots * base_dpi\n",
4561 DBG (3, "attach: [83-84] Max Y of flatbed: %d dots * base_dpi\n",
4564 DBG (3, "attach: [85-86] Max X of ADF: %d dots * base_dpi\n",
4566 DBG (3, "attach: [87-88] Max Y of ADF: %d dots * base_dpi\n",
4796 double base_dpi; /* TODO: make int */
4798 base_dpi = AVISION_BASE_RES;
4804 base_dpi = dev->inquiry_optical_res;
4810 (double)get_double (&(result[81])) * MM_PER_INCH / base_dpi + .1;
4812 (double)get_double (&(result[83])) * MM_PER_INCH / base_dpi;
4815 (double)get_double (&(result[77])) * MM_PER_INCH / base_dpi + .1;
4817 (double)get_double (&(result[79])) * MM_PER_INCH / base_dpi;
4820 (double)get_double (&(result[85])) * MM_PER_INCH / base_dpi + .1;
4822 (double)get_double (&(result[87])) * MM_PER_INCH / base_dpi;
6282 /* upper left corner x/y as well as width/length in inch * base_dpi