Home
last modified time | relevance | path

Searched defs:onClipRectChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h110 void SetOnClipRectChanged(const std::function<void(const Rect&)>& onClipRectChanged) in SetOnClipRectChanged()
H A Drender_text_overlay.cpp383 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakTextField() local
465 auto onClipRectChanged = [weak = WeakClaim(this)](const Rect& clipRect) { in UpdateWeakText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2278 void RenderTextField::SetOnClipRectChanged(const std::function<void(const Rect&)>& onClipRectChange… in SetOnClipRectChanged()