Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp61 void* pFontRes = this->GetResource(res::RESOURCETYPE_FONT, name, &size); in LoadFont() local
62 if (!pFontRes || size == 0) in LoadFont()
75 bool bSuccess = pResFont->SetResource(pFontRes); in LoadFont()
85 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont()