Searched defs:scaleW (Results 1 – 6 of 6) sorted by relevance
30 Drawing::Matrix HpsBlurFilter::GetShaderTransform(const Drawing::Rect& blurRect, float scaleW, floa… in GetShaderTransform()
180 float scaleW, float scaleH) in GetShaderTransform()223 float scaleW = dst.GetWidth() / image->GetWidth(); in OutputOriginalImage() local298 float scaleW = static_cast<float>(scaledInfo.GetWidth()) / input->GetWidth(); in ExecutePingPongBlur() local
158 float scaleW = static_cast<float>(std::ceil(width * blurScale_)) / image->GetWidth(); in ApplyForegroundEffect() local
478 float scaleW = static_cast<float>(scaleWidth) / (width > 0 ? width : 1); in BuildMatrix() local492 auto scaleW = static_cast<float>(scaledInfo.GetWidth()) / (width > 0 ? width : 1); in BuildMiddleMatrix() local503 …float scaleW = static_cast<float>((dst.GetWidth() - offsetX_ - offsetZ_)) / (imageWidth > 0 ? imag… in BuildStretchMatrixFull() local519 …float scaleW = static_cast<float>((imageWidth - offsetX_ - offsetZ_)) / (imageWidth > 0 ? imageWid… in BuildStretchMatrix() local728 float scaleW = static_cast<float>(dst.GetWidth()) / blurImage->GetWidth(); in ScaleAndAddRandomColor() local
269 float scaleW = static_cast<float>(scaleWidth) / (width > 0 ? width : 1); in BuildMatrix() local396 const Drawing::Canvas* canvas, const Drawing::Rect& blurRect, float scaleW, float scaleH) in GetShaderTransform()437 float scaleW = dst.GetWidth() / width; in OutputOriginalImage() local
354 std::shared_ptr<Media::PixelMap>&pixelMap, int32_t timeoutMs, float scaleW, float scaleH) in GetSurfaceSnapshot()