Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_mesa_blur_shader_filter.cpp681 auto width_output = std::max(static_cast<int>(std::ceil(dst.GetWidth())), width); in OutputImageWithoutBlur() local
686 …auto imageInfo = Drawing::ImageInfo(width_output, height_output, image->GetImageInfo().GetColorTyp… in OutputImageWithoutBlur()