Searched refs:firstHandleMetrics (Results 1 – 2 of 2) sorted by relevance
376 CaretMetricsF firstHandleMetrics; in CalculateHandleOffset() local377 CalcCaretMetricsByPosition(GetFirstHandleIndex(), firstHandleMetrics, TextAffinity::DOWNSTREAM); in CalculateHandleOffset()378 OffsetF firstHandleOffset = firstHandleMetrics.offset; in CalculateHandleOffset()382 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in CalculateHandleOffset()485 CaretMetricsF firstHandleMetrics; in MoveFirstHandleToContentRect() local488 …GetFirstHandleIndex(), firstHandleMetrics, HasReverse() ? TextAffinity::UPSTREAM : TextAffinity::D… in MoveFirstHandleToContentRect()489 OffsetF firstHandleOffset = firstHandleMetrics.offset; in MoveFirstHandleToContentRect()492 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in MoveFirstHandleToContentRect()
215 CaretMetricsF firstHandleMetrics; in CalculateHandleOffsetAndShowOverlay() local217 …CalcCaretMetricsByPosition(textSelector_.baseOffset, firstHandleMetrics, TextAffinity::DOWNSTREAM); in CalculateHandleOffsetAndShowOverlay()219 OffsetF firstHandleOffset = firstHandleMetrics.offset + paragraphPaintOffset; in CalculateHandleOffsetAndShowOverlay()227 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in CalculateHandleOffsetAndShowOverlay()