Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/plot/libplot/
H A Dfill.c14 struct edge{ struct
16 int maxy; /* scan line at which to discard edge */ argument
22 int dwind; /* increment of winding number on passing this edge */ argument
23 Edge *next; /* next edge on current scanline */ argument
24 Edge *prev; /* previous edge on current scanline */ argument
/plan9-contrib/sys/src/games/
H A Dcatclock.c270 struct edge{ struct
272 int maxy; /* scan line at which to discard edge */ argument
278 int dwind; /* increment of winding number on passing this edge */ argument
279 Edge *next; /* next edge on current scanline */ argument
280 Edge *prev; /* previous edge on current scanline */ argument
/plan9-contrib/sys/src/cmd/map/
H A Dmap.c65 static struct edge { double a, b, c; } e[NVERT]; /* coeffs for linear inequality */ argument
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgdevcgm.c316 cgm_edge_width edge; in cgm_begin_picture() local
H A Dgdevbbox.c591 edge_x_at_y(const gs_fixed_edge * edge, fixed y) in edge_x_at_y()
/plan9-contrib/sys/src/cmd/jtagfs/
H A Dma.c73 uchar edge[2]; member
/plan9-contrib/sys/src/cmd/graph/
H A Dgraph.c533 float edge; in scale() local