Searched refs:scale (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | TextWriter.h | 124 void SetFontScale(f32 scale);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | Util.cpp | 116 f32 scale = pTextWriter->GetFontScale(); in DrawTitle() local 120 pTextWriter->SetFontScale(scale); in DrawTitle()
|
| D | TextWriter.cpp | 283 void TextWriter::SetFontScale(f32 scale) in SetFontScale() argument 285 m_writer.SetScale(scale); in SetFontScale()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | LightingDistanceAtte.cpp | 213 nn::math::Vector3 scale(0.3f, 0.3f, 0.3f); in DrawFrame() local 215 nn::math::MTX34Scale(&tmp[1], &scale); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | PartsysGas.cpp | 444 nn::math::Vector3 scale(0.5f, 0.5f, 0.5f); in DrawFrame() local 445 nn::math::MTX34MultScale(&mv_rot, &mv_rot, &scale); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/ |
| D | CommandBufferJump.cpp | 482 nn::math::Matrix34 mv, rot, trans, scale; in DrawFrame() local 510 nn::math::MTX34Scale(&scale, &Scale); in DrawFrame() 511 nn::math::MTX34Mult(&mv, &mv, &scale); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | GasCessna.cpp | 384 nn::math::Vector3 scale(0.1f, 0.1f, 0.1f); in DrawFrame() local 385 nn::math::MTX34MultScale(&mv_rot, &mv_rot, &scale); in DrawFrame()
|