Home
last modified time | relevance | path

Searched refs:SCALE_DOWN (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp117 "RB", new StateChangeListener(ImageScaleMode::SCALE_DOWN, this), UI_TEST_SCALE_DOWN); in AddRadioGroup()
220 case ImageScaleMode::SCALE_DOWN: in SetScaleMode()
222 imageView_->SetResizeMode(UIImageView::ImageResizeMode::SCALE_DOWN); in SetScaleMode()
H A Dui_test_transform.h36 SCALE_DOWN, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_component.cpp139 resizeMode_ = UIImageView::ImageResizeMode::SCALE_DOWN; in UpdateResizeMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dsvg_dom_base.h75 case ImageFit::SCALE_DOWN: in ApplyImageFit()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h269 SCALE_DOWN, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_span_ffi.cpp33 ImageFit::SCALE_DOWN,
H A Dcj_image_ffi.cpp35 ImageFit::SCALE_DOWN,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp67 icon_->SetImageFit(ImageFit::SCALE_DOWN); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.cpp30 { "scale-down", ImageFit::SCALE_DOWN }, in ConvertStrToFit()
H A Ddom_video.cpp296 { "scaledown", ImageFit::SCALE_DOWN }, in ConvertStrToFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp133 case ImageFit::SCALE_DOWN: in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_property.h126 { "ImageFit.ScaleDown", ImageFit::SCALE_DOWN }, in FromJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp116 case ImageFit::SCALE_DOWN: in GetObjectFit()
H A Dutils.h325 { ImageFit::SCALE_DOWN, "ImageFit.ScaleDown" }, in ConvertWrapImageFitToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h73 SCALE_DOWN, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp326 imageRenderProperty->UpdateImageFit(ImageFit::SCALE_DOWN);
327 layoutProperty->UpdateImageFit(ImageFit::SCALE_DOWN);
329 EXPECT_EQ(imageRenderProperty->GetImageFit(), ImageFit::SCALE_DOWN);
330 EXPECT_EQ(layoutProperty->GetImageFit(), ImageFit::SCALE_DOWN);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h238 KEYWORD(SCALE_DOWN, scaleDown) // image component scale down
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_modifier.cpp139 if (objectFitValue < ImageFit::FILL || objectFitValue > ImageFit::SCALE_DOWN) { in SetObjectFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h336 SCALE_DOWN, enumerator
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp282 case ImageResizeMode::SCALE_DOWN: in AdjustScaleAndTranslate()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp274 { ImageFit::SCALE_DOWN, "scale-down" }, in ToHtml()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp184 image->imageFit_ = ImageFit::SCALE_DOWN;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp594 UIImageView::ImageResizeMode::SCALE_DOWN); in UIKitUIImageTestResize001()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp298 case ImageFit::SCALE_DOWN: in ApplyImageFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_span_bridge.cpp104 if (fit < ImageFit::FILL || fit > ImageFit::SCALE_DOWN) { in SetObjectFit()

12