Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/na/ARM9/
Dshared_font.h31 typedef enum NASharedFontIndex enum
38 NASharedFontIndex; typedef
44 int NAi_GetSharedFontSize(NASharedFontIndex index);
45 BOOL NAi_LoadSharedFont(NASharedFontIndex index, void* pBuffer);
53 static inline int NA_GetSharedFontSize(NASharedFontIndex index) in NA_GetSharedFontSize()
55 static inline BOOL NA_LoadSharedFont(NASharedFontIndex index, void* pBuffer) in NA_LoadSharedFont()
59 const u8* NAi_GetSharedFontName(NASharedFontIndex index);
/TwlSDK-5.1.0/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()