Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h83 COVER_TOP_LEFT, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dimage_painter_test_ng.cpp429 imagePainter.ApplyImageFit(ImageFit::COVER_TOP_LEFT, rawpicsize, dstsize, srcRect_, dstRect_);
700 imagePainter.ApplyImageFit(ImageFit::COVER_TOP_LEFT, rawpicsize, dstsize, srcRect_, dstRect_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h346 COVER_TOP_LEFT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp289 case ImageFit::COVER_TOP_LEFT: in ApplyImageFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp484 …utProperty->UpdateImageFit(isExitSplitOnBackground ? ImageFit::CONTAIN : ImageFit::COVER_TOP_LEFT); in UpdateSnapshotWindowProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp261 case ImageFit::COVER_TOP_LEFT: in ApplyImageFitSwitch()