Home
last modified time | relevance | path

Searched defs:gx_device_procs_s (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c326 struct gx_device_procs_s { struct
327 int (*open_device)(gx_device *dev );
328 void (*get_initial_matrix)(gx_device *dev, gs_matrix *pmat );
329 int (*sync_output)(gx_device *dev );
330 int (*output_page)(gx_device *dev, int num_copies, int flush );
331 int (*close_device)(gx_device *dev );
333 int (*map_color_rgb)(gx_device *dev, gx_color_index color, gx_color_value rgb[3] );
338 int (*draw_line)(gx_device *dev, int x0, int y0, int x1, int y1, gx_color_index color );
339 int (*get_bits)(gx_device *dev, int y, unsigned char *data, unsigned int size, int pad_to_word );
340 int (*get_props)(gx_device *dev, gs_prop_item *plist );
[all …]