Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp75 AdjustCenterValue(f32 value) in AdjustCenterValue() function
667 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl()
827 *pXOrigin -= AdjustCenterValue(textWidth); in AdjustCursor()
838 *pYOrigin -= AdjustCenterValue(textHeight); in AdjustCursor()
850 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in AdjustCursor()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp57 AdjustCenterValue( in AdjustCenterValue() function
611 pos.x = internal::AdjustCenterValue(size.width, isCeil); in AdjustTextPos()
625 pos.y = internal::AdjustCenterValue(size.height, isCeil); in AdjustTextPos()