Home
last modified time | relevance | path

Searched refs:gx_pattern_cache (Results 1 – 25 of 34) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpcache.h30 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
40 void (*free_all) (gx_pattern_cache *);
44 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h248 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
250 void gx_pattern_cache_free(gx_pattern_cache *pcache);
253 gx_pattern_cache *gstate_pattern_cache(gs_gstate *);
254 void gstate_set_pattern_cache(gs_gstate *, gx_pattern_cache *);
326 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c806 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
812 gx_pattern_cache *
815 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
871 gx_pattern_cache *pcache = in ensure_pattern_cache()
885 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
896 gx_pattern_cache *
993 gx_pattern_cache *pcache; in gx_pattern_cache_ensure_space()
1037 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
1201 gx_pattern_cache *pcache; in gx_pattern_cache_entry_set_lock()
1219 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpcache.h30 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
40 void (*free_all) (gx_pattern_cache *);
44 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h248 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
250 void gx_pattern_cache_free(gx_pattern_cache *pcache);
253 gx_pattern_cache *gstate_pattern_cache(gs_gstate *);
254 void gstate_set_pattern_cache(gs_gstate *, gx_pattern_cache *);
326 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c806 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
812 gx_pattern_cache *
815 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
871 gx_pattern_cache *pcache = in ensure_pattern_cache()
885 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
896 gx_pattern_cache *
993 gx_pattern_cache *pcache; in gx_pattern_cache_ensure_space()
1037 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
1201 gx_pattern_cache *pcache; in gx_pattern_cache_entry_set_lock()
1219 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpcache.h27 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
43 void (*free_all) (gx_pattern_cache *);
47 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h243 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
245 void gx_pattern_cache_free(gx_pattern_cache *pcache);
248 gx_pattern_cache *gstate_pattern_cache(gs_state *);
249 void gstate_set_pattern_cache(gs_state *, gx_pattern_cache *);
306 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c575 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
581 gx_pattern_cache *
584 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
585 gs_alloc_struct(mem, gx_pattern_cache, &st_pattern_cache, in gx_pattern_alloc_cache()
623 gx_pattern_cache *pcache = in ensure_pattern_cache()
637 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
646 gx_pattern_cache *
737 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
876 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
903 gx_pattern_cache *pcache; in gx_pattern_cache_add_dummy_entry()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpcache.h27 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
43 void (*free_all) (gx_pattern_cache *);
47 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h243 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
245 void gx_pattern_cache_free(gx_pattern_cache *pcache);
248 gx_pattern_cache *gstate_pattern_cache(gs_state *);
249 void gstate_set_pattern_cache(gs_state *, gx_pattern_cache *);
306 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c575 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
581 gx_pattern_cache *
584 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
585 gs_alloc_struct(mem, gx_pattern_cache, &st_pattern_cache, in gx_pattern_alloc_cache()
623 gx_pattern_cache *pcache = in ensure_pattern_cache()
637 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
646 gx_pattern_cache *
737 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
876 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
903 gx_pattern_cache *pcache; in gx_pattern_cache_add_dummy_entry()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpcache.h29 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
45 void (*free_all) (gx_pattern_cache *);
49 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h255 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
257 void gx_pattern_cache_free(gx_pattern_cache *pcache);
260 gx_pattern_cache *gstate_pattern_cache(gs_state *);
261 void gstate_set_pattern_cache(gs_state *, gx_pattern_cache *);
327 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c730 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
736 gx_pattern_cache *
739 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
780 gx_pattern_cache *pcache = in ensure_pattern_cache()
794 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
803 gx_pattern_cache *
891 gx_pattern_cache *pcache; in gx_pattern_cache_ensure_space()
911 gx_pattern_cache *pcache = pis->pattern_cache; in gx_pattern_cache_update_used()
928 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
1069 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpcache.h29 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
45 void (*free_all) (gx_pattern_cache *);
49 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h255 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
257 void gx_pattern_cache_free(gx_pattern_cache *pcache);
260 gx_pattern_cache *gstate_pattern_cache(gs_state *);
261 void gstate_set_pattern_cache(gs_state *, gx_pattern_cache *);
327 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c730 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
736 gx_pattern_cache *
739 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
780 gx_pattern_cache *pcache = in ensure_pattern_cache()
794 gx_pattern_cache_free(gx_pattern_cache *pcache) in gx_pattern_cache_free()
803 gx_pattern_cache *
891 gx_pattern_cache *pcache; in gx_pattern_cache_ensure_space()
911 gx_pattern_cache *pcache = pis->pattern_cache; in gx_pattern_cache_update_used()
928 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
1069 gx_pattern_cache *pcache; in gx_pattern_cache_get_entry()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpcache.h32 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
48 void (*free_all) (P1(gx_pattern_cache *));
52 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h168 gx_pattern_cache *gx_pattern_alloc_cache(P3(gs_memory_t *, uint, ulong));
171 gx_pattern_cache *gstate_pattern_cache(P1(gs_state *));
172 void gstate_set_pattern_cache(P2(gs_state *, gx_pattern_cache *));
211 void gx_pattern_cache_winnow(P3(gx_pattern_cache *,
H A Dgxpcmap.c361 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
367 gx_pattern_cache *
370 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
371 gs_alloc_struct(mem, gx_pattern_cache, &st_pattern_cache, in gx_pattern_alloc_cache()
407 gx_pattern_cache *pcache = in ensure_pattern_cache()
420 gx_pattern_cache *
426 gstate_set_pattern_cache(gs_state * pgs, gx_pattern_cache * pcache) in gstate_set_pattern_cache()
433 gx_pattern_cache_free_entry(gx_pattern_cache * pcache, gx_color_tile * ctile) in gx_pattern_cache_free_entry()
481 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
560 gx_pattern_cache_winnow(gx_pattern_cache * pcache, in gx_pattern_cache_winnow()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpcache.h32 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
48 void (*free_all) (P1(gx_pattern_cache *));
52 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h168 gx_pattern_cache *gx_pattern_alloc_cache(P3(gs_memory_t *, uint, ulong));
171 gx_pattern_cache *gstate_pattern_cache(P1(gs_state *));
172 void gstate_set_pattern_cache(P2(gs_state *, gx_pattern_cache *));
211 void gx_pattern_cache_winnow(P3(gx_pattern_cache *,
H A Dgxpcmap.c361 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
367 gx_pattern_cache *
370 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
371 gs_alloc_struct(mem, gx_pattern_cache, &st_pattern_cache, in gx_pattern_alloc_cache()
407 gx_pattern_cache *pcache = in ensure_pattern_cache()
420 gx_pattern_cache *
426 gstate_set_pattern_cache(gs_state * pgs, gx_pattern_cache * pcache) in gstate_set_pattern_cache()
433 gx_pattern_cache_free_entry(gx_pattern_cache * pcache, gx_color_tile * ctile) in gx_pattern_cache_free_entry()
481 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
560 gx_pattern_cache_winnow(gx_pattern_cache * pcache, in gx_pattern_cache_winnow()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzpcolor.c61 gx_pattern_cache *pc = gx_pattern_alloc_cache(imemory_system, in zpcolor_init()

12