Searched refs:svgUtilURLDecode (Results 1 – 3 of 3) sorted by relevance
31 size_t svgUtilURLDecode(const char *src, char** dst);
45 size_t svgUtilURLDecode(const char *src, char** dst) in svgUtilURLDecode() function
596 auto size = svgUtilURLDecode(href, &decoded); in _imageBuildHelper()