Searched defs:yy (Results 1 – 2 of 2) sorted by relevance
320 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars()503 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring()508 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar()521 static void video_invertchar(int xx, int yy) in video_invertchar()
162 UChar yy[256]; in generateMTFValues() local