Searched refs:filterInfoParser (Results 1 – 2 of 2) sorted by relevance
1639 CHKPV(filterInfoParser); in ParserDragShadowInfo()1665 filterInfoParser, "shadow_is_hardwareacceleration"); in ParserDragShadowInfo()1684 CHKPV(filterInfoParser); in ParserTextDragShadowInfo()1721 JsonParser filterInfoParser; in ParserFilterInfo() local1722 filterInfoParser.json = cJSON_Parse(filterInfoStr.c_str()); in ParserFilterInfo()1723 if (!cJSON_IsObject(filterInfoParser.json)) { in ParserFilterInfo()1731 cJSON *scale = cJSON_GetObjectItemCaseSensitive(filterInfoParser.json, "scale"); in ParserFilterInfo()1735 ParserCornerRadiusInfo(filterInfoParser.json, g_drawingInfo.filterInfo); in ParserFilterInfo()1745 ParserDragShadowInfo(filterInfoParser.json, filterInfo); in ParserFilterInfo()1747 ParserTextDragShadowInfo(filterInfoParser.json, filterInfo); in ParserFilterInfo()[all …]
301 void ParserDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo);302 void ParserTextDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo);