DIR_UP 143 lib/gfxpoly/convert.c if(data->dir == DIR_UP) {
DIR_UP 188 lib/gfxpoly/convert.c segment_dir_t dir = diff<0?DIR_UP:DIR_DOWN;
DIR_UP 435 lib/gfxpoly/convert.c if(stroke->dir == DIR_UP) {
DIR_UP 468 lib/gfxpoly/convert.c if(stroke->dir == DIR_UP) {
DIR_UP 204 lib/gfxpoly/poly.c if(stroke->dir==DIR_UP)
DIR_UP 279 lib/gfxpoly/poly.c if(stroke->dir==DIR_UP) {
DIR_UP 305 lib/gfxpoly/poly.c fprintf(fi, "%g setgray\n", stroke->dir==DIR_UP ? 0.7 : 0);
DIR_UP 330 lib/gfxpoly/poly.c int s = stroke->dir==DIR_UP?stroke->num_points-1:0;
DIR_UP 331 lib/gfxpoly/poly.c int end = stroke->dir==DIR_UP?-1:stroke->num_points;
DIR_UP 332 lib/gfxpoly/poly.c int dir = stroke->dir==DIR_UP?-1:1;
DIR_UP 423 lib/gfxpoly/poly.c x1 * 0.05, y1 * 0.05, x2 * 0.05, y2 * 0.05, s->dir==DIR_UP?"up":"down");
DIR_UP 507 lib/gfxpoly/poly.c s->dir==DIR_UP?"up":"down", stroke, stroke->num_points - 1 - pos);
DIR_UP 825 lib/gfxpoly/poly.c segment_dir_t dir = s->wind.is_filled?DIR_DOWN:DIR_UP;
DIR_UP 830 lib/gfxpoly/poly.c dir==DIR_UP?"up":"down"
DIR_UP 1103 lib/gfxpoly/poly.c fprintf(stderr, "[%d] dir=%s wind=%d wind.filled=%s fs_old/new=%s/%s %s\n", s->nr, s->dir==DIR_UP?"up":"down", s->wind.wind_nr, s->wind.is_filled?"fill":"nofill",
DIR_UP 1237 lib/gfxpoly/poly.c segment_dir_t dir = above.is_filled?DIR_DOWN:DIR_UP;
DIR_UP 1250 lib/gfxpoly/poly.c dir==DIR_UP?"up":"down", x1, x2);
DIR_UP 1331 lib/gfxpoly/poly.c e->h->dir==DIR_UP?"up":"down", e->h->fs);
DIR_UP 61 lib/gfxpoly/renderpoly.c dir ^= DIR_UP^DIR_DOWN;
DIR_UP 10 lib/gfxpoly/wind.h #define DIR_INVERT(d) ((d)^(DIR_UP^DIR_DOWN))