Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxpcolor.h221 gx_device_pattern_accum *gx_pattern_accum_alloc(gs_memory_t * memory, client_name_t);
H A Dgxpcmap.c145 gx_pattern_accum_alloc(gs_memory_t * mem, client_name_t cname) in gx_pattern_accum_alloc() function
644 adev = gx_pattern_accum_alloc(mem, "gx_pattern_load"); in gx_pattern_load()
H A Dzpcolor.c220 pdev = gx_pattern_accum_alloc(imemory, "pattern_paint_prepare"); in pattern_paint_prepare()