Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp43 ut::FloatColor* pDst, in MultiplyAlpha() argument
50 pDst->r = src.r / floatAlphaMax; in MultiplyAlpha()
51 pDst->g = src.g / floatAlphaMax; in MultiplyAlpha()
52 pDst->b = src.b / floatAlphaMax; in MultiplyAlpha()
53 pDst->a = (src.a / floatAlphaMax) * (alpha / floatAlphaMax); in MultiplyAlpha()
Dfont_RectDrawer.cpp879 nn::math::MTX44 *const pDst = reinterpret_cast<nn::math::MTX44*>(&m_UniformProjBuffer[3]); in SetProjectionMtx() local
880 nn::math::MTX44Copy(pDst, &mtx); in SetProjectionMtx()
893 nn::math::MTX34 *const pDst = reinterpret_cast<nn::math::MTX34*>(&m_UniformMtxBuffer[3]); in SetViewMtxForText() local
894 nn::math::MTX34Copy(pDst, &mtx); in SetViewMtxForText()