Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevrops.c150 gx_device_rop_texture *const rtdev = (gx_device_rop_texture *)dev; in rop_texture_fill_rectangle() local
159 return gx_device_color_fill_rectangle(&rtdev->texture, in rop_texture_fill_rectangle()
160 x, y, w, h, rtdev->target, in rop_texture_fill_rectangle()
161 rtdev->log_op, &source); in rop_texture_fill_rectangle()
171 gx_device_rop_texture *const rtdev = (gx_device_rop_texture *)dev; in rop_texture_copy_mono() local
173 gs_logical_operation_t lop = rtdev->log_op; in rop_texture_copy_mono()
187 return gx_device_color_fill_rectangle(&rtdev->texture, in rop_texture_copy_mono()
188 x, y, w, h, rtdev->target, in rop_texture_copy_mono()
198 gx_device_rop_texture *const rtdev = (gx_device_rop_texture *)dev; in rop_texture_copy_color() local
207 return gx_device_color_fill_rectangle(&rtdev->texture, in rop_texture_copy_color()
[all …]
H A Dgxidata.c409 gx_device_rop_texture *rtdev = penum->rop_dev; in setup_image_device() local
411 gx_device_set_target((gx_device_forward *)rtdev, dev); in setup_image_device()
412 dev = (gx_device *) rtdev; in setup_image_device()
H A Dgxipixel.c602 gx_device_rop_texture *rtdev; in gx_image_enum_begin() local
604 code = gx_alloc_rop_texture_device(&rtdev, mem, in gx_image_enum_begin()
611 gx_make_rop_texture_device(rtdev, in gx_image_enum_begin()
615 penum->rop_dev = rtdev; in gx_image_enum_begin()