Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/font/PackedFont/
Dmain.cpp128 bool bSuccess; in InitFont() local
181 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()
182 NN_ASSERT(bSuccess); in InitFont()
186 if( ! bSuccess ) in InitFont()
201 return bSuccess; in InitFont()
449 const bool bSuccess = in StartDemo() local
452 NN_ASSERTMSG(bSuccess, "Failed to load PackedFont by default."); in StartDemo()
/CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/
Dmain.cpp191 bool bSuccess; in InitFont() local
236 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()
237 NN_ASSERT( bSuccess ); in InitFont()
241 if (! bSuccess) in InitFont()
255 return bSuccess; in InitFont()
517 const bool bSuccess = in StartDemo() local
520 NN_ASSERTMSG(bSuccess, "Fail to load ArchiveFont by default."); in StartDemo()
/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp205 bool bSuccess = pFont->SetResource(buffer); in InitFont() local
206 NN_ASSERT(bSuccess); in InitFont()
209 if (! bSuccess) in InitFont()
220 return bSuccess; in InitFont()
439 bool bSuccess = in StartDemo() local
442 NN_ASSERTMSG(bSuccess, "Failed to load ResFont."); in StartDemo()
/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
DPhtselMenu.h156 bool bSuccess = ret.ConvertFromParam( in GetSelectValue() local
164 if( !bSuccess ) in GetSelectValue()