Searched refs:filterInfoParser (Results 1 - 2 of 2) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 1877 void DragDrawing::ParserDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo) in ParserDragShadowInfo() argument 1879 CHKPV(filterInfoParser); in ParserDragShadowInfo() 1880 cJSON *offsetX = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_offsetX"); in ParserDragShadowInfo() 1884 cJSON *offsetY = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_offsetY"); in ParserDragShadowInfo() 1888 cJSON *argb = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_argb"); in ParserDragShadowInfo() 1892 cJSON *shadowIsFilled = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_is_filled"); in ParserDragShadowInfo() 1896 cJSON *shadowMask = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_mask"); in ParserDragShadowInfo() 1900 cJSON *shadowColorStrategy = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_color_strategy"); in ParserDragShadowInfo() 1905 filterInfoParser, "shadow_is_hardwareacceleration"); in ParserDragShadowInfo() 1910 cJSON *elevation = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_elevatio in ParserDragShadowInfo() 1922 ParserTextDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo) ParserTextDragShadowInfo() argument 1961 JsonParser filterInfoParser; ParserFilterInfo() local [all...] |
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 322 void ParserDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo); 323 void ParserTextDragShadowInfo(cJSON* filterInfoParser, FilterInfo &filterInfo);
|
Completed in 5 milliseconds