Searched refs:bSuccess (Results 1 – 4 of 4) sorted by relevance
128 bool bSuccess; in InitFont() local181 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() local452 NN_ASSERTMSG(bSuccess, "Failed to load PackedFont by default."); in StartDemo()
191 bool bSuccess; in InitFont() local236 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() local520 NN_ASSERTMSG(bSuccess, "Fail to load ArchiveFont by default."); in StartDemo()
205 bool bSuccess = pFont->SetResource(buffer); in InitFont() local206 NN_ASSERT(bSuccess); in InitFont()209 if (! bSuccess) in InitFont()220 return bSuccess; in InitFont()439 bool bSuccess = in StartDemo() local442 NN_ASSERTMSG(bSuccess, "Failed to load ResFont."); in StartDemo()
156 bool bSuccess = ret.ConvertFromParam( in GetSelectValue() local164 if( !bSuccess ) in GetSelectValue()