Searched refs:updateScale (Results 1 – 1 of 1) sorted by relevance
1980 auto updateScale = scale; in UpdateGatherNodeAttr() local1983 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() local2074 updateScale *= std::min(previewWidth / width, previewHeight / height); in GetGatherPixelMap()2076 pixelMapDuplicated->Scale(updateScale, updateScale, AceAntiAliasingOption::HIGH); in GetGatherPixelMap()