Home
last modified time | relevance | path

Searched defs:gx_pattern_cache_s (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpcache.h32 struct gx_pattern_cache_s { struct
33 gs_memory_t *memory;
34 gx_color_tile *tiles;
35 uint num_tiles;
36 uint tiles_used;
37 uint next; /* round-robin index */
38 ulong bits_used;
39 ulong max_bits;
40 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpcache.h32 struct gx_pattern_cache_s { struct
33 gs_memory_t *memory;
34 gx_color_tile *tiles;
35 uint num_tiles;
36 uint tiles_used;
37 uint next; /* round-robin index */
38 ulong bits_used;
39 ulong max_bits;
40 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpcache.h35 struct gx_pattern_cache_s { struct
36 gs_memory_t *memory;
37 gx_color_tile *tiles;
38 uint num_tiles;
39 uint tiles_used;
40 uint next; /* round-robin index */
41 ulong bits_used;
42 ulong max_bits;
43 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpcache.h35 struct gx_pattern_cache_s { struct
36 gs_memory_t *memory;
37 gx_color_tile *tiles;
38 uint num_tiles;
39 uint tiles_used;
40 uint next; /* round-robin index */
41 ulong bits_used;
42 ulong max_bits;
43 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpcache.h37 struct gx_pattern_cache_s { struct
38 gs_memory_t *memory;
39 gx_color_tile *tiles;
40 uint num_tiles;
41 uint tiles_used;
42 uint next; /* round-robin index */
43 ulong bits_used;
44 ulong max_bits;
45 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpcache.h37 struct gx_pattern_cache_s { struct
38 gs_memory_t *memory;
39 gx_color_tile *tiles;
40 uint num_tiles;
41 uint tiles_used;
42 uint next; /* round-robin index */
43 ulong bits_used;
44 ulong max_bits;
45 void (*free_all) (gx_pattern_cache *);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpcache.h40 struct gx_pattern_cache_s { struct
41 gs_memory_t *memory;
42 gx_color_tile *tiles;
43 uint num_tiles;
44 uint tiles_used;
45 uint next; /* round-robin index */
46 ulong bits_used;
47 ulong max_bits;
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpcache.h40 struct gx_pattern_cache_s { struct
41 gs_memory_t *memory;
42 gx_color_tile *tiles;
43 uint num_tiles;
44 uint tiles_used;
45 uint next; /* round-robin index */
46 ulong bits_used;
47 ulong max_bits;