Searched refs:ppFont (Results 1 – 1 of 1) sorted by relevance
345 static BOOL InitFont( FNTHeader** ppFont, const char* filePath ) in InitFont() argument352 *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() argument422 *ppFont = NULL; in InitFontStreaming()463 *ppFont = (FNTHeader*)OSAlloc(dataSize); in InitFontStreaming()[all …]