Lines Matching refs:nn
30 namespace nn { namespace dbg { namespace CTR {
83 void ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size );
145 … void Printf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, ... );
156 void Printf( const nn::math::VEC2& pos, const char* format, ... );
169 …void VPrintf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, va_li…
180 void VPrintf( const nn::math::VEC2& pos, const char* format, va_list v );
194 void PutString( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* str );
204 void PutString( const nn::math::VEC2& pos, const char* str );
213 void PutChar( const nn::math::VEC2& pos, bool fillBg, char c );
223 void PutChar( const nn::math::VEC2& pos, char c );
235 void SetCharColor( const nn::util::Color8& c ) { m_CharColor = c; }; in SetCharColor()
242 const nn::util::Color8& GetCharColor() const { return m_CharColor; }; in GetCharColor()
249 void SetBgColor( const nn::util::Color8& c ) { m_BgColor = c; }; in SetBgColor()
256 const nn::util::Color8& GetBgColor() const { return m_BgColor; }; in GetBgColor()
266 const nn::math::VEC2& GetLastCursorPos() const { return m_LastCursorPos; }; in GetLastCursorPos()
283 void ConvertColorFormat( bit8* data, const nn::util::Color8& src, GLenum format );
284 void ConvertPositionUserOriginToDeviceOrigin( nn::math::VEC2* dst, const nn::math::VEC2& src );
285 void PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot );
290 nn::math::VEC2 m_BufferSize; //
291 nn::util::Color8 m_CharColor; //
292 nn::util::Color8 m_BgColor; //
293 nn::math::VEC2 m_LastCursorPos; //