Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp73 AdjustCenterValue(f32 value) in AdjustCenterValue() function
665 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl()
825 *pXOrigin -= AdjustCenterValue(textWidth); in AdjustCursor()
836 *pYOrigin -= AdjustCenterValue(textHeight); in AdjustCursor()
848 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in AdjustCursor()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp55 AdjustCenterValue( in AdjustCenterValue() function
609 pos.x = internal::AdjustCenterValue(size.width, isCeil); in AdjustTextPos()
623 pos.y = internal::AdjustCenterValue(size.height, isCeil); in AdjustTextPos()