Home
last modified time | relevance | path

Searched defs:stepScale (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/skia/filters/
H A DBlurFilter.cpp114 const float stepScale = (float)i * kInputScale; in generate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp179 const float stepScale = static_cast<float>(i) * blurScale_; in ApplyForegroundEffect() local
H A Drs_kawase_blur.cpp329 const float stepScale = static_cast<float>(i) * blurScale_; in ExecutePingPongBlur() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_kawase_blur_shader_filter.cpp213 const float stepScale = static_cast<float>(i) * blurScale_; in ProcessImage() local