Searched refs:SVGDocCache (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp1238 class SVGDocCache class
1241 SVGDocCache( SPDocument *doc ) function in class:SVGDocCache
1249 ~SVGDocCache() {
1258 static std::map<Glib::ustring, SVGDocCache *> doc_cache;
1304 SVGDocCache *info = NULL;
1309 std::map<Glib::ustring, SVGDocCache *>::iterator i = doc_cache.find(key);
1323 info = new SVGDocCache(doc);

Completed in 18 milliseconds