Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/documents/api/css/
Dmain.css26 text-align : left;
38 text-align : right;
54 text-align : left;
65 text-align : left;
78 text-align : left;
89 text-align : left;
99 text-align : right;
150 text-align : left;
172 text-decoration : none;
183 text-decoration : underline;
[all …]
Dbutton.css35 text-align : center;
49 text-align : center;
70 text-decoration : none;
80 text-decoration : underline;
Dcontents.css135 text-align : center;
155 text-decoration : none;
167 text-decoration : underline;
Dpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
326 text-align: right;
331 text-align: left;
Dmanpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
324 text-align: right;
329 text-align: left;
/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_DebugString.cpp36 NN_WEAK_SYMBOL void PutString(const char* text, s32 length) in PutString() argument
39 nn::svc::OutputDebugString(text, length); in PutString()
42 void PutString(const char* text) in PutString() argument
44 PutString(text, std::strlen(text)); in PutString()
/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_DebugString.h158 void PutString(const char* text, s32 length);
167 void PutString(const char* text);
/CTR-SDK-0.14.4/include/nn/svc/
Dsvc_StubDbg.h40 nn::Result OutputDebugString ( const void* text, s32 length );
/CTR-SDK-0.14.4/include/nn/font/CTR/
Dfont_RectDrawer.h372 } text; member
/CTR-SDK-0.14.4/build/omake/
Dcommondefs.cctype.RVCT.om183 … --verbose --map --callgraph --callgraph_output=text --symbols --xref --unmangled \