Home
last modified time | relevance | path

Searched refs:brx (Results 1 - 13 of 13) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-options.c587 ps->brx = ps->pdev->x_range.max; in init_options()
1131 *(SANE_Fixed *) v = pss->brx; in sane_control_option()
1414 if (pss->brx > pss->pdev->x_range.max) in sane_control_option()
1415 pss->brx = pss->pdev->x_range.max; in sane_control_option()
1431 if (pss->brx < pss->tlx) { in sane_control_option()
1432 pss->brx = pss->tlx; in sane_control_option()
1450 pss->brx = *(SANE_Fixed *) v; in sane_control_option()
1452 if (pss->brx < pdev->x_range.min) { in sane_control_option()
1453 pss->brx = pdev->x_range.min; in sane_control_option()
1455 if (pss->brx < ps in sane_control_option()
[all...]
H A Dcoolscan.h170 int brx; /* Right edge in ILU. */ member
H A Dsnapscan.h407 SANE_Fixed brx; /* window bottom right x */ member
H A Dcoolscan.c405 x = s->xmaxpix - (s->brx + s->tlx) / 2; in coolscan_autofocus_LS30()
434 x = s->xmaxpix - (s->brx + s->tlx) / 2; in coolscan_autofocus()
572 set_WD_ULX (buffer_r, (s->xmaxpix - s->brx)); in coolscan_set_window_param_LS20()
574 set_WD_width (buffer_r, (s->brx - s->tlx + 1)); in coolscan_set_window_param_LS20()
670 DBG (10, "\twindow width=%d, MUD=%d, brx=%d\n", in coolscan_set_window_param_LS20()
671 s->brx - s->tlx, s->MUD, s->brx); in coolscan_set_window_param_LS20()
744 set_WD_width (buffer_r, (s->brx - s->tlx+1)); in coolscan_set_window_param_LS30()
802 DBG (10, "\twindow width=%d, MUD=%d, brx=%d\n", in coolscan_set_window_param_LS30()
803 s->brx in coolscan_set_window_param_LS30()
[all...]
H A Davision.h358 long brx; member
H A Dmustek.c1889 SANE_Int tlx, tly, brx, bry; in area_and_windows() local
1900 brx = SANE_UNFIX (s->val[OPT_BR_X].w) * eights_per_mm + 0.5; in area_and_windows()
1904 STORE16L (cp, brx); in area_and_windows()
1907 "brx=%d (%d mm); bry=%d (%d mm)\n", tlx, in area_and_windows()
1908 (int) (tlx / eights_per_mm), tly, (int) (tly / eights_per_mm), brx, in area_and_windows()
1909 (int) (brx / eights_per_mm), bry, (int) (bry / eights_per_mm)); in area_and_windows()
1914 SANE_Int tlx, tly, brx, bry; in area_and_windows() local
1927 brx = SANE_UNFIX (s->hw->x_range.max - s->val[OPT_TL_X].w) in area_and_windows()
1935 brx = SANE_UNFIX (s->val[OPT_BR_X].w) * pixels_per_mm + 0.5; in area_and_windows()
1942 STORE16L (cp, brx); in area_and_windows()
[all...]
H A Dartec_eplus48u.c4114 int brx; in sane_get_parameters() local
4122 brx = s->val[OPT_BR_X].w; in sane_get_parameters()
4125 /*make sure, that tlx < brx and tly < bry in sane_get_parameters()
4127 if (tlx > brx) in sane_get_parameters()
4130 tlx = brx; in sane_get_parameters()
4131 brx = tmp; in sane_get_parameters()
4151 s->request.x0 = SANE_FIX (216.0) - brx; /**< left boundary */ in sane_get_parameters()
4152 s->request.xs = brx - tlx; /**< Width */ in sane_get_parameters()
H A Dsnapscan-scsi.c995 check_range(&(pss->brx), pss->pdev->x_range); in set_window()
1003 (int) (pos_factor*IN_PER_MM*SANE_UNFIX(pss->brx)); in set_window()
1007 /* Check for brx > tlx and bry > tly */ in set_window()
H A Dsnapscan.c1110 width = SANE_UNFIX (pss->brx - pss->tlx); in sane_get_parameters()
H A Davision.c1850 DBG (dbg_level, "%s: tlx: %ld, tly: %ld, brx: %ld, bry: %ld\n", in debug_print_avdimen()
1852 avdimen->brx, avdimen->bry); in debug_print_avdimen()
2985 DBG (3, "sane_compute_parameters: tlx: %f, tly: %f, brx: %f, bry: %f\n", in compute_parameters()
2994 s->avdimen.brx = (long int) (s->avdimen.hw_xres * SANE_UNFIX (s->val[OPT_BR_X].w) in compute_parameters()
3192 s->avdimen.hw_pixels_per_line = (int) (s->avdimen.brx - s->avdimen.tlx); in compute_parameters()
H A Dlexmark_low.c94 SANE_Int brx,
2404 SANE_Int brx, in low_set_scan_area()
2439 hor_end = hor_start + brx; in low_set_scan_area()
2401 low_set_scan_area(SANE_Int res, SANE_Int tlx, SANE_Int tly, SANE_Int brx, SANE_Int bry, SANE_Int offset, SANE_Bool half_step, SANE_Byte * regs, Lexmark_Device * dev) low_set_scan_area() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c867 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local
887 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth()
897 brx = crypto_ec_key_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
899 if (!pix || !prx || !brx) in dpp_gen_r_auth()
924 addr[num_elem] = wpabuf_head(brx); in dpp_gen_r_auth()
925 len[num_elem] = wpabuf_len(brx) / 2; in dpp_gen_r_auth()
943 wpabuf_free(brx); in dpp_gen_r_auth()
950 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local
972 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_i_auth()
984 brx in dpp_gen_i_auth()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c2534 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local
2552 brx = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth()
2560 brx = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
2562 if (!pix || !prx || !brx) in dpp_gen_r_auth()
2587 addr[num_elem] = wpabuf_head(brx); in dpp_gen_r_auth()
2588 len[num_elem] = wpabuf_len(brx) / 2; in dpp_gen_r_auth()
2606 wpabuf_free(brx); in dpp_gen_r_auth()
2613 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local
2633 brx = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_i_auth()
2643 brx in dpp_gen_i_auth()
[all...]

Completed in 45 milliseconds