Searched refs:gx_device_reloc_ptr (Results 1 – 9 of 9) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxxfont.h | 159 xfptr->de = (void *)gx_device_reloc_ptr((gx_device *)(xfptr->de), gcst);\
|
H A D | gsdevice.c | 74 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 D | gstext.c | 106 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 D | gsstate.c | 178 gsvptr->device = gx_device_reloc_ptr(gsvptr->device, gcst); in RELOC_PTRS_WITH()
|
H A D | gxdevcli.h | 1484 gx_device *gx_device_reloc_ptr(gx_device *, gc_state_t *);
|
H A D | gdevddrw.c | 838 eptr->dev = gx_device_reloc_ptr(eptr->dev, gcst); in RELOC_PTRS_WITH()
|
H A D | gdevplnx.c | 50 edev->plane_dev = gx_device_reloc_ptr(edev->plane_dev, gcst); in RELOC_PTRS_WITH()
|
H A D | gdevdsp.c | 184 gx_device_reloc_ptr((gx_device *)ddev->mdev, gcst);
|
H A D | gdevp14.c | 225 pdev->target = gx_device_reloc_ptr(pdev->target, gcst); in RELOC_PTRS_WITH()
|