Home
last modified time | relevance | path

Searched refs:selectHeight_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h138 return selectHeight_; in GetSelectHeight()
175 double selectHeight_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp672 selectHeight_ = result.Bottom() - result.Top(); in DidExceedMaxLines()
H A Drender_text.cpp562 textOverlay_->SetLineHeight(selectHeight_); in ShowTextOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h628 double selectHeight_ = 0.0; variable
H A Drosen_render_text_field.cpp1833 selectHeight_ = result.Bottom() - result.Top();
H A Drender_text_field.cpp938 textOverlay_->SetLineHeight(selectHeight_); in ShowTextOverlay()