Searched refs:top_x (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5590_cmds.c | 239 uint16_t top_x; /* member 1491 unsigned int top_x, unsigned int top_y, in hp5590_set_scan_area() 1613 scanner_top_x = (float) (top_x * (1.0 * base_dpi / dpi)); in hp5590_set_scan_area() 1619 top_x, top_y, pixels_x, pixels_y); in hp5590_set_scan_area() 1624 if (top_x + pixels_x > max_pixels_x_current_dpi) in hp5590_set_scan_area() 1627 top_x, pixels_x, max_pixels_x_current_dpi); in hp5590_set_scan_area() 1638 scan_params.top_x = htons (scanner_top_x); in hp5590_set_scan_area() 1714 unsigned int top_x, unsigned int top_y, in hp5590_set_scan_params() 1763 top_x, top_y, in hp5590_set_scan_params() 1488 hp5590_set_scan_area(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info *scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_area() argument 1711 hp5590_set_scan_params(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info * scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_params() argument
|
H A D | hp5590_cmds.h | 174 unsigned int top_x, unsigned int top_y,
|
Completed in 4 milliseconds