Home
last modified time | relevance | path

Searched refs:matchTextDirection_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp81 return matchTextDirection_; in IsMatchTextDirection()
141 matchTextDirection_ = matchTextDirection; in SetMatchTextDirection()
H A Drender_image.h90 matchTextDirection_ = matchTextDirection; in SetMatchTextDirection()
340 bool matchTextDirection_ = false; variable
H A Dimage_component.h222 bool matchTextDirection_ = false; variable
H A Drosen_render_image.cpp933 if (matchTextDirection_ && GetTextDirection() == TextDirection::RTL) {
971 if (matchTextDirection_ && GetTextDirection() == TextDirection::RTL) {
1328 if (matchTextDirection_ && GetTextDirection() == TextDirection::RTL) {
1346 if (matchTextDirection_ && GetTextDirection() == TextDirection::RTL) {
H A Drender_image.cpp75 matchTextDirection_ = image->IsMatchTextDirection(); in Update()
848 matchTextDirection_ = false; in ClearRenderObject()