Lines Matching refs:limitRight
396 f32 limitRight = 0; in CalcLineRectImpl() local
430 ut::Rect rect(limitRight, 0, 0, 0); in CalcLineRectImpl()
435 SetCursorX(limitRight); in CalcLineRectImpl()
475 limitRight = GetCursorX(); in CalcLineRectImpl()
500 f32 crntRight = limitRight; in CalcLineRectImpl()
529 limitRight = crntRight; in CalcLineRectImpl()
530 pRect->left = math::Min(pRect->left, limitRight); in CalcLineRectImpl()
531 pRect->right = math::Max(pRect->right, limitRight); in CalcLineRectImpl()
599 f32 limitRight = 0; in PrintImpl() local
656 limitRight = GetCursorX() - xOrigin; in PrintImpl()
714 f32 crntRight = limitRight; in PrintImpl()
742 limitRight = crntRight; in PrintImpl()