Home
last modified time | relevance | path

Searched refs:GetSelectHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp572 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
574 … textPattern->GetStartOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
587 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
589 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
591 … textPattern->GetStartOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
593 … textPattern->GetStartOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
611 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
613 … textPattern->GetStartOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
626 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
628 … textPattern->GetEndOffset().GetY() + textPattern->GetSelectHeight() - globalOffset.GetY()); in DrawTextNG()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h173 double GetSelectHeight() const in GetSelectHeight() function
H A Dtext_select_controller.h114 double GetSelectHeight() const in GetSelectHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h136 double GetSelectHeight() const in GetSelectHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h189 double GetSelectHeight() const in GetSelectHeight() function
191 return textSelector_.GetSelectHeight(); in GetSelectHeight()