Searched refs:rtCaret (Results 1 – 1 of 1) sorted by relevance
654 CFX_RectF rtCaret = m_rtCaret; in UpdateOffset() local658 rtCaret.Offset(fOffSetX, fOffSetY); in UpdateOffset()661 if (edit_bounds.Contains(rtCaret)) { in UpdateOffset()678 if (rtCaret.left < edit_bounds.left) in UpdateOffset()679 offsetX = rtCaret.left - edit_bounds.left; in UpdateOffset()680 if (rtCaret.right() > edit_bounds.right()) in UpdateOffset()681 offsetX = rtCaret.right() - edit_bounds.right(); in UpdateOffset()682 if (rtCaret.top < edit_bounds.top) in UpdateOffset()683 offsetY = rtCaret.top - edit_bounds.top; in UpdateOffset()684 if (rtCaret.bottom() > edit_bounds.bottom()) in UpdateOffset()[all …]