Searched refs:left (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/documents/css/ |
| D | main.css | 20 float : left; 30 text-align : left; 56 text-align : left; 67 text-align : left; 80 text-align : left; 91 text-align : left; 150 text-align : left; 152 margin-left : 70px; 200 text-align : left;
|
| D | manpage.css | 126 text-align : left; 137 text-align : left; 242 border-left : solid 1px #aaf; 246 padding-left : 2px; 256 border-left : solid 1px #0f0; 260 padding-left : 2px;
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | gx_CaptureUtil.cpp | 22 void GetProjectionParameters( nn::math::Matrix44* proj, f32* left, f32* right, in GetProjectionParameters() argument 30 *left = tmp * (proj->m[0][2] - 1.0f); in GetProjectionParameters() 58 f32 near, far, top, bottom, left, right; in GetProjectionForPartialCapture() local 60 GetProjectionParameters( proj, &left, &right, &bottom, &top, &near, &far); in GetProjectionForPartialCapture() 65 …rtLeft = (static_cast<f32>(indexH)/divH * right + (divH - static_cast<f32>(indexH))/divH * left); in GetProjectionForPartialCapture() 66 … = (static_cast<f32>(indexH + 1)/divH * right + (divH - static_cast<f32>(indexH + 1))/divH * left); in GetProjectionForPartialCapture()
|