Lines Matching refs:ca
2417 struct vis_conscursor ca; in tem_safe_text_cursor() local
2422 ca.row = tem->tvs_c_cursor.row; in tem_safe_text_cursor()
2423 ca.col = tem->tvs_c_cursor.col; in tem_safe_text_cursor()
2424 ca.action = action; in tem_safe_text_cursor()
2426 tems_safe_cursor(&ca, credp, called_from); in tem_safe_text_cursor()
2429 tem->tvs_c_cursor.row = ca.row; in tem_safe_text_cursor()
2430 tem->tvs_c_cursor.col = ca.col; in tem_safe_text_cursor()
2438 struct vis_conscursor ca; in tem_safe_pix_cursor() local
2446 ca.row = tem->tvs_c_cursor.row * tems.ts_font.vf_height + in tem_safe_pix_cursor()
2448 ca.col = tem->tvs_c_cursor.col * tems.ts_font.vf_width + in tem_safe_pix_cursor()
2450 ca.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_cursor()
2451 ca.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cursor()
2458 tem_safe_set_color(&fg, &ca.fg_color); in tem_safe_pix_cursor()
2459 tem_safe_set_color(&bg, &ca.bg_color); in tem_safe_pix_cursor()
2461 ca.action = action; in tem_safe_pix_cursor()
2463 tems_safe_cursor(&ca, credp, called_from); in tem_safe_pix_cursor()
2469 if (ca.row != 0) { in tem_safe_pix_cursor()
2470 tem->tvs_c_cursor.row = (ca.row - tems.ts_p_offset.y) / in tem_safe_pix_cursor()
2473 if (ca.col != 0) { in tem_safe_pix_cursor()
2474 tem->tvs_c_cursor.col = (ca.col - tems.ts_p_offset.x) / in tem_safe_pix_cursor()