Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2032 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef1"); in ParserBlurInfo() local
2033 if (cJSON_IsNumber(coef1)) { in ParserBlurInfo()
2034 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserBlurInfo()
2096 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef1"); in ParserExtraInfo() local
2097 if (cJSON_IsNumber(coef1)) { in ParserExtraInfo()
2098 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserExtraInfo()

Completed in 6 milliseconds