Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp329 s32 linearPos = int( bufPos.y ) * int( m_BufferSize.y ) + int( bufPos.x ); in PutDot() local
330 bit8* startAddr = m_CurBuffer + linearPos * byteByDot; in PutDot()