Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/image/
Dimage_component.cpp139 void ImageComponent::SetMatchTextDirection(bool matchTextDirection) in SetMatchTextDirection()
Drender_image.h88 void SetMatchTextDirection(bool matchTextDirection) in SetMatchTextDirection()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkImage.ts664 matchTextDirection(value: boolean): this { method in ArkImageComponent
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
Dbutton_declaration.h59 bool matchTextDirection = false; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.cpp1344 auto matchTextDirection = renderProp->GetMatchTextDirection().value_or(false); in DumpRenderInfo() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js6962 matchTextDirection(value) { method in ArkImageComponent