Home
last modified time | relevance | path

Searched refs:DEMOFontSetColor (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h145 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoFont.h145 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c349 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a) in DEMOFontSetColor() function
661 DEMOFontSetColor(1.0f, 1.0f, 1.0f, 1.0f); in DEMOFontAddInstance()