Lines Matching refs:basep
1923 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1966 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2()
1973 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4()
1980 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6()
1987 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8()
1994 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
2003 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text()
2029 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2033 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2037 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2041 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2195 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
2202 basep[p][0] = vbuf; in tpg_calc_text_basep()
2203 basep[p][1] = vbuf; in tpg_calc_text_basep()
2206 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
2208 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
2210 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()