Lines Matching refs:basep
1885 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1928 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2()
1935 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4()
1942 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6()
1949 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8()
1956 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
1965 if (font8x16 == NULL || basep == NULL) in tpg_gen_text()
1989 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1993 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1997 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2001 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2131 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
2138 basep[p][0] = vbuf; in tpg_calc_text_basep()
2139 basep[p][1] = vbuf; in tpg_calc_text_basep()
2142 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
2144 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
2146 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()