Lines Matching refs:fullres_pixels
177 hp3500_rect fullres_pixels;
1153 scanner->fullres_pixels.left =
1155 scanner->fullres_pixels.top =
1157 scanner->fullres_pixels.right =
1159 scanner->fullres_pixels.bottom =
1162 DBG (12, "\tleft margin: %u\n", scanner->fullres_pixels.left);
1163 DBG (12, "\ttop margin: %u\n", scanner->fullres_pixels.top);
1164 DBG (12, "\tright margin: %u\n", scanner->fullres_pixels.right);
1165 DBG (12, "\tbottom margin: %u\n", scanner->fullres_pixels.bottom);
1169 scanner->resolution * (scanner->fullres_pixels.right -
1170 scanner->fullres_pixels.left) / 1200;
1172 scanner->resolution * (scanner->fullres_pixels.bottom -
1173 scanner->fullres_pixels.top) / 1200;
1187 scanner->fullres_pixels.left * scanner->resolution / 1200;
1189 scanner->fullres_pixels.top * scanner->resolution / 1200;
1196 SCANNER_UNIT_TO_FIXED_MM (scanner->fullres_pixels.left);
1198 SCANNER_UNIT_TO_FIXED_MM (scanner->fullres_pixels.top);