/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/ |
H A D | ui_test_transform.cpp | 117 "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 D | ui_test_transform.h | 36 SCALE_DOWN, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_component.cpp | 139 resizeMode_ = UIImageView::ImageResizeMode::SCALE_DOWN; in UpdateResizeMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | svg_dom_base.h | 75 case ImageFit::SCALE_DOWN: in ApplyImageFit()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_image_view.h | 269 SCALE_DOWN, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_span_ffi.cpp | 33 ImageFit::SCALE_DOWN,
|
H A D | cj_image_ffi.cpp | 35 ImageFit::SCALE_DOWN,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.cpp | 67 icon_->SetImageFit(ImageFit::SCALE_DOWN); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_image.cpp | 30 { "scale-down", ImageFit::SCALE_DOWN }, in ConvertStrToFit()
|
H A D | dom_video.cpp | 296 { "scaledown", ImageFit::SCALE_DOWN }, in ConvertStrToFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | render_texture.cpp | 133 case ImageFit::SCALE_DOWN: in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_property.h | 126 { "ImageFit.ScaleDown", ImageFit::SCALE_DOWN }, in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 116 case ImageFit::SCALE_DOWN: in GetObjectFit()
|
H A D | utils.h | 325 { ImageFit::SCALE_DOWN, "ImageFit.ScaleDown" }, in ConvertWrapImageFitToString()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image.h | 73 SCALE_DOWN, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testtwo_ng.cpp | 326 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 D | keys.h | 238 KEYWORD(SCALE_DOWN, scaleDown) // image component scale down
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | image_modifier.cpp | 139 if (objectFitValue < ImageFit::FILL || objectFitValue > ImageFit::SCALE_DOWN) { in SetObjectFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 336 SCALE_DOWN, enumerator
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 282 case ImageResizeMode::SCALE_DOWN: in AdjustScaleAndTranslate()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 274 { ImageFit::SCALE_DOWN, "scale-down" }, in ToHtml()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_image_test.cpp | 184 image->imageFit_ = ImageFit::SCALE_DOWN;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/ |
H A D | ui_test_image.cpp | 594 UIImageView::ImageResizeMode::SCALE_DOWN); in UIKitUIImageTestResize001()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 298 case ImageFit::SCALE_DOWN: in ApplyImageFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_span_bridge.cpp | 104 if (fit < ImageFit::FILL || fit > ImageFit::SCALE_DOWN) { in SetObjectFit()
|