Searched refs:BlurInfoInfoStr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 1780 void DragDrawing::ParserBlurInfo(const cJSON *BlurInfoInfoStr, FilterInfo &filterInfo) in ParserBlurInfo() argument 1782 CHKPV(BlurInfoInfoStr); in ParserBlurInfo() 1783 cJSON *opacity = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "dip_opacity"); in ParserBlurInfo() 1792 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef1"); in ParserBlurInfo() 1797 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef2"); in ParserBlurInfo() 1802 cJSON *blurRadius = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_radius"); in ParserBlurInfo() 1806 cJSON *blurStaturation = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_staturation"); in ParserBlurInfo() 1810 cJSON *blurBrightness = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_brightness"); in ParserBlurInfo() 1814 cJSON *blurColor = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_color"); in ParserBlurInfo() 1818 cJSON *blurStyle = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_style"); in ParserBlurInfo()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 297 void ParserBlurInfo(const cJSON *BlurInfoInfoStr, FilterInfo &filterInfo);
|