Home
last modified time | relevance | path

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

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