Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevplnx.c50 edev->plane_dev = gx_device_reloc_ptr(edev->plane_dev, gcst); in RELOC_PTRS_WITH()
315 bitmap_raster(width * edev->plane_dev->color_info.depth); in begin_tiling()
339 pts->buffer.raster * (8 / edev->plane_dev->color_info.depth); in begin_tiling()
390 gx_device *plane_dev, const gx_render_plane_t *render_plane, bool clear) in plane_device_init() argument
393 if (render_plane->depth > plane_dev->color_info.depth) in plane_device_init()
402 edev->plane_dev = plane_dev; in plane_device_init()
406 dev_proc(plane_dev, fill_rectangle) in plane_device_init()
407 (plane_dev, 0, 0, plane_dev->width, plane_dev->height, in plane_device_init()
420 gx_device * const plane_dev = edev->plane_dev; in plane_open_device() local
421 int plane_depth = plane_dev->color_info.depth; in plane_open_device()
[all …]
H A Dgdevplnx.h52 gx_device *plane_dev; /* the drawing device for the plane */ member
69 gx_device *plane_dev,
H A Dgdevprn.c1077 (gx_device_memory *)(((gx_device_plane_extract *)bdev)->plane_dev)); in gx_default_setup_buf_device()
1118 mdev = ((gx_device_plane_extract *)bdev)->plane_dev; in gx_default_destroy_buf_device()