Searched refs:top (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_Rect.h | 33 f32 top; //!< 矩形の上座標です。 member 49 top(0), in Rect() 65 top(t), in Rect() 76 top(v.top), in Rect() 105 f32 GetHeight() const { return bottom - top; } in GetHeight() 119 f32 GetY() const { return top; } in GetY() 133 void SetHeight(f32 height) { bottom = top + height; } in SetHeight() 146 top = y; in MoveTo() 159 top += dy; in Move() 175 top = y; in SetOriginAndSize() [all …]
|
| /CTR-SDK-0.13.2/include/nn/ulcd/CTR/ |
| D | ulcd_StereoCamera.h | 99 void SetBaseFrustum(f32 left, f32 right, f32 bottom, f32 top, f32 near, f32 far); 238 f32 top; //!< ビューボリュームの top 値 member
|
| /CTR-SDK-0.13.2/include/nn/net/osl/ |
| D | osl_Mbuf.h | 291 void SetTop(s32 top) in SetTop() argument 293 NN_TASSERT_(top < m_capacity); in SetTop() 294 m_top = top; in SetTop()
|
| /CTR-SDK-0.13.2/documents/api/css/ |
| D | manpage.css | 241 border-top : solid 1px #aaf; 255 border-top : solid 1px #0f0;
|
| D | contents.css | 29 padding-top : 10px;
|
| /CTR-SDK-0.13.2/include/nn/math/ |
| D | math_Geometry.h | 387 FRUSTUM(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in FRUSTUM() argument 389 Set(top, bottom, left, right, n, f, camera); in FRUSTUM() 417 void Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera);
|
| /CTR-SDK-0.13.2/sources/libraries/rdt/CTR/ |
| D | rdt_Utility.h | 100 char top; // 1バイトの変数が欲しいだけ。 in Align() member
|
| /CTR-SDK-0.13.2/sources/libraries/math/ |
| D | math_Geometry.cpp | 164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set() argument 178 P[0].x = left; P[0].y = top; P[0].z = -n; in Set() 181 P[1].x = right; P[1].y = top; P[1].z = -n; in Set() 190 P[4].x = f_n * left; P[4].y = f_n * top; P[4].z = -f; in Set() 193 P[5].x = f_n * right; P[5].y = f_n * top; P[5].z = -f; in Set()
|