Home
last modified time | relevance | path

Searched refs:textLength (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TextsRenderData.cpp79 const char *text, const u32 textLength, const f32 normalizedDeviceCoordinateZ) in AddText() argument
81 if ( ( m_PackedTextLength + textLength) >= m_MaxTextLength ) in AddText()
86 for (u32 i = 0; i < textLength; ++i) in AddText()
155 m_PackedTextLength += textLength; in AddText()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp473 u32 textLength = 0; in DrawTextBuffer() local
484 textLength += 1; in DrawTextBuffer()
494 if ( (m_TotalTextLength + textLength) >= m_MaxTextLength ) in DrawTextBuffer()
498 textLength, m_MaxTextLength, m_TotalTextLength); in DrawTextBuffer()
506 textBuffer, textLength, m_Depth); in DrawTextBuffer()
508 m_TotalTextLength += textLength; in DrawTextBuffer()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TextsRenderData.h123 const char* text, const u32 textLength, const f32 normalizedDeviceCoordinateZ);