Home
last modified time | relevance | path

Searched defs:length (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp23 s32 length = 0; in wstrlen() local
72 s32 length = wstrlen(pText); in SetText() local
DUtil.cpp44 u32 length = 0; in wstrlen() local
107 void SetTitle(const wchar_t* pTitle, size_t length) in SetTitle()
DTenKey.cpp90 void TenKey::Initialize(u32 length, u32 split, const wchar_t* pInitial, u32 numLowestChars, bool is… in Initialize()
/CTR-SDK-4.2.7-SampleDemos/demo1/
Dtp.cpp21 void MakeTouchMark(demo::RenderSystemDrawing* p_RenderSystem, u16 x, u16 y, u16 length) in MakeTouchMark()