Home
last modified time | relevance | path

Searched refs:IsMatchTextDirection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp79 bool ImageComponent::IsMatchTextDirection() const in IsMatchTextDirection() function in OHOS::Ace::ImageComponent
206 imageComponent->SetMatchTextDirection(other->IsMatchTextDirection()); in MakeFromOtherWithoutSourceAndEvent()
H A Dimage_component.h81 bool IsMatchTextDirection() const;
H A Drender_image.cpp75 matchTextDirection_ = image->IsMatchTextDirection(); in Update()