Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Rect.h35 f32 bottom; // member
51 bottom(0) in Rect()
67 bottom(b) in Rect()
78 bottom(v.bottom) in Rect()
105 f32 GetHeight() const { return bottom - top; } in GetHeight()
133 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
145 bottom = y + GetHeight(); in MoveTo()
160 bottom += dy; in Move()
176 bottom = y + height; in SetOriginAndSize()
189 const f32 b = bottom; in Normalize()
[all …]
/CTR-SDK-4.2.5/documents/css/
Dmanpage.css25 border-bottom-width : 5px;
26 border-bottom-style : solid;
27 border-bottom-color : #CD202C;
28 padding-bottom : 1px;
29 margin-bottom : 20px;
250 border-bottom : solid 1px #00c;
264 border-bottom : solid 1px #060;
282 border-bottom : solid 1px #00c;
296 border-bottom : solid 1px #060;
310 border-bottom : solid 1px #222;
/CTR-SDK-4.2.5/documents/api/css/
Dmanpage.css243 border-bottom : solid 1px #00c;
257 border-bottom : solid 1px #060;
275 border-bottom : solid 1px #00c;
289 border-bottom : solid 1px #060;
303 border-bottom : solid 1px #222;
Dpage.css240 border-bottom : solid 1px #00c;
254 border-bottom : solid 1px #060;
272 border-bottom : solid 1px #00c;
286 border-bottom : solid 1px #060;
300 border-bottom : solid 1px #222;
/CTR-SDK-4.2.5/documents/shader/Reference/css/
Dmanpage.css237 border-bottom : solid 1px #00c;
251 border-bottom : solid 1px #060;
269 border-bottom : solid 1px #00c;
283 border-bottom : solid 1px #060;
297 border-bottom : solid 1px #222;
Dpage.css239 border-bottom : solid 1px #00c;
253 border-bottom : solid 1px #060;
271 border-bottom : solid 1px #00c;
285 border-bottom : solid 1px #060;
299 border-bottom : solid 1px #222;
Dtimetable.css10 bottom : auto;
/CTR-SDK-4.2.5/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h99 …void SetBaseFrustum(const f32 left, const f32 right, const f32 bottom, const f32 top, const f32 ne…
241 f32 bottom; // member
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp66 const uptr bottom = addr + 16 * 1024; in FindThreadStackBottomByStackAddr() local
70 && (NN_OS_ADDR_STACK_END < bottom) ) in FindThreadStackBottomByStackAddr()
75 return bottom; in FindThreadStackBottomByStackAddr()