Searched refs:blurDrawLooperPriv (Results 1 – 1 of 1) sorted by relevance
82 BlurDrawLooperPriv blurDrawLooperPriv; in Deserialize() local83 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()