/plan9/sys/src/cmd/gs/src/ |
H A D | gxclip.c | 152 int xc, int yc, int xec, int yec), in clip_enumerate_rest() 209 int xc = rptr->xmin; in clip_enumerate_rest() local 259 int xc, int yc, int xec, int yec), in clip_enumerate() 304 clip_call_fill_rectangle(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_fill_rectangle() 358 clip_call_copy_mono(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_copy_mono() 401 clip_call_copy_color(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_copy_color() 422 clip_call_copy_alpha(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_copy_alpha() 445 clip_call_fill_mask(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_fill_mask() 474 clip_call_strip_tile_rectangle(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_strip_tile_rectangle() 496 clip_call_strip_copy_rop(clip_callback_data_t * pccd, int xc, int yc, int xec, int yec) in clip_call_strip_copy_rop()
|
H A D | gdevxcf.c | 1017 xcf_setup_tiles(xcf_write_ctx *xc, xcf_device *dev) in xcf_setup_tiles() 1034 xcf_tile_sizeof(xcf_write_ctx *xc, int tile_idx) in xcf_tile_sizeof() 1044 xcf_write(xcf_write_ctx *xc, const byte *buf, int size) { in xcf_write() 1055 xcf_write_32(xcf_write_ctx *xc, bits32 v) in xcf_write_32() 1064 xcf_write_image_props(xcf_write_ctx *xc) in xcf_write_image_props() 1078 xcf_base_size(xcf_write_ctx *xc, const char *layer_name) in xcf_base_size() 1091 xcf_channel_size(xcf_write_ctx *xc, int name_size) in xcf_channel_size() 1100 xcf_write_header(xcf_write_ctx *xc, xcf_device *pdev) in xcf_write_header() 1177 xcf_shuffle_to_tile(xcf_write_ctx *xc, byte **tile_data, const byte *row, in xcf_shuffle_to_tile() 1210 xcf_icc_to_tile(xcf_write_ctx *xc, byte **tile_data, const byte *row, in xcf_icc_to_tile() [all …]
|
H A D | gdevpsd.c | 811 psd_setup(psd_write_ctx *xc, psd_device *dev) in psd_setup() 850 psd_write(psd_write_ctx *xc, const byte *buf, int size) { in psd_write() 860 psd_write_8(psd_write_ctx *xc, byte v) in psd_write_8() 866 psd_write_16(psd_write_ctx *xc, bits16 v) in psd_write_16() 875 psd_write_32(psd_write_ctx *xc, bits32 v) in psd_write_32() 884 psd_write_header(psd_write_ctx *xc, psd_device *pdev) in psd_write_header() 980 psd_calib_row(psd_write_ctx *xc, byte **tile_data, const byte *row, in psd_calib_row() 1027 psd_write_image_data(psd_write_ctx *xc, gx_device_printer *pdev) in psd_write_image_data() 1086 psd_write_ctx xc; in psd_print_page() local
|
H A D | gxidata.c | 172 fixed xc = penum->cur.x, in gx_image1_plane_data() local 265 fixed xc = penum->cur.x; in gx_image1_flush() local
|
H A D | gdevxxf.c | 285 const XCharStruct *xc = &xxf->font->per_char[i]; in x_char_xglyph() local 312 const XCharStruct *xc = &xxf->font->per_char[i]; in x_char_metrics() local
|
H A D | gspath1.c | 78 gs_arc_add_inline(gs_state *pgs, bool cw, floatp xc, floatp yc, floatp rad, in gs_arc_add_inline() 90 floatp xc, floatp yc, floatp r, floatp ang1, floatp ang2) in gs_arc() 97 floatp xc, floatp yc, floatp r, floatp ang1, floatp ang2) in gs_arcn()
|
H A D | gdevxcmp.c | 232 XColor xc; in setup_cube() local 713 XColor xc; in gdev_x_map_rgb_color() local
|
H A D | gxclipm.c | 212 int (*process) (clip_callback_data_t * pccd, int xc, int yc, int xec, int yec), in clip_runs_enumerate()
|
H A D | gdevxini.c | 97 XColor xc; in gdev_x_open() local
|
H A D | gdevmrun.c | 411 int xc = line->xcur; in run_fill_interval() local
|
H A D | gswts.c | 85 int xc; member
|
H A D | gxfill.c | 152 fixed xc = lp->x_current, xn = lp->x_next; in print_line_list() local
|
/plan9/sys/src/cmd/plot/libplot/ |
H A D | circ.c | 2 void circ(double xc, double yc, double r){ in circ()
|
H A D | disk.c | 2 void plotdisc(double xc, double yc, double r){ in plotdisc()
|
H A D | rarc.c | 8 void rarc(double x1, double y1, double x2, double y2, double xc, double yc, double rr){ in rarc()
|
H A D | spline.c | 8 double xa, ya, xc, yc, *xp, *yp, *xp0, *yp0, *xpe, *ype; in splin() local
|
/plan9/sys/src/ape/lib/ap/stdio/ |
H A D | _fconv.c | 194 unsigned long *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in _mult() local 397 unsigned long *xa, *xae, *xb, *xbe, *xc; in _diff() local
|
/plan9/sys/src/cmd/pic/ |
H A D | arcgen.c | 177 void arc_extreme(double x0, double y0, double x1, double y1, double xc, double yc) in arc_extreme()
|
/plan9/sys/src/libgeometry/ |
H A D | tstack.c | 153 double xc, yc, wid, hgt, scale; in viewport() local
|
/plan9/sys/src/libstdio/ |
H A D | dtoa.c | 295 unsigned int * x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local 463 unsigned int * xa, *xae, *xb, *xbe, *xc; in diff() local
|
/plan9/sys/src/cmd/unix/drawterm/gui-x11/ |
H A D | x11.c | 608 XCursor xc; in setcursor() local
|