Searched refs:l (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.cpp | 112 unsigned int l; in _LoadTGAScanline() local 114 l = 0; in _LoadTGAScanline() 129 l += tga->bpp; in _LoadTGAScanline() 132 return l; in _LoadTGAScanline() 141 unsigned int l; in _LoadTGAScanlineRLE() local 145 l = 0; in _LoadTGAScanlineRLE() 154 l++; in _LoadTGAScanlineRLE() 175 l += tga->bpp; in _LoadTGAScanlineRLE() 180 l++; in _LoadTGAScanlineRLE() 198 l += tga->bpp; in _LoadTGAScanlineRLE() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 79 static void _tToVTBN2( float *v, float *t, float *b, float *n, float *st, float l ) in _tToVTBN2() argument 81 v[0] = l * ( st[0] - 0.5f ); in _tToVTBN2() 82 v[1] = l * ( st[1] - 0.5f ); in _tToVTBN2() 270 squre( unsigned int i, unsigned int j, float l ); 279 squre::squre( unsigned int ni, unsigned int nj, float l ) in squre() argument 301 _tToVTBN2( v, t, b, n, st, l ); in squre() 307 _tToVTBN2( v, t, b, n, st, l ); in squre() 313 _tToVTBN2( v, t, b, n, st, l ); in squre() 319 _tToVTBN2( v, t, b, n, st, l ); in squre() 325 _tToVTBN2( v, t, b, n, st, l ); in squre() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/font/ResFont/ |
| D | main.cpp | 290 f32 l = 0; in SetupTextCamera() local 292 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/PackedFont/ |
| D | main.cpp | 371 f32 l = 0; in SetupTextCamera() local 373 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 425 f32 l = 0; in SetupTextCamera() local 427 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|