Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp92 s32 byteByDot = GetByteByDot( m_BufferFormat ); in Flush() local
196 s32 byteByDot = GetByteByDot( m_BufferFormat ); in PutChar() local
253 s32 byteByDot = GetByteByDot( m_BufferFormat ); in Clear() local
327 void DirectPrint::PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot ) in PutDot()