Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp460 double widthEnlargedBy = resizeTarget_.Width() / previousResizeTarget_.Width(); in NeedResize() local
462 if (widthEnlargedBy > RESIZE_AGAIN_THRESHOLD || heightEnlargedBy > RESIZE_AGAIN_THRESHOLD) { in NeedResize()