Home
last modified time | relevance | path

Searched refs:blurMatrixInv (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.cpp187 Drawing::Matrix blurMatrixInv; in ApplyForegroundEffect() local
188 blurMatrixInv.Translate(-halfExtension, -halfExtension); in ApplyForegroundEffect()
193 blurMatrixInv.PostScale(1 / scaleW, 1 / scaleH); in ApplyForegroundEffect()
195 Drawing::TileMode::DECAL, linear, blurMatrixInv); in ApplyForegroundEffect()