Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTextWriter.cpp39 nn::math::MTX44 s_mtxProjection[DISPLAY_NUM]; variable
151 …nn::math::MTX44OrthoPivot(&s_mtxProjection[DISPLAY_0], 0, NN_GX_DISPLAY0_HEIGHT, NN_GX_DISPLAY0_WI… in Initialize()
152 …nn::math::MTX44OrthoPivot(&s_mtxProjection[DISPLAY_1], 0, NN_GX_DISPLAY1_HEIGHT, NN_GX_DISPLAY1_WI… in Initialize()
224 m_drawer.SetProjectionMtx(s_mtxProjection[m_targetDisplay]); in EndRender()