Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp45 ut::FloatColor* pDst, in MultiplyAlpha() argument
52 pDst->r = src.r / floatAlphaMax; in MultiplyAlpha()
53 pDst->g = src.g / floatAlphaMax; in MultiplyAlpha()
54 pDst->b = src.b / floatAlphaMax; in MultiplyAlpha()
55 pDst->a = (src.a / floatAlphaMax) * (alpha / floatAlphaMax); in MultiplyAlpha()
Dfont_RectDrawer.cpp905 nn::math::MTX44 *const pDst = reinterpret_cast<nn::math::MTX44*>(&m_UniformProjBuffer[3]); in SetProjectionMtx() local
906 nn::math::MTX44Copy(pDst, &mtx); in SetProjectionMtx()
919 nn::math::MTX34 *const pDst = reinterpret_cast<nn::math::MTX34*>(&m_UniformMtxBuffer[3]); in SetViewMtxForText() local
920 nn::math::MTX34Copy(pDst, &mtx); in SetViewMtxForText()