Lines Matching refs:image
557 static void LoadSheet(void* image, GXTexMapID texMapID) in LoadSheet() argument
562 if (LastSheet == image) in LoadSheet()
566 LastSheet = image; in LoadSheet()
570 image, // image_ptr in LoadSheet()
611 void* image; in DEMORFPuts() local
651 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPuts()
653 LoadSheet(image, GX_TEXMAP0); in DEMORFPuts()
663 void* image; in DEMORFPutsEx() local
699 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPutsEx()
708 LoadSheet(image, GX_TEXMAP0); in DEMORFPutsEx()
755 u32 image[48/2*48/4]; // 48 x 48 in DEMODumpROMFont() local
779 memset(image, 0x00, sizeof(image)); in DEMODumpROMFont()
783 string = OSGetFontTexel(string, image, 0, 48 / 4, &width); in DEMODumpROMFont()
789 image[j], image[j + 32/4], image[j + 64/4], in DEMODumpROMFont()
790 image[j + 96/4], image[j + 128/4], image[j + 160/4]); in DEMODumpROMFont()