Searched refs:minScaleWidth (Results 1 – 2 of 2) sorted by relevance
64 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(dragAction->instanceId); in GetShadowInfoArray() local68 if (pixelMap->GetWidth() > minScaleWidth && dragAction->previewOption.isScaleEnabled) { in GetShadowInfoArray()69 scale = minScaleWidth / pixelMap->GetWidth(); in GetShadowInfoArray()
674 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in GetShadowInfoArray() local678 … if (pixelMap->GetWidth() > minScaleWidth && asyncCtx->dragPreviewOption.isScaleEnabled) { in GetShadowInfoArray()679 scale = minScaleWidth / pixelMap->GetWidth(); in GetShadowInfoArray()895 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in OnComplete() local896 …if (asyncCtx->pixelMap->GetWidth() > minScaleWidth && asyncCtx->dragPreviewOption.isScaleEnabled) { in OnComplete()897 scale = minScaleWidth / asyncCtx->pixelMap->GetWidth(); in OnComplete()