Searched refs:OS_FONT_SIZE_SJIS (Results 1 – 3 of 3) sorted by relevance
112 #define OS_FONT_SIZE_SJIS (3840 + 1179648) // 9 sheets macro113 #define OS_FONT_SIZE_UTF (OS_FONT_SIZE_ANSI + OS_FONT_SIZE_SJIS)
435 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_SJIS); in DEMOInitROMFont()439 FontData = OSAlloc(OS_FONT_SIZE_SJIS); in DEMOInitROMFont()748 temp = (u8*) FontData + OS_FONT_SIZE_SJIS - OS_FONT_ROM_SIZE_SJIS; in DEMODumpROMFont()
184 FontData = OSAlloc(OS_FONT_SIZE_SJIS); in main()