Searched refs:bgColorData (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_DirectPrint.cpp | 198 bit8 bgColorData[ 4 ]; in PutChar() local 200 ConvertColorFormat( bgColorData, m_BgColor, m_BufferFormat ); in PutChar() 238 PutDot( nn::math::VEC2( bufPos.x + x, bufPos.y + y ), bgColorData, byteByDot ); in PutChar() 254 bit8 bgColorData[ 4 ]; in Clear() local 255 ConvertColorFormat( bgColorData, m_BgColor, m_BufferFormat ); in Clear() 275 PutDot( nn::math::VEC2( bufPos.x + x, bufPos.y + y ), bgColorData, byteByDot ); in Clear()
|