Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp500 f32 crntRight = limitRight; in CalcLineRectImpl() local
504 crntRight += GetCharSpace(); in CalcLineRectImpl()
509 crntRight += GetFixedWidth(); in CalcLineRectImpl()
513 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
519 f32 width = crntRight - limitLeft; in CalcLineRectImpl()
529 limitRight = crntRight; in CalcLineRectImpl()
714 f32 crntRight = limitRight; in PrintImpl() local
718 crntRight += GetCharSpace(); in PrintImpl()
723 crntRight += GetFixedWidth(); in PrintImpl()
727 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
[all …]