Searched refs:linearPos (Results 1 – 1 of 1) sorted by relevance
329 s32 linearPos = int( bufPos.y ) * int( m_BufferSize.y ) + int( bufPos.x ); in PutDot() local330 bit8* startAddr = m_CurBuffer + linearPos * byteByDot; in PutDot()