Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxpcache.h30 typedef struct gx_pattern_cache_s gx_pattern_cache; typedef
46 void (*free_all) (gx_pattern_cache *);
50 gs_private_st_ptrs1(st_pattern_cache, gx_pattern_cache,\
H A Dgxpcolor.h192 gx_pattern_cache *gx_pattern_alloc_cache(gs_memory_t *, uint, ulong);
195 gx_pattern_cache *gstate_pattern_cache(gs_state *);
196 void gstate_set_pattern_cache(gs_state *, gx_pattern_cache *);
239 void gx_pattern_cache_winnow(gx_pattern_cache *,
H A Dgxpcmap.c373 pattern_cache_free_all(gx_pattern_cache * pcache) in pattern_cache_free_all()
379 gx_pattern_cache *
382 gx_pattern_cache *pcache = in gx_pattern_alloc_cache()
383 gs_alloc_struct(mem, gx_pattern_cache, &st_pattern_cache, in gx_pattern_alloc_cache()
419 gx_pattern_cache *pcache = in ensure_pattern_cache()
432 gx_pattern_cache *
438 gstate_set_pattern_cache(gs_state * pgs, gx_pattern_cache * pcache) in gstate_set_pattern_cache()
445 gx_pattern_cache_free_entry(gx_pattern_cache * pcache, gx_color_tile * ctile) in gx_pattern_cache_free_entry()
493 gx_pattern_cache *pcache; in gx_pattern_cache_add_entry()
567 gx_pattern_cache *pcache; in gx_pattern_cache_add_dummy_entry()
[all …]
H A Dgsptype1.c1099 gx_pattern_cache *pcache = pis->pattern_cache; in gx_pattern_cache_lookup()