Home
last modified time | relevance | path

Searched refs:now (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo1/
Drtc.cpp36 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/
Dgraphics.cpp364 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/
DFsSampleStreamingFrame.cpp108 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()