Home
last modified time | relevance | path

Searched refs:f_xlink_href (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/svg/parser/
DSkSVGImage.cpp17 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()
DSkSVGUse.cpp17 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),
26 const char* start = strchr(f_xlink_href.c_str(), '#') + 1; in DEFINE_SVG_INFO()
DSkSVGImage.h23 SkString f_xlink_href; variable
DSkSVGUse.h21 SkString f_xlink_href; variable
DSkSVGClipPath.cpp32 const char* refStr = &use->f_xlink_href.c_str()[1]; in translate()