Lines Matching refs:ca
2772 struct vis_conscursor ca; in tem_text_cursor() local
2774 ca.row = tem->tvs_c_cursor.row; in tem_text_cursor()
2775 ca.col = tem->tvs_c_cursor.col; in tem_text_cursor()
2776 ca.action = action; in tem_text_cursor()
2778 tems_cursor(&ca); in tem_text_cursor()
2781 tem->tvs_c_cursor.row = ca.row; in tem_text_cursor()
2782 tem->tvs_c_cursor.col = ca.col; in tem_text_cursor()
2789 struct vis_conscursor ca; in tem_pix_cursor() local
2794 ca.row = tem->tvs_c_cursor.row * tems.ts_font.vf_height + in tem_pix_cursor()
2796 ca.col = tem->tvs_c_cursor.col * tems.ts_font.vf_width + in tem_pix_cursor()
2798 ca.width = tems.ts_font.vf_width; in tem_pix_cursor()
2799 ca.height = tems.ts_font.vf_height; in tem_pix_cursor()
2806 tem_set_color(&fg, &ca.fg_color); in tem_pix_cursor()
2807 tem_set_color(&bg, &ca.bg_color); in tem_pix_cursor()
2809 ca.action = action; in tem_pix_cursor()
2811 tems_cursor(&ca); in tem_pix_cursor()
2817 if (ca.row != 0) { in tem_pix_cursor()
2818 tem->tvs_c_cursor.row = (ca.row - tems.ts_p_offset.y) / in tem_pix_cursor()
2821 if (ca.col != 0) { in tem_pix_cursor()
2822 tem->tvs_c_cursor.col = (ca.col - tems.ts_p_offset.x) / in tem_pix_cursor()