Home
last modified time | relevance | path

Searched refs:text (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/documents/css/
Dmain.css30 text-align : left;
41 text-align : right;
56 text-align : left;
67 text-align : left;
80 text-align : left;
91 text-align : left;
101 text-align : right;
150 text-align : left;
171 text-decoration : none;
182 text-decoration : underline;
[all …]
Dbutton.css33 text-align : center;
47 text-align : center;
70 text-decoration : none;
81 text-decoration : underline;
Dcontents.css131 text-align : center;
152 text-decoration : none;
163 text-decoration : underline;
Dmanpage.css100 text-align : center;
126 text-align : left;
137 text-align : left;
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp223 wchar_t text[] = {m_pInput[i], '\0'}; in Reset() local
225 m_controlManager.FindBy(CONTROL_ID_INPUT_BASE + i)->SetText(text); in Reset()
296 wchar_t text[] = {'0' + controlId, '\0'}; in MyControlEventCallback() local
298 … pTenKey->m_controlManager.FindBy(CONTROL_ID_INPUT_BASE + pTenKey->m_cursor)->SetText(text); in MyControlEventCallback()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TextsRenderData.h123 const char* text, const u32 textLength, const f32 normalizedDeviceCoordinateZ);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TextsRenderData.cpp79 const char *text, const u32 textLength, const f32 normalizedDeviceCoordinateZ) in AddText() argument
91 s32 fontW = text[i] - 0x20; in AddText()