Home
last modified time | relevance | path

Searched refs:left (Results 1 – 12 of 12) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/util/
Dutil_Rect.h32 f32 left; //
48 : left(0), in Rect()
64 : left(l), in Rect()
75 : left(v.left), in Rect()
98 f32 GetWidth() const { return right - left; } in GetWidth()
112 f32 GetX() const { return left; } in GetX()
126 void SetWidth(f32 width) { right = left + width; } in SetWidth()
144 left = x; in MoveTo()
157 left += dx; in Move()
173 left = x; in SetOriginAndSize()
[all …]
/CTR-SDK-4.2.8-20130828/documents/css/
Dmanpage.css56 margin-left : 2px;
57 padding-left : 4px;
89 text-align : left;
141 text-align : left;
154 text-align : left;
247 border-left : solid 1px #aaf;
251 padding-left : 2px;
261 border-left : solid 1px #0f0;
265 padding-left : 2px;
279 border-left : solid 1px #aaf;
[all …]
/CTR-SDK-4.2.8-20130828/documents/shader/Reference/css/
Dpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
162 margin-left : 20px;
236 border-left : solid 1px #aaf;
240 padding-left : 2px;
250 border-left : solid 1px #0f0;
254 padding-left : 2px;
268 border-left : solid 1px #aaf;
272 padding-left : 2px;
[all …]
Dmanpage.css76 text-align : left;
128 text-align : left;
141 text-align : left;
234 border-left : solid 1px #aaf;
238 padding-left : 2px;
248 border-left : solid 1px #0f0;
252 padding-left : 2px;
266 border-left : solid 1px #aaf;
270 padding-left : 2px;
280 border-left : solid 1px #0f0;
[all …]
Dmain.css26 text-align : left;
54 text-align : left;
65 text-align : left;
78 text-align : left;
89 text-align : left;
150 text-align : left;
152 margin-left : 70px;
202 text-align : left;
Dtimetable.css9 left : auto;
/CTR-SDK-4.2.8-20130828/sources/libraries/cx/
Dcx_SecureUncompression.cpp413 u32 left = (idx & ~0x1) + offset; in VerifyHuffmanTable() local
414 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in VerifyHuffmanTable()
855 u32 left = (idx & ~0x1) + offset; in LHVerifyTable() local
856 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in LHVerifyTable()
1213 u32 left = 0; in RCSearch_() local
1216 while ( left < right ) in RCSearch_()
1218 i = (left + right) / 2; in RCSearch_()
1226 left = i + 1; in RCSearch_()
1230 i = left; in RCSearch_()
Dcx_Uncompression.cpp752 u32 left = 0; in RCSearch_() local
755 while ( left < right ) in RCSearch_()
757 i = (left + right) / 2; in RCSearch_()
765 left = i + 1; in RCSearch_()
769 i = left; in RCSearch_()
Dcx_StreamingUncompression.cpp1260 u32 left = 0; in RCSearch_() local
1263 while ( left < right ) in RCSearch_()
1265 i = (left + right) / 2; in RCSearch_()
1273 left = i + 1; in RCSearch_()
1277 i = left; in RCSearch_()
/CTR-SDK-4.2.8-20130828/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h99 …void SetBaseFrustum(const f32 left, const f32 right, const f32 bottom, const f32 top, const f32 ne…
239 f32 left; // member
/CTR-SDK-4.2.8-20130828/include/nn/font/
Dfont_ResourceFormat.h154 s8 left; // member
/CTR-SDK-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv11 …he quotient into a 31-bit floating-point number, and finally shifting that value to left by 1 bit."
17 …he quotient into a 31-bit floating-point number, and finally shifting that value to left by 1 bit."