Searched refs:OS_FONT_SIZE_ANSI (Results 1 – 3 of 3) sorted by relevance
111 #define OS_FONT_SIZE_ANSI ( 288 + 131072) // 1 sheet macro113 #define OS_FONT_SIZE_UTF (OS_FONT_SIZE_ANSI + OS_FONT_SIZE_SJIS)
445 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_ANSI); in DEMOInitROMFont()449 FontData = OSAlloc(OS_FONT_SIZE_ANSI); in DEMOInitROMFont()751 temp = (u8*) FontData + OS_FONT_SIZE_ANSI - OS_FONT_ROM_SIZE_ANSI; in DEMODumpROMFont()
188 FontData = OSAlloc(OS_FONT_SIZE_ANSI); in main()