Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp203 bool PutHaltMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in PutHaltMessage()
216 void ClearMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in ClearMessage()
224 void ShowWithAutoScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithAutoScroll()
256 void ShowWithManualScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithManualScroll()
327 void StealDisplaybuffer(nn::dbg::DirectPrint* pdp) in StealDisplaybuffer()
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/
Ddbg_Default.cpp47 DirectPrint* pdp = ExceptionScreen::GetDirectPrint(); in HandleBreak() local