Home
last modified time | relevance | path

Searched defs:scaleW (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_hps_blur.cpp30 Drawing::Matrix HpsBlurFilter::GetShaderTransform(const Drawing::Rect& blurRect, float scaleW, floa… in GetShaderTransform()
H A Drs_kawase_blur.cpp180 float scaleW, float scaleH) in GetShaderTransform()
223 float scaleW = dst.GetWidth() / image->GetWidth(); in OutputOriginalImage() local
298 float scaleW = static_cast<float>(scaledInfo.GetWidth()) / input->GetWidth(); in ExecutePingPongBlur() local
H A Drs_foreground_effect_filter.cpp158 float scaleW = static_cast<float>(std::ceil(width * blurScale_)) / image->GetWidth(); in ApplyForegroundEffect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_mesa_blur_shader_filter.cpp478 float scaleW = static_cast<float>(scaleWidth) / (width > 0 ? width : 1); in BuildMatrix() local
492 auto scaleW = static_cast<float>(scaledInfo.GetWidth()) / (width > 0 ? width : 1); in BuildMiddleMatrix() local
503 …float scaleW = static_cast<float>((dst.GetWidth() - offsetX_ - offsetZ_)) / (imageWidth > 0 ? imag… in BuildStretchMatrixFull() local
519 …float scaleW = static_cast<float>((imageWidth - offsetX_ - offsetZ_)) / (imageWidth > 0 ? imageWid… in BuildStretchMatrix() local
728 float scaleW = static_cast<float>(dst.GetWidth()) / blurImage->GetWidth(); in ScaleAndAddRandomColor() local
H A Dge_kawase_blur_shader_filter.cpp269 float scaleW = static_cast<float>(scaleWidth) / (width > 0 ? width : 1); in BuildMatrix() local
396 const Drawing::Canvas* canvas, const Drawing::Rect& blurRect, float scaleW, float scaleH) in GetShaderTransform()
437 float scaleW = dst.GetWidth() / width; in OutputOriginalImage() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp354 std::shared_ptr<Media::PixelMap>&pixelMap, int32_t timeoutMs, float scaleW, float scaleH) in GetSurfaceSnapshot()