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

/inkscape/src/
H A Dunclump.cpp27 std::map<const gchar *, Geom::Point> wh_cache; variable
55 std::map<const gchar *, Geom::Point>::iterator i = wh_cache.find(item->getId());
56 if ( i != wh_cache.end() ) {
62 wh_cache[item->getId()] = wh;
337 wh_cache.clear();

Completed in 64 milliseconds