Home
last modified time | relevance | path

Searched defs:matchTextDirection (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image.md214 ### matchTextDirection subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image.md217 ### matchTextDirection subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp139 void ImageComponent::SetMatchTextDirection(bool matchTextDirection) in SetMatchTextDirection()
H A Drender_image.h88 void SetMatchTextDirection(bool matchTextDirection) in SetMatchTextDirection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h59 bool matchTextDirection = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1412 auto matchTextDirection = renderProp->GetMatchTextDirection().value_or(false); in DumpRenderInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js7306 matchTextDirection(value) { method in ArkImageComponent