Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dcanvas_image.h57 bool flipHorizontally_ = false; member
H A Dimage_painter.cpp163 if (config.flipHorizontally_) { in DrawSVGImage()
181 if (config.flipHorizontally_) { in DrawStaticImage()
/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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dimage_painter_test_ng.cpp202 imagePaintConfig.flipHorizontally_ = true;
258 imagePaintConfig.flipHorizontally_ = true;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp633 EXPECT_NE(config->flipHorizontally_, MATCHTEXTDIRECTION_DEFAULT);