Home
last modified time | relevance | path

Searched defs:srcAspectRatio (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp347 float srcAspectRatio = srcSize.Width() / srcSize.Height(); in CalculateBgWidth() local
377 float srcAspectRatio = srcSize.Width() / srcSize.Height(); in CalculateBgHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp759 double srcAspectRatio = srcSize.Width() / srcSize.Height(); in CalculateImageRenderSizeWithSingleParam() local
766 double srcAspectRatio = srcSize.Width() / srcSize.Height(); in CalculateImageRenderSizeWithSingleParam() local