Lines Matching refs:crntRight
500 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()
733 f32 width = crntRight - limitLeft; in PrintImpl()
742 limitRight = crntRight; in PrintImpl()