Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp92 s32 byteByDot = GetByteByDot( m_BufferFormat ); in Flush() local
93 nn::gx::UpdateBuffer( m_CurBuffer, byteByDot * m_BufferSize.x * m_BufferSize.y ); in Flush()
196 s32 byteByDot = GetByteByDot( m_BufferFormat ); in PutChar() local
232 PutDot( nn::math::VEC2( bufPos.x + x, bufPos.y + y ), charColorData, byteByDot ); in PutChar()
238 PutDot( nn::math::VEC2( bufPos.x + x, bufPos.y + y ), bgColorData, byteByDot ); in PutChar()
253 s32 byteByDot = GetByteByDot( m_BufferFormat ); in Clear() local
275 PutDot( nn::math::VEC2( bufPos.x + x, bufPos.y + y ), bgColorData, byteByDot ); in Clear()
327 void DirectPrint::PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot ) in PutDot() argument
330 bit8* startAddr = m_CurBuffer + linearPos * byteByDot; in PutDot()
331 nn::nstd::MemCpy( startAddr, data, byteByDot ); in PutDot()
/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h285 void PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot );