Searched refs:bothOffset (Results 1 – 1 of 1) sorted by relevance
106 float bothOffset = TEXT_DRAG_OFFSET.ConvertToPx() * CONSTANT_HALF; in CalculateTextDragData() local122 if (handlersDistance + bothOffset < TEXT_DRAG_MIN_WIDTH.ConvertToPx()) { in CalculateTextDragData()123 delta = TEXT_DRAG_MIN_WIDTH.ConvertToPx() - (handlersDistance + bothOffset); in CalculateTextDragData()140 …TextDragData data(rect, width + bothOffset, height + bothOffset, leftHandler.Height(), rightHandle… in CalculateTextDragData()217 auto bothOffset = offset * 2; // 2 : double in GenerateBackgroundPoints() local228 if (needAdjust && (endX - startX) + bothOffset < minWidth) { in GenerateBackgroundPoints()229 float delta = minWidth - ((endX - startX) + bothOffset); in GenerateBackgroundPoints()