Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp498 f32 crntRight = limitRight; in CalcLineRectImpl() local
502 crntRight += GetCharSpace(); in CalcLineRectImpl()
507 crntRight += GetFixedWidth(); in CalcLineRectImpl()
511 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
517 f32 width = crntRight - limitLeft; in CalcLineRectImpl()
527 limitRight = crntRight; in CalcLineRectImpl()
712 f32 crntRight = limitRight; in PrintImpl() local
716 crntRight += GetCharSpace(); in PrintImpl()
721 crntRight += GetFixedWidth(); in PrintImpl()
725 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
[all …]