Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp232 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()
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() function in nn::dbg::CTR::DirectPrint
/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h285 void PutDot( const nn::math::VEC2& bufPos, const bit8* data, s32 byteByDot );