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

/inkscape/src/widgets/
H A Dicon.cpp1259 static std::map<Glib::ustring, GdkPixbuf *> pb_cache; variable
1271 std::map<Glib::ustring, GdkPixbuf *>::iterator found = pb_cache.find(key);
1272 if ( found != pb_cache.end() ) {
1421 pb_cache[key] = obj;
1457 pb_cache[key] = pb;
1499 pb_cache[key] = pb;

Completed in 18 milliseconds