Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1639 CHKPV(filterInfoParser); in ParserDragShadowInfo()
1665 filterInfoParser, "shadow_is_hardwareacceleration"); in ParserDragShadowInfo()
1684 CHKPV(filterInfoParser); in ParserTextDragShadowInfo()
1721 JsonParser filterInfoParser; in ParserFilterInfo() local
1722 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 …]
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h301 void ParserDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo);
302 void ParserTextDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo);