Home
last modified time | relevance | path

Searched refs:GetMatchTextDirection (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp106 … config.flipHorizontally_ = isRightToLeft && renderProps->GetMatchTextDirection().value_or(false); in UpdatePaintConfig()
H A Dimage_pattern.cpp1412 auto matchTextDirection = renderProp->GetMatchTextDirection().value_or(false); in DumpRenderInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1345 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().value(), MATCHTEXTDIRECTION_DEFAULT);
1365 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().value(), MATCHTEXTDIRECTION_DEFAULT);
1606 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().value(), true); in ImageModelNGTest001_SetRenderProperty01()
1835 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().has_value(), false); in ImageModelNGFailedTest001_Properties01()
1838 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().has_value(), false); in ImageModelNGFailedTest001_Properties01()
1841 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().has_value(), false); in ImageModelNGFailedTest001_Properties01()
H A Dimage_testtwo_ng.cpp105 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection(), true);
112 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection(), false);
H A Dimage_test_ng.cpp783 EXPECT_EQ(imageRenderProperty->GetMatchTextDirection().value(), MATCHTEXTDIRECTION_DEFAULT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h261 bool GetMatchTextDirection() const in GetMatchTextDirection() function