Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxfilltr.h76 int yi = fixed2int_pixround(y - (!FILL_ADJUST ? 0 : fo.adjust_below)); in TEMPLATE_spot_into_trapezoids() local
233 int yi = fixed2int_pixround(ybot); in TEMPLATE_spot_into_trapezoids() local
H A Dgxicolor.c387 int yi = irun; in image_render_color() local
449 int yi = irun; in image_render_color() local
H A Dgdevsvga.c268 int yi; in svga_fill_rectangle() local
346 int yi; in svga_copy_mono() local
433 int xi, yi; in svga_copy_color() local
501 int xi, yi; in svga_copy_alpha() local
H A Dgdevpdfj.c527 int yi; in pdf_copy_mask_bits() local
558 int yi; in pdf_copy_color_bits() local
H A Dgxcpath.c766 #define set_pt(xi, yi)\ in gx_cpath_enum_next() argument
768 #define set_line(xi, yi)\ in gx_cpath_enum_next() argument
H A Dgdevwprn.c566 int xi, yi; in win_prn_copy_color() local
H A Dgdevwddb.c437 int xi, yi; in win_ddb_copy_color() local
H A Dgsalphac.c438 int yi; in dca_fill_rectangle() local
H A Dgdevx.c1195 int yi; in alt_put_image() local
H A Dgxshade1.c124 int xi, yi; in gs_shading_Fb_fill_rectangle() local
/plan9/sys/src/cmd/pic/
H A Dlinegen.c229 double ex, ey, xi, yi, xi1, yi1; in linegen() local
/plan9/sys/src/cmd/map/libmap/
H A Dhex.c36 double sr,si,tr,ti,ur,ui,vr,vi,yr,yi; in Xhex() local
/plan9/sys/src/cmd/map/
H A Dmap.c771 cpoint(int xi, int yi, int conn) in cpoint()