Home
last modified time | relevance | path

Searched refs:s_Title (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DUtil.cpp33 wchar_t s_Title[TITLE_LENGTH + 1]; variable
111 wcsncpy(s_Title, pTitle, length); in SetTitle()
112 s_Title[length] = L'\0'; in SetTitle()
119 pTextWriter->Printf(2, 2, s_Title); in DrawTitle()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp100 static wchar_t s_Title[TITLE_LENGTH] = TITLE_0; variable
314 newMess.SetInfoText(s_Title, sizeof(s_Title)); in SetSendMessage()
521 std::memcpy(&s_Title,s_ContentTitle[*pSelected],sizeof(s_Title)); in UpdateWriting()
566 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE:%ls",s_Title); in DisplayWriting()