Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2037 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef2"); in ParserBlurInfo() local
2038 if (cJSON_IsNumber(coef2)) { in ParserBlurInfo()
2039 tempCoef2 = static_cast<float>(coef2->valuedouble); in ParserBlurInfo()
2101 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef2"); in ParserExtraInfo() local
2102 if (cJSON_IsNumber(coef2)) { in ParserExtraInfo()
2103 tempCoef2 = static_cast<float>(coef2->valuedouble); in ParserExtraInfo()

Completed in 6 milliseconds