Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp32 m_MaxTextLength(demo::MAX_TEXT_LENGTH), m_TotalTextLength(0), in GraphicsDrawing()
157 m_TotalTextLength = 0; in InitializeTexts()
494 if ( (m_TotalTextLength + textLength) >= m_MaxTextLength ) in DrawTextBuffer()
498 textLength, m_MaxTextLength, m_TotalTextLength); in DrawTextBuffer()
508 m_TotalTextLength += textLength; in DrawTextBuffer()
563 m_TotalTextLength = 0; in FlushTexts()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h289 u32 m_TotalTextLength; variable