Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DTextWriter.h124 void SetFontScale(f32 scale);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DUtil.cpp116 f32 scale = pTextWriter->GetFontScale(); in DrawTitle() local
120 pTextWriter->SetFontScale(scale); in DrawTitle()
DTextWriter.cpp283 void TextWriter::SetFontScale(f32 scale) in SetFontScale() argument
285 m_writer.SetScale(scale); in SetFontScale()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
DLightingDistanceAtte.cpp213 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/
DPartsysGas.cpp444 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/
DCommandBufferJump.cpp482 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/
DGasCessna.cpp384 nn::math::Vector3 scale(0.1f, 0.1f, 0.1f); in DrawFrame() local
385 nn::math::MTX34MultScale(&mv_rot, &mv_rot, &scale); in DrawFrame()