Searched refs:now (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | rtc.cpp | 36 nn::fnd::DateTime now = nn::fnd::DateTime::GetNow(); in DrawFrame() local 41 …erSystem->DrawText(208, 8, "%04d.%02d.%02d %s", now.GetYear(), now.GetMonth(), now.GetDay(), WeekS… in DrawFrame() 42 …mp_RenderSystem->DrawText(256, 16, "%02d:%02d:%02d", now.GetHour(), now.GetMinute(), now.GetSecond… in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 364 nn::fnd::DateTime now = nn::fnd::DateTime::GetNow(); in DrawFrame() local 367 …6, "%04d/%02d/%02d %02d:%02d:%02d", now.GetYear(), now.GetMonth(), now.GetDay(), now.GetHour(), no… in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/fs/Streaming/ |
| D | FsSampleStreamingFrame.cpp | 108 void DrawLine(const nn::hid::CTR::TouchPanelStatus &now, const nn::hid::CTR::TouchPanelStatus &prev… in DrawLine() argument 112 s32 diffX = now.x - previous.x; in DrawLine() 113 s32 diffY = now.y - previous.y; in DrawLine() 119 DrawPoint(now.x, now.y); in DrawLine()
|