Searched refs:BlurInfoInfoStr (Results 1 - 2 of 2) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 2020 void DragDrawing::ParserBlurInfo(const cJSON *BlurInfoInfoStr, FilterInfo &filterInfo) in ParserBlurInfo() argument 2022 CHKPV(BlurInfoInfoStr); in ParserBlurInfo() 2023 cJSON *opacity = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "dip_opacity"); in ParserBlurInfo() 2032 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef1"); in ParserBlurInfo() 2037 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef2"); in ParserBlurInfo() 2042 cJSON *blurRadius = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_radius"); in ParserBlurInfo() 2046 cJSON *blurStaturation = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_staturation"); in ParserBlurInfo() 2050 cJSON *blurBrightness = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_brightness"); in ParserBlurInfo() 2054 cJSON *blurColor = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_color"); in ParserBlurInfo() 2058 cJSON *blurStyle = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_styl in ParserBlurInfo() [all...] |
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 318 void ParserBlurInfo(const cJSON *BlurInfoInfoStr, FilterInfo &filterInfo);
|
Completed in 5 milliseconds