Lines Matching refs:titleInfo

235 void DisplayTitleInfo(const nn::dlp::TitleInfo titleInfo, demo::RenderSystemDrawing* pRenderSystem)  in DisplayTitleInfo()  argument
245 DisplayIcon(titleInfo.icon, FONT_SIZE, 2 * FONT_SIZE, update, pRenderSystem); in DisplayTitleInfo()
250 wcstombs(buffer, titleInfo.shortTitleName, 64); in DisplayTitleInfo()
252 wcstombs(buffer, titleInfo.longTitleName, 128); in DisplayTitleInfo()
254 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIZE : %d BYTES", titleInfo.importSize… in DisplayTitleInfo()
255 …* x, FONT_SIZE * y++, "ID/IDX/Ver : %05x/%d/%04x", titleInfo.uniqueId, titleInfo.childIndex, title… in DisplayTitleInfo()
256 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "REGION : %08x", titleInfo.region.Get()); in DisplayTitleInfo()
257 … %02x%02x%02x%02x%02x%02x%02x%02x", titleInfo.ratingInfo[0],titleInfo.ratingInfo[1],titleInfo.rati… in DisplayTitleInfo()
258titleInfo.ratingInfo[4],titleInfo.ratingInfo[5],titleInfo.ratingInfo[6],titleInfo.ratingInfo[7]); in DisplayTitleInfo()
259 …%02x%02x%02x%02x%02x%02x%02x%02x", titleInfo.ratingInfo[8],titleInfo.ratingInfo[9],titleInfo.ratin… in DisplayTitleInfo()
260titleInfo.ratingInfo[12],titleInfo.ratingInfo[13],titleInfo.ratingInfo[14],titleInfo.ratingInfo[15… in DisplayTitleInfo()
539 void DisplayWaitingDownload(const nn::dlp::TitleInfo& titleInfo, demo::RenderSystemDrawing* pRender… in DisplayWaitingDownload() argument
556 DisplayTitleInfo(titleInfo, pRenderSystem); in DisplayWaitingDownload()
580 void DisplayDownload(nn::dlp::ClientStatus& status, const nn::dlp::TitleInfo& titleInfo, demo::Rend… in DisplayDownload() argument
596 DisplayTitleInfo(titleInfo, pRenderSystem); in DisplayDownload()