Lines Matching refs:VEC2
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 );
266 const nn::math::VEC2& GetLastCursorPos() const { return m_LastCursorPos; }; in GetLastCursorPos()
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; //
293 nn::math::VEC2 m_LastCursorPos; //