Searched refs:fileReader (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/font/PackedFont/ |
| D | main.cpp | 445 nn::fs::FileReader fileReader(s_FontFilePath); in StartDemo() local 447 fileReader.Seek(0, nn::fs::POSITION_BASE_BEGIN); in StartDemo() 451 InitFont(&fontDvdNormal, &fileReader, DEMO_LOAD_GROUPS, DEMO_CACHE_RATE); in StartDemo() 454 fileReader.Seek(0, nn::fs::POSITION_BASE_BEGIN); in StartDemo() 458 InitFontStreaming(&fontDvdStream, &fileReader, DEMO_LOAD_GROUPS, DEMO_CACHE_RATE); in StartDemo()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 513 nn::fs::FileReader fileReader(s_FontFilePath); in StartDemo() local 515 fileReader.Seek(0, nn::fs::POSITION_BASE_BEGIN); in StartDemo() 519 InitFont(&fontNormal, &fileReader, DEMO_LOAD_GROUPS); in StartDemo() 522 fileReader.Seek(0, nn::fs::POSITION_BASE_BEGIN); in StartDemo() 526 InitFontStreaming(&fontStream, &fileReader, DEMO_LOAD_GROUPS); in StartDemo()
|