Home
last modified time | relevance | path

Searched refs:pixmap_cache (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/Imlib-light/
H A DImlib_private.h57 struct pixmap_cache struct
68 struct pixmap_cache *prev; argument
69 struct pixmap_cache *next; argument
H A Dcache.c16 struct pixmap_cache *ptr; in dirty_pixmaps()
51 struct pixmap_cache *ptr; in find_pixmap()
142 struct pixmap_cache *ptr; in free_pixmappmap()
245 struct pixmap_cache *ptr; in add_pixmap()
246 struct pixmap_cache *n; in add_pixmap()
251 n = malloc(sizeof(struct pixmap_cache)); in add_pixmap()
417 struct pixmap_cache *ptr; in clean_caches()
418 struct pixmap_cache *last; in clean_caches()
H A DImlib_types.h128 struct pixmap_cache *pixmap;
/dports/devel/libspice-server/spice-0.15.0/server/
H A Ddcc.cpp462 pixmap_cache_unref(dcc->priv->pixmap_cache); in dcc_stop()
463 dcc->priv->pixmap_cache = nullptr; in dcc_stop()
765 PixmapCache *cache = dcc->priv->pixmap_cache; in dcc_pixmap_cache_unlocked_add()
835 spice_return_val_if_fail(!dcc->priv->pixmap_cache, FALSE); in dcc_handle_init()
836 dcc->priv->pixmap_cache = pixmap_cache_get(client, in dcc_handle_init()
839 spice_return_val_if_fail(dcc->priv->pixmap_cache, FALSE); in dcc_handle_init()
1115 dcc->priv->pixmap_cache = pixmap_cache_get(dcc->get_client(), in handle_migrate_data()
1117 spice_return_val_if_fail(dcc->priv->pixmap_cache, FALSE); in handle_migrate_data()
1119 pthread_mutex_lock(&dcc->priv->pixmap_cache->lock); in handle_migrate_data()
1121 dcc->priv->pixmap_cache->sync[i] = MAX(dcc->priv->pixmap_cache->sync[i], in handle_migrate_data()
[all …]
H A Ddcc-send.cpp52 PixmapCache *cache = dcc->priv->pixmap_cache; in dcc_pixmap_cache_unlocked_hit()
78 PixmapCache *cache = dcc->priv->pixmap_cache; in dcc_pixmap_cache_hit()
366 pthread_mutex_lock(&dcc->priv->pixmap_cache->lock); in fill_bits()
418 pthread_mutex_unlock(&dcc->priv->pixmap_cache->lock); in fill_bits()
497 pthread_mutex_unlock(&dcc->priv->pixmap_cache->lock); in fill_bits()
1782 spice_assert(dcc->priv->pixmap_cache); in display_channel_marshall_migrate_data()
1810 PixmapCache *pixmap_cache; in display_channel_marshall_pixmap_sync() local
1813 pixmap_cache = dcc->priv->pixmap_cache; in display_channel_marshall_pixmap_sync()
1815 pthread_mutex_lock(&pixmap_cache->lock); in display_channel_marshall_pixmap_sync()
1824 pthread_mutex_unlock(&pixmap_cache->lock); in display_channel_marshall_pixmap_sync()
[all …]
H A Ddcc-private.h43 PixmapCache *pixmap_cache = nullptr; member
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dgtksourceview.c136 view->pixmap_cache = g_hash_table_new (g_str_hash, g_str_equal); in gtk_source_view_init()
152 if (view->pixmap_cache) { in gtk_source_view_finalize()
153 g_hash_table_foreach_remove (view->pixmap_cache, in gtk_source_view_finalize()
156 g_hash_table_destroy (view->pixmap_cache); in gtk_source_view_finalize()
794 data = g_hash_table_lookup (view->pixmap_cache, key); in gtk_source_view_add_pixbuf()
799 g_hash_table_remove (view->pixmap_cache, key); in gtk_source_view_add_pixbuf()
818 g_hash_table_insert (view->pixmap_cache, in gtk_source_view_add_pixbuf()
830 return g_hash_table_lookup (view->pixmap_cache, key); in gtk_source_view_get_pixbuf()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DThumbnailFactory.cpp44 ThumbnailFactory::ThumbnailFactory(intrusive_ptr<ThumbnailPixmapCache> pixmap_cache, in ThumbnailFactory() argument
47 : m_pixmapCache(std::move(pixmap_cache)), m_maxSize(max_size), m_task(std::move(task)) {} in ThumbnailFactory()
H A DThumbnailFactory.h37 ThumbnailFactory(intrusive_ptr<ThumbnailPixmapCache> pixmap_cache,
/dports/news/knews/knews-1.0b.1/Widgets/
H A DShadow.c111 static PixmapCacheRef *pixmap_cache; variable
122 for (loop = pixmap_cache ; loop ; loop = loop->next) in CacheCreatePixmap()
141 loop->next = pixmap_cache; in CacheCreatePixmap()
154 if (pixmap_cache) in CacheCreatePixmap()
155 pixmap_cache->prev = loop; in CacheCreatePixmap()
156 pixmap_cache = loop; in CacheCreatePixmap()
167 for (loop = pixmap_cache ; loop ; loop = loop->next) in CacheFreePixmap()
182 pixmap_cache = loop->next; in CacheFreePixmap()
183 if (pixmap_cache) in CacheFreePixmap()
184 pixmap_cache->prev = NULL; in CacheFreePixmap()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpbrush.c196 g_clear_object (&brush->priv->pixmap_cache); in gimp_brush_finalize()
412 if (brush->priv->pixmap_cache) in gimp_brush_dirty()
413 gimp_brush_cache_clear (brush->priv->pixmap_cache); in gimp_brush_dirty()
460 brush->priv->pixmap_cache = in gimp_brush_real_begin_use()
471 g_clear_object (&brush->priv->pixmap_cache); in gimp_brush_real_end_use()
729 pixmap = gimp_brush_cache_get (brush->priv->pixmap_cache, in gimp_brush_transform_pixmap()
762 gimp_brush_cache_add (brush->priv->pixmap_cache, in gimp_brush_transform_pixmap()
859 if (brush->priv->pixmap_cache) in gimp_brush_flush_blur_caches()
860 gimp_brush_cache_clear (brush->priv->pixmap_cache); in gimp_brush_flush_blur_caches()
H A Dgimpbrush-private.h42 GimpBrushCache *pixmap_cache; member
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dpixmaps.c58 GFSCache *pixmap_cache = NULL; variable
134 pixmap_cache = g_fscache_new((GFSLoadFunc) image_from_file, NULL, NULL); in pixmaps_init()
284 image = g_fscache_lookup_full(pixmap_cache, path, in pixmap_background_thumb()
306 g_fscache_insert(pixmap_cache, path, NULL, TRUE); in pixmap_background_thumb()
373 image = g_fscache_lookup_full(pixmap_cache, path, in pixmap_try_thumb()
432 g_fscache_insert(pixmap_cache, path, image, TRUE); in pixmap_try_thumb()
607 g_fscache_insert(pixmap_cache, info->path, image, FALSE); in thumbnail_child_done()
836 g_fscache_purge(pixmap_cache, PIXMAP_PURGE_TIME); in purge()
992 g_fscache_purge(pixmap_cache, 0); in purge_disk_cache()
H A Dpixmaps.h11 extern GFSCache *pixmap_cache;
H A Ddiritem.c313 item->_image = g_fscache_lookup(pixmap_cache, tmp->str); in examine_dir()
348 item->_image = g_fscache_lookup(pixmap_cache, tmp->str); in examine_dir()
H A Dusericons.c157 item->_image = g_fscache_lookup(pixmap_cache, gi); in check_globicon()
185 pic = g_fscache_lookup(pixmap_cache, iconpath); in set_icon_path()
614 pic = g_fscache_lookup(pixmap_cache, src); in convert_to_png()
H A Dcell_icon.c211 view_item->image = g_fscache_lookup_full(pixmap_cache, in get_style()
H A Dtype.c485 type->image = g_fscache_lookup(pixmap_cache, path); in type_to_icon()
517 type->image = g_fscache_lookup(pixmap_cache, icon_path); in type_to_icon()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dhelper.py37 def pixmap_cache(name, path=None): function
158 pm = pixmap_cache(icon)
H A Dimage_enum_editor.py34 from .helper import pixmap_cache
48 return pixmap_cache(name, factory._image_path)
H A Dcode_editor.py41 from .helper import pixmap_cache
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dcoverartbox.py67 def __init__(self, active=False, drops=False, pixmap_cache=None, *args, **kwargs):
83 self._pixmap_cache = pixmap_cache
312 self.pixmap_cache = LRUCache(40)
315 self.cover_art = CoverArtThumbnail(False, True, self.pixmap_cache, parent)
319 self.orig_cover_art = CoverArtThumbnail(False, False, self.pixmap_cache, parent)
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dgtksourceview.h48 GHashTable *pixmap_cache; member
/dports/net-p2p/shx/shx-0.2.4/src/gtk/
H A Dgtk.c80 struct pixmap_cache { struct
98 static struct pixmap_cache *pixmap_cache[NPTYPES][256]; argument
103 static struct pixmap_cache *
107 struct pixmap_cache *list = pixmap_cache[ptype][i]; in pixmap_cache_look()
120 static struct pixmap_cache *
125 struct pixmap_cache *list = pixmap_cache[ptype][i]; in pixmap_cache_add()
130 pixmap_cache[ptype][i] = 0; in pixmap_cache_add()
140 pixmap_cache[ptype][i] = list; in pixmap_cache_add()
157 static struct pixmap_cache *
160 struct pixmap_cache *pixc; in load_icon()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/tests/editors/
H A Dtest_image_enum_editor.py24 from traitsui.qt4.helper import pixmap_cache as image_cache

12