Lines Matching refs:limitRight
394 f32 limitRight = 0; in CalcLineRectImpl() local
428 ut::Rect rect(limitRight, 0, 0, 0); in CalcLineRectImpl()
433 SetCursorX(limitRight); in CalcLineRectImpl()
473 limitRight = GetCursorX(); in CalcLineRectImpl()
498 f32 crntRight = limitRight; in CalcLineRectImpl()
527 limitRight = crntRight; in CalcLineRectImpl()
528 pRect->left = math::Min(pRect->left, limitRight); in CalcLineRectImpl()
529 pRect->right = math::Max(pRect->right, limitRight); in CalcLineRectImpl()
597 f32 limitRight = 0; in PrintImpl() local
654 limitRight = GetCursorX() - xOrigin; in PrintImpl()
712 f32 crntRight = limitRight; in PrintImpl()
740 limitRight = crntRight; in PrintImpl()