Lines Matching refs:font
46 /* sti_font_xy() use the native font ROM ! */
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
241 /* sticore internal font handling */
245 void *raw_ptr; /* kmalloc'ed font data */
257 /* STI font printing function structs */
260 u32 *font_start_addr; /* address of font start */
261 s16 index; /* index into font table of character */
271 u32 non_text : 1; /* font unpack/move in non_text planes =1, text =0 */
363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */
397 struct sti_cooked_font *font);
401 int height, int width, int c, struct sti_cooked_font *font);
404 struct sti_cooked_font *font);