Searched defs:c_cache (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dunclump.cpp26 std::map<const gchar *, Geom::Point> c_cache; variable
35 std::map<const gchar *, Geom::Point>::iterator i = c_cache.find(item->getId());
36 if ( i != c_cache.end() ) {
43 c_cache[item->getId()] = c;
293 std::map<const gchar *, Geom::Point>::iterator i = c_cache.find(what->getId());
294 if ( i != c_cache.end() ) {
316 std::map<const gchar *, Geom::Point>::iterator i = c_cache.find(what->getId());
317 if ( i != c_cache.end() ) {
336 c_cache.clear();

Completed in 31 milliseconds