Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp430 double pictureSizeRatio = pictureSize.Width() / pictureSize.Height(); in CalculateBackupImageSize() local
437 backupImageSize.SetHeight(imageComponentSize_.Width() / pictureSizeRatio); in CalculateBackupImageSize()
440 backupImageSize.SetWidth(imageComponentSize_.Height() * pictureSizeRatio); in CalculateBackupImageSize()