Lines Matching defs:dev
122 gs_device_is_memory(const gx_device * dev) in gs_device_is_memory()
143 gs_make_mem_device(gx_device_memory * dev, const gx_device_memory * mdproto, in gs_make_mem_device()
185 gs_make_mem_mono_device(gx_device_memory * dev, gs_memory_t * mem, in gs_make_mem_mono_device()
199 gdev_mem_mono_set_inverted(gx_device_memory * dev, bool black_is_1) in gdev_mem_mono_set_inverted()
218 gdev_mem_bits_size(const gx_device_memory * dev, int width, int height) in gdev_mem_bits_size()
235 gdev_mem_line_ptrs_size(const gx_device_memory * dev, int width, int height) in gdev_mem_line_ptrs_size()
240 gdev_mem_data_size(const gx_device_memory * dev, int width, int height) in gdev_mem_data_size()
250 gdev_mem_max_height(const gx_device_memory * dev, int width, ulong size, in gdev_mem_max_height()
287 mem_open(gx_device * dev) in mem_open()
381 mem_get_initial_matrix(gx_device * dev, gs_matrix * pmat) in mem_get_initial_matrix()
395 mem_close(gx_device * dev) in mem_close()
418 mem_get_bits_rectangle(gx_device * dev, const gs_int_rect * prect, in mem_get_bits_rectangle()
512 mem_word_get_bits_rectangle(gx_device * dev, const gs_int_rect * prect, in mem_word_get_bits_rectangle()
549 mem_mapped_map_rgb_color(gx_device * dev, const gx_color_value cv[]) in mem_mapped_map_rgb_color()
612 mem_mapped_map_color_rgb(gx_device * dev, gx_color_index color, in mem_mapped_map_color_rgb()
629 mem_draw_thin_line(gx_device *dev, fixed fx0, fixed fy0, fixed fx1, fixed fy1, in mem_draw_thin_line()