Searched refs:textLength (Results 1 – 3 of 3) sorted by relevance
79 const char *text, const u32 textLength, const f32 normalizedDeviceCoordinateZ) in AddText() argument81 if ( ( m_PackedTextLength + textLength) >= m_MaxTextLength ) in AddText()86 for (u32 i = 0; i < textLength; ++i) in AddText()155 m_PackedTextLength += textLength; in AddText()
473 u32 textLength = 0; in DrawTextBuffer() local484 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()
123 const char* text, const u32 textLength, const f32 normalizedDeviceCoordinateZ);