Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1792 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef1"); in ParserBlurInfo() local
1793 if (cJSON_IsNumber(coef1)) { in ParserBlurInfo()
1794 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserBlurInfo()
1856 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef1"); in ParserExtraInfo() local
1857 if (cJSON_IsNumber(coef1)) { in ParserExtraInfo()
1858 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserExtraInfo()