Lines Matching refs:format
35 s32 GetByteByDot( GLenum format ) in GetByteByDot() argument
37 switch( format ) in GetByteByDot()
81 void DirectPrint::ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size ) in ChangeDisplaybuffer() argument
84 m_BufferFormat = format; in ChangeDisplaybuffer()
109 void DirectPrint::Printf( const nn::math::VEC2& pos, const char* format, ... ) in Printf() argument
112 va_start( v, format ); in Printf()
113 VPrintf( pos, format, v ); in Printf()
119 …Print::Printf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, ... ) in Printf() argument
122 va_start( v, format ); in Printf()
123 VPrintf( pos, autoLineFeed, fillBg, format, v ); in Printf()
129 void DirectPrint::VPrintf( const nn::math::VEC2& pos, const char* format, va_list v ) in VPrintf() argument
131 VPrintf( pos, true, true, format, v ); in VPrintf()
136 …VPrintf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, va_list v ) in VPrintf() argument
139 nn::nstd::TVSNPrintf( buf , sizeof( buf ) , format , v ); in VPrintf()
282 void DirectPrint::ConvertColorFormat( bit8* data, const nn::util::Color8& src, GLenum format ) in ConvertColorFormat() argument
285 switch( format ) in ConvertColorFormat()