Lines Matching defs:xlink
42 void readImage(char const *xlink, Magick::Image *image);
87 char const *xlink = node->attribute("xlink:href");
88 _originals[_imageCount] = xlink;
92 readImage(xlink, _images[_imageCount]);
116 ImageMagickDocCache::readImage(const char *xlink, Magick::Image *image)
118 // Find if the xlink:href is base64 data, i.e. if the image is embedded
119 char *search = (char *) g_strndup(xlink, 30);
122 const char* pureBase64 = strstr(xlink, "base64") + 7;
128 const gchar *path = xlink;
129 if (strncmp (xlink,"file:", 5) == 0) {
130 path = g_filename_from_uri(xlink, NULL, NULL);
177 // dc->_nodes[i]->setAttribute("xlink:href", dc->_caches[i], true);
214 dc->_nodes[i]->setAttribute("xlink:href", dc->_caches[i], true);