Searched refs:PIXTYPE (Results 1 – 1 of 1) sorted by relevance
1433 #define PRINTSTR(PIXTYPE) do { \ in tpg_gen_text() argument1434 PIXTYPE fg; \ in tpg_gen_text()1435 PIXTYPE bg; \ in tpg_gen_text()1436 memcpy(&fg, tpg->textfg[p], sizeof(PIXTYPE)); \ in tpg_gen_text()1437 memcpy(&bg, tpg->textbg[p], sizeof(PIXTYPE)); \ in tpg_gen_text()1441 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ in tpg_gen_text()1443 (x / hdiv) * sizeof(PIXTYPE)); \ in tpg_gen_text()