Searched refs:f_xlink_href (Results 1 – 5 of 5) sorted by relevance
17 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),35 SkASSERT(f_xlink_href.size() > 0); in translateImage()36 const char* data = f_xlink_href.c_str(); in translateImage()
17 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),26 const char* start = strchr(f_xlink_href.c_str(), '#') + 1; in DEFINE_SVG_INFO()
23 SkString f_xlink_href; variable
21 SkString f_xlink_href; variable
32 const char* refStr = &use->f_xlink_href.c_str()[1]; in translate()