Searched refs:gdk_pixbufs_ (Results 1 – 2 of 2) sorted by relevance
28 GdkPixbufMap::const_iterator pixbufs_iter = gdk_pixbufs_.find(key); in GetPixbufImpl()29 if (pixbufs_iter != gdk_pixbufs_.end()) in GetPixbufImpl()43 gdk_pixbufs_[key] = pixbuf; in GetPixbufImpl()68 for (GdkPixbufMap::iterator i = gdk_pixbufs_.begin(); in FreePlatformCaches()69 i != gdk_pixbufs_.end(); i++) { in FreePlatformCaches()72 gdk_pixbufs_.clear(); in FreePlatformCaches()
272 mutable GdkPixbufMap gdk_pixbufs_; variable