Home
last modified time | relevance | path

Searched refs:sti (Results 1 – 1 of 1) sorted by relevance

/include/video/
A Dsticore.h43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
389 int sti_call(const struct sti_struct *sti, unsigned long func,
396 void sti_putc(struct sti_struct *sti, int c, int y, int x,
398 void sti_set(struct sti_struct *sti, int src_y, int src_x,
400 void sti_clear(struct sti_struct *sti, int src_y, int src_x,
402 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,

Completed in 4 milliseconds