Home
last modified time | relevance | path

Searched refs:NASharedFontIndex (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/include/twl/na/ARM9/
Dshared_font.h31 typedef enum NASharedFontIndex enum
46 NASharedFontIndex; typedef
52 int NAi_GetSharedFontSize(NASharedFontIndex index);
53 BOOL NAi_LoadSharedFont(NASharedFontIndex index, void* pBuffer);
61 static inline int NA_GetSharedFontSize(NASharedFontIndex index) in NA_GetSharedFontSize()
63 static inline BOOL NA_LoadSharedFont(NASharedFontIndex index, void* pBuffer) in NA_LoadSharedFont()
67 const u8* NAi_GetSharedFontName(NASharedFontIndex index);
/TwlSDK-5.4/build/libraries/os/ARM9.TWL/src/
Dos_stub.c37 SDK_WEAK_SYMBOL int NAi_GetSharedFontSize(NASharedFontIndex index) in NAi_GetSharedFontSize()
42 SDK_WEAK_SYMBOL BOOL NAi_LoadSharedFont(NASharedFontIndex index, void* pBuffer) in NAi_LoadSharedFont()