Lines Matching refs:image
543 static void LoadSheet(void* image, GXTexMapID texMapID) in LoadSheet() argument
548 if (LastSheet == image) in LoadSheet()
552 LastSheet = image; in LoadSheet()
556 image, // image_ptr in LoadSheet()
597 void* image; in DEMORFPuts() local
637 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPuts()
639 LoadSheet(image, GX_TEXMAP0); in DEMORFPuts()
649 void* image; in DEMORFPutsEx() local
685 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPutsEx()
694 LoadSheet(image, GX_TEXMAP0); in DEMORFPutsEx()
738 u32 image[48/2*48/4]; // 48 x 48 in DEMODumpROMFont() local
762 memset(image, 0x00, sizeof(image)); in DEMODumpROMFont()
766 string = OSGetFontTexel(string, image, 0, 48 / 4, &width); in DEMODumpROMFont()
772 image[j], image[j + 32/4], image[j + 64/4], in DEMODumpROMFont()
773 image[j + 96/4], image[j + 128/4], image[j + 160/4]); in DEMODumpROMFont()