Searched refs:extraInfoParser (Results 1 – 1 of 1) sorted by relevance
1833 JsonParser extraInfoParser; in ParserExtraInfo() local1834 extraInfoParser.json = cJSON_Parse(extraInfoStr.c_str()); in ParserExtraInfo()1835 if (!cJSON_IsObject(extraInfoParser.json)) { in ParserExtraInfo()1839 cJSON *componentType = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_data_type"); in ParserExtraInfo()1843 cJSON *blurStyle = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_blur_style"); in ParserExtraInfo()1847 …cJSON *cornerRadius = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_corner_radius"); in ParserExtraInfo()1851 …cJSON *allowDistributed = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_allow_distr… in ParserExtraInfo()1856 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef1"); in ParserExtraInfo()1861 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef2"); in ParserExtraInfo()