Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp124 int unitPadding = 1; // add padding to avoid expanded image is not large enough in ComputePassesAndUnit() local
125 unit_ = std::ceil(radiusByPasses_ * blurScale_) + unitPadding; in ComputePassesAndUnit()