Home
last modified time | relevance | path

Searched refs:right (Results 1 – 17 of 17) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/util/
Dutil_Color.h133 const SelfType operator +(const SelfType& right) const
136 nn::math::Min(this->r + right.r, ELEMENT_MAX),
137 nn::math::Min(this->g + right.g, ELEMENT_MAX),
138 nn::math::Min(this->b + right.b, ELEMENT_MAX),
139 nn::math::Min(this->a + right.a, ELEMENT_MAX)
151 const SelfType operator -(const SelfType& right) const
154 nn::math::Max(this->r - right.r, ELEMENT_MIN),
155 nn::math::Max(this->g - right.g, ELEMENT_MIN),
156 nn::math::Max(this->b - right.b, ELEMENT_MIN),
157 nn::math::Max(this->a - right.a, ELEMENT_MIN)
[all …]
Dutil_Rect.h34 f32 right; // member
50 right(0), in Rect()
66 right(r), in Rect()
77 right(v.right), in Rect()
98 f32 GetWidth() const { return right - left; } in GetWidth()
126 void SetWidth(f32 width) { right = left + width; } in SetWidth()
143 right = x + GetWidth(); in MoveTo()
158 right += dx; in Move()
174 right = x + width; in SetOriginAndSize()
188 const f32 r = right; in Normalize()
[all …]
Dutil_Float24.h105 f32 operator +(f32 right) const { return this->m_Float32 + right; }
106 f32 operator -(f32 right) const { return this->m_Float32 - right; }
107 f32 operator *(f32 right) const { return this->m_Float32 * right; }
108 f32 operator /(f32 right) const { return this->m_Float32 / right; }
262 f32 operator +(f32 right) const { return this->m_Float32 + right; }
263 f32 operator -(f32 right) const { return this->m_Float32 - right; }
264 f32 operator *(f32 right) const { return this->m_Float32 * right; }
265 f32 operator /(f32 right) const { return this->m_Float32 / right; }
416 f32 operator +(f32 right) const { return this->m_Float32 + right; }
417 f32 operator -(f32 right) const { return this->m_Float32 - right; }
[all …]
/CTR-SDK-4.2.8-20130828/documents/shader/Reference/css/
Dpage.css163 margin-right : 8px;
238 border-right : solid 1px #00c;
241 padding-right : 2px;
252 border-right : solid 1px #060;
255 padding-right : 2px;
270 border-right : solid 1px #00c;
273 padding-right : 2px;
284 border-right : solid 1px #060;
287 padding-right : 2px;
298 border-right : solid 1px #222;
[all …]
Dmanpage.css236 border-right : solid 1px #00c;
239 padding-right : 2px;
250 border-right : solid 1px #060;
253 padding-right : 2px;
268 border-right : solid 1px #00c;
271 padding-right : 2px;
282 border-right : solid 1px #060;
285 padding-right : 2px;
296 border-right : solid 1px #222;
299 padding-right : 2px;
[all …]
Dmain.css38 text-align : right;
99 text-align : right;
153 margin-right : auto;
Dcontents.css186 float : right;
Dtimetable.css11 right : auto;
/CTR-SDK-4.2.8-20130828/documents/css/
Dmanpage.css249 border-right : solid 1px #00c;
252 padding-right : 2px;
263 border-right : solid 1px #060;
266 padding-right : 2px;
281 border-right : solid 1px #00c;
284 padding-right : 2px;
295 border-right : solid 1px #060;
298 padding-right : 2px;
309 border-right : solid 1px #222;
312 padding-right : 2px;
[all …]
/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…
240 f32 right; // member
/CTR-SDK-4.2.8-20130828/sources/libraries/cx/
Dcx_SecureUncompression.cpp418 u32 right = (idx & ~0x1) + offset + 1; in VerifyHuffmanTable() local
419 end_flags[ right / 8 ] |= (u8)( 1 << (right % 8) ); in VerifyHuffmanTable()
860 u32 right = (idx & ~0x1) + offset + 1; in LHVerifyTable() local
861 end_flags[ right / 8 ] |= (u8)( 1 << (right % 8) ); in LHVerifyTable()
1214 u32 right = tableSize - 1; in RCSearch_() local
1216 while ( left < right ) in RCSearch_()
1218 i = (left + right) / 2; in RCSearch_()
1222 right = i; in RCSearch_()
Dcx_Uncompression.cpp753 u32 right = tableSize - 1; in RCSearch_() local
755 while ( left < right ) in RCSearch_()
757 i = (left + right) / 2; in RCSearch_()
761 right = i; in RCSearch_()
Dcx_StreamingUncompression.cpp1261 u32 right = tableSize - 1; in RCSearch_() local
1263 while ( left < right ) in RCSearch_()
1265 i = (left + right) / 2; in RCSearch_()
1269 right = i; in RCSearch_()
/CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp251 // Version where the scale matrix is applied from the right.
1171 VEC3 right, up;
1173 …// Get 'right' by rotating the r-axis and u-axis cameraTwist values a half rotation clockwise on t…
1175 right.x = st * u.x + ct * r.x;
1176 right.y = st * u.y;
1177 right.z = st * u.z + ct * r.z;
1184 m[0][0] = right.x;
1185 m[0][1] = right.y;
1186 m[0][2] = right.z;
1187 m[0][3] = -VEC3Dot(pCamPos, &right);
[all …]
Dmath_Matrix44.ipp1349 // Version where the scale matrix is applied from the right.
/CTR-SDK-4.2.8-20130828/documents/resources/Xllt/SuperTables/javascripts/
DsuperTables.js3 …le.right=st.sData.scrollLeft+"px";st.sFDataInner.style.top=(st.sData.scrollTop*-1)+"px"}}else{st.s…
/CTR-SDK-4.2.8-20130828/documents/TechnicalNotes/AppletGuide/SuperTables/javascripts/
DsuperTables.js3 …le.right=st.sData.scrollLeft+"px";st.sFDataInner.style.top=(st.sData.scrollTop*-1)+"px"}}else{st.s…