Searched refs:OS_FONT_SIZE_UTF (Results 1 – 2 of 2) sorted by relevance
113 #define OS_FONT_SIZE_UTF (OS_FONT_SIZE_ANSI + OS_FONT_SIZE_SJIS) macro
469 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_UTF); in DEMOInitROMFont()473 FontData = OSAlloc(OS_FONT_SIZE_UTF); in DEMOInitROMFont()771 temp = (u8*) FontData + OS_FONT_SIZE_UTF - OS_FONT_ROM_SIZE_UTF; in DEMODumpROMFont()