Lines Matching refs:basep
1574 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1617 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2()
1624 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4()
1631 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6()
1638 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8()
1645 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
1654 if (font8x16 == NULL || basep == NULL) in tpg_gen_text()
1678 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1682 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1686 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1690 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1816 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
1823 basep[p][0] = vbuf; in tpg_calc_text_basep()
1824 basep[p][1] = vbuf; in tpg_calc_text_basep()
1827 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
1829 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
1831 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()