Home
last modified time | relevance | path

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

/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-clip.c53 static freed_pool_t clip_path_pool; variable
63 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
101 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
836 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c53 static freed_pool_t clip_path_pool; variable
63 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
101 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
836 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c53 static freed_pool_t clip_path_pool; variable
63 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
101 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
836 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c53 static freed_pool_t clip_path_pool; variable
63 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
101 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
836 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-clip.c52 static freed_pool_t clip_path_pool; variable
60 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
106 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
1583 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c52 static freed_pool_t clip_path_pool; variable
60 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
106 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
1589 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-clip.c52 static freed_pool_t clip_path_pool; variable
60 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
106 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
1589 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-clip.c52 static freed_pool_t clip_path_pool; variable
60 clip_path = _freed_pool_get (&clip_path_pool); in _cairo_clip_path_create()
106 _freed_pool_put (&clip_path_pool, clip_path); in _cairo_clip_path_destroy()
1589 _freed_pool_reset (&clip_path_pool); in _cairo_clip_reset_static_data()
/dports/graphics/cairo/cairo-1.17.4/
H A DChangeLog.pre-1.1222046 cairo-clip.c:51: warning: ‘clip_path_pool’ defined but not used