Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblur_draw_looper.cpp82 BlurDrawLooperPriv blurDrawLooperPriv; in Deserialize() local
83 if (memcpy_s(&blurDrawLooperPriv, sizeof(BlurDrawLooperPriv), memory, len) != EOK) { in Deserialize()
87 return CreateBlurDrawLooper(blurDrawLooperPriv.blurRadius, in Deserialize()
88 blurDrawLooperPriv.dx, blurDrawLooperPriv.dy, blurDrawLooperPriv.color); in Deserialize()