Lines Matching refs:basep
1735 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1778 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2()
1785 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4()
1792 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6()
1799 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8()
1806 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
1815 if (font8x16 == NULL || basep == NULL) in tpg_gen_text()
1839 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1843 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1847 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1851 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1981 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
1988 basep[p][0] = vbuf; in tpg_calc_text_basep()
1989 basep[p][1] = vbuf; in tpg_calc_text_basep()
1992 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
1994 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
1996 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()