Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxxfont.h159 xfptr->de = (void *)gx_device_reloc_ptr((gx_device *)(xfptr->de), gcst);\
H A Dgsdevice.c74 fdev->target = gx_device_reloc_ptr(fdev->target, gcst); in RELOC_PTRS_WITH()
97 gx_device_reloc_ptr(gx_device * dev, gc_state_t * gcst) in gx_device_reloc_ptr() function
H A Dgstext.c106 eptr->dev = gx_device_reloc_ptr(eptr->dev, gcst); in RELOC_PTRS_WITH()
107 eptr->imaging_dev = gx_device_reloc_ptr(eptr->imaging_dev, gcst); in RELOC_PTRS_WITH()
H A Dgsstate.c178 gsvptr->device = gx_device_reloc_ptr(gsvptr->device, gcst); in RELOC_PTRS_WITH()
H A Dgxdevcli.h1484 gx_device *gx_device_reloc_ptr(gx_device *, gc_state_t *);
H A Dgdevddrw.c838 eptr->dev = gx_device_reloc_ptr(eptr->dev, gcst); in RELOC_PTRS_WITH()
H A Dgdevplnx.c50 edev->plane_dev = gx_device_reloc_ptr(edev->plane_dev, gcst); in RELOC_PTRS_WITH()
H A Dgdevdsp.c184 gx_device_reloc_ptr((gx_device *)ddev->mdev, gcst);
H A Dgdevp14.c225 pdev->target = gx_device_reloc_ptr(pdev->target, gcst); in RELOC_PTRS_WITH()