Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevabuf.c338 y_transfer yt; in mem_abuf_copy_mono() local
365 y_transfer yt; in mem_abuf_fill_rectangle() local
H A Dgximono.c415 const int yt = penum->yci, iht = penum->hci; in image_render_mono() local
H A Dgscoord.c87 #define update_matrix_fixed(mat, xt, yt)\ argument
92 #define update_ctm(pgs, xt, yt)\ argument
H A Dgxi16bit.c115 int yt = penum->yci, iht = penum->hci; in image_render_frac() local
H A Dgxi12bit.c172 int yt = penum->yci, iht = penum->hci; in image_render_frac() local
H A Dgxpath.h174 #define gx_path_add_partial_arc(ppath, x3, y3, xt, yt, fraction)\ argument
H A Dgspath1.c368 double xt = arc->pt.x, yt = arc->pt.y; in arc_add() local
H A Dgxpath.c737 fixed x3, fixed y3, fixed xt, fixed yt, floatp fraction, segment_notes notes) in gx_path_add_partial_arc_notes()