Lines Matching refs:ca

1862 	struct vis_conscursor	ca;  in tem_safe_text_cursor()  local
1867 ca.row = tem->tvs_c_cursor.row; in tem_safe_text_cursor()
1868 ca.col = tem->tvs_c_cursor.col; in tem_safe_text_cursor()
1869 ca.action = action; in tem_safe_text_cursor()
1871 tems_safe_cursor(&ca, credp, called_from); in tem_safe_text_cursor()
1874 tem->tvs_c_cursor.row = ca.row; in tem_safe_text_cursor()
1875 tem->tvs_c_cursor.col = ca.col; in tem_safe_text_cursor()
1883 struct vis_conscursor ca; in tem_safe_pix_cursor() local
1888 ca.row = tem->tvs_c_cursor.row * tems.ts_font.height + in tem_safe_pix_cursor()
1890 ca.col = tem->tvs_c_cursor.col * tems.ts_font.width + in tem_safe_pix_cursor()
1892 ca.width = tems.ts_font.width; in tem_safe_pix_cursor()
1893 ca.height = tems.ts_font.height; in tem_safe_pix_cursor()
1896 ca.fg_color.mono = TEM_TEXT_WHITE; in tem_safe_pix_cursor()
1897 ca.bg_color.mono = TEM_TEXT_BLACK; in tem_safe_pix_cursor()
1899 ca.fg_color.mono = TEM_TEXT_BLACK; in tem_safe_pix_cursor()
1900 ca.bg_color.mono = TEM_TEXT_WHITE; in tem_safe_pix_cursor()
1904 ca.fg_color.twentyfour[0] = TEM_TEXT_WHITE24_RED; in tem_safe_pix_cursor()
1905 ca.fg_color.twentyfour[1] = TEM_TEXT_WHITE24_GREEN; in tem_safe_pix_cursor()
1906 ca.fg_color.twentyfour[2] = TEM_TEXT_WHITE24_BLUE; in tem_safe_pix_cursor()
1908 ca.bg_color.twentyfour[0] = TEM_TEXT_BLACK24_RED; in tem_safe_pix_cursor()
1909 ca.bg_color.twentyfour[1] = TEM_TEXT_BLACK24_GREEN; in tem_safe_pix_cursor()
1910 ca.bg_color.twentyfour[2] = TEM_TEXT_BLACK24_BLUE; in tem_safe_pix_cursor()
1912 ca.fg_color.twentyfour[0] = TEM_TEXT_BLACK24_RED; in tem_safe_pix_cursor()
1913 ca.fg_color.twentyfour[1] = TEM_TEXT_BLACK24_GREEN; in tem_safe_pix_cursor()
1914 ca.fg_color.twentyfour[2] = TEM_TEXT_BLACK24_BLUE; in tem_safe_pix_cursor()
1916 ca.bg_color.twentyfour[0] = TEM_TEXT_WHITE24_RED; in tem_safe_pix_cursor()
1917 ca.bg_color.twentyfour[1] = TEM_TEXT_WHITE24_GREEN; in tem_safe_pix_cursor()
1918 ca.bg_color.twentyfour[2] = TEM_TEXT_WHITE24_BLUE; in tem_safe_pix_cursor()
1922 ca.action = action; in tem_safe_pix_cursor()
1924 tems_safe_cursor(&ca, credp, called_from); in tem_safe_pix_cursor()