Lines Matching refs:crntRight
498 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()
731 f32 width = crntRight - limitLeft; in PrintImpl()
740 limitRight = crntRight; in PrintImpl()