Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp109 void DirectPrint::Printf( const nn::math::VEC2& pos, const char* format, ... ) in Printf()
119 void DirectPrint::Printf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* fo… in Printf()
129 void DirectPrint::VPrintf( const nn::math::VEC2& pos, const char* format, va_list v ) in VPrintf()
136 void DirectPrint::VPrintf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* f… in VPrintf()
145 void DirectPrint::PutString( const nn::math::VEC2& pos, const char* str ) in PutString()
152 void DirectPrint::PutString( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char*… in PutString()
186 void DirectPrint::PutChar( const nn::math::VEC2& pos, char c ) in PutChar()
193 void DirectPrint::PutChar( const nn::math::VEC2& pos, bool fillBg, char c ) in PutChar()
249 nn::math::VEC2 pos( 0 , 0 ); in Clear() local
Ddbg_ExceptionScreen.cpp203 bool PutHaltMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in PutHaltMessage()
216 void ClearMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in ClearMessage()
226 nn::math::VEC2 pos( 0 , 0 ); in ShowWithAutoScroll() local
262 nn::math::VEC2 pos( 0 , 0 ); in ShowWithManualScroll() local
434 int pos = 0; in PutBackTraceString() local
508 int pos; in ExceptionHandlerBody() local
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Utility.h318 inline T ExtractBits(bit32 v, int pos, int len) in ExtractBits()
341 inline T ExtractBits(bit64 v, int pos, int len) in ExtractBits()
363 inline T GetBits(bit32 v, int pos, int len) in GetBits()
385 inline T GetBits(bit64 v, int pos, int len) in GetBits()
Dmath_Arithmetic.h170 f32 pos = FAbs(abs); in FCopySign() local
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Default.cpp49 math::VEC2 pos(0, 0); in HandleBreak() local
/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_HostFile.h245 s64 pos; in Seek() local
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_DispStringBuffer.h27 math::VEC4 pos; member
/CTR-SDK-4.2.5/sources/libraries/rtport/rvct/
Drvct_stdio.cpp46 … int _sys_seek(FILEHANDLE fh, long pos) { NN_UNUSED_VAR(fh); NN_UNUSED_VAR(pos); return -1; } in _sys_seek()
/CTR-SDK-4.2.5/include/nn/font/
Dfont_Types.h123 f32 pos[POS_NUM]; member
/CTR-SDK-4.2.5/include/
Dzlib.h1656 z_off64_t pos; member