Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/fntdemo/src/
Dfntdemo1.c345 static BOOL InitFont( FNTHeader** ppFont, const char* filePath ) in InitFont() argument
352 *ppFont = NULL; in InitFont()
368 *ppFont = (FNTHeader*)OSAlloc(dataSize); in InitFont()
372 if (!FNTConstruct(*ppFont, readBuffer)) in InitFont()
389 if (*ppFont != NULL) in InitFont()
391 OSFree(*ppFont); in InitFont()
392 *ppFont = NULL; in InitFont()
407 static BOOL InitFontStreaming( FNTHeader** ppFont, const char* filePath ) in InitFontStreaming() argument
422 *ppFont = NULL; in InitFontStreaming()
463 *ppFont = (FNTHeader*)OSAlloc(dataSize); in InitFontStreaming()
[all …]