Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp604 f32 textWidth = AdjustCursor(&xOrigin, &yOrigin, str, length); in PrintImpl() local
665 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl()
672 const f32 offset = textWidth - width; in PrintImpl()
679 textWidth = math::Max(textWidth, width); in PrintImpl()
774 textWidth = math::Max(textWidth, width); in PrintImpl()
790 return textWidth; in PrintImpl()
802 f32 textWidth = 0; in AdjustCursor() local
816 textWidth = textRect.left + textRect.right; in AdjustCursor()
825 *pXOrigin -= AdjustCenterValue(textWidth); in AdjustCursor()
829 *pXOrigin -= textWidth; in AdjustCursor()
[all …]