Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1980 auto updateScale = scale; in UpdateGatherNodeAttr() local
1983 updateScale *= std::min(info.width / childInfo.width, info.height / childInfo.height); in UpdateGatherNodeAttr()
1985 imageContext->UpdateTransformScale({ updateScale, updateScale }); in UpdateGatherNodeAttr()
2072 auto updateScale = scale; in GetGatherPixelMap() local
2074 updateScale *= std::min(previewWidth / width, previewHeight / height); in GetGatherPixelMap()
2076 pixelMapDuplicated->Scale(updateScale, updateScale, AceAntiAliasingOption::HIGH); in GetGatherPixelMap()