Searched refs:pDrawer (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/font/ResFont/ |
| D | main.cpp | 59 InitShaders(nn::font::RectDrawer* pDrawer) in InitShaders() argument 78 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 277 nn::font::RectDrawer* pDrawer, in SetupTextCamera() argument 293 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 300 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 315 nn::font::RectDrawer* pDrawer, in DrawAscii() argument 345 pDrawer->BuildTextCommand(&writer); in DrawAscii() 354 pDrawer->DrawBegin(); in DrawAscii() 356 SetupTextCamera(pDrawer, width, height); in DrawAscii() 359 pDrawer->DrawEnd(); in DrawAscii() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 67 InitShaders(nn::font::RectDrawer* pDrawer) in InitShaders() argument 86 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 412 nn::font::RectDrawer* pDrawer, in SetupTextCamera() argument 428 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 435 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 451 nn::font::RectDrawer* pDrawer, in DrawAscii() argument 476 pDrawer->BuildTextCommand(&writer); in DrawAscii() 478 pDrawer->DrawBegin(); in DrawAscii() 480 SetupTextCamera(pDrawer, width, height); in DrawAscii() 483 pDrawer->DrawEnd(); in DrawAscii()
|