Home
last modified time | relevance | path

Searched refs:DEFAULT_EXTRA_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkpixelcache.c30 #define DEFAULT_EXTRA_SIZE 64 macro
66 cache->extra_width = DEFAULT_EXTRA_SIZE; in _gtk_pixel_cache_new()
67 cache->extra_height = DEFAULT_EXTRA_SIZE; in _gtk_pixel_cache_new()
98 cache->extra_width = extra_width ? extra_width : DEFAULT_EXTRA_SIZE; in _gtk_pixel_cache_set_extra_size()
99 cache->extra_height = extra_height ? extra_height : DEFAULT_EXTRA_SIZE; in _gtk_pixel_cache_set_extra_size()