Home
last modified time | relevance | path

Searched refs:YOFF (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dtestuta.c38 #define YOFF 700 macro
65 XOFF + x0, YOFF - y0, XOFF + x1, YOFF - y0, in print_uta_ps()
66 XOFF + x1, YOFF - y1, XOFF + x0, YOFF - y1); in print_uta_ps()
109 printf ("%g %g moveto\n", XOFF + vpath[i].x, YOFF - vpath[i].y); in print_ps_vpath()
112 printf ("%g %g lineto\n", XOFF + vpath[i].x, YOFF - vpath[i].y); in print_ps_vpath()
171 XOFF, YOFF - i, XOFF + 500, YOFF - i); in main()
173 XOFF + i, YOFF, XOFF + i, YOFF - 500); in main()
214 XOFF + rects[i].x0, YOFF - rects[i].y0, in main()
215 XOFF + rects[i].x1, YOFF - rects[i].y0, in main()
216 XOFF + rects[i].x1, YOFF - rects[i].y1, in main()
[all …]
H A Dart_svp_ops.c84 #define YOFF 700 macro
91 printf ("gsave %d %d translate 1 -1 scale\n", XOFF, YOFF); in print_ps_vpath()
124 YOFF - vpath->segs[i].points[j].y, in print_ps_svp()
129 YOFF - DELT - vpath->segs[i].points[0].y, in print_ps_svp()
131 YOFF - vpath->segs[i].points[0].y, in print_ps_svp()
133 YOFF - vpath->segs[i].points[0].y, in print_ps_svp()
135 YOFF - DELT - vpath->segs[i].points[0].y); in print_ps_svp()
138 YOFF + DELT - vpath->segs[i].points[j - 1].y, in print_ps_svp()
140 YOFF - vpath->segs[i].points[j - 1].y, in print_ps_svp()
142 YOFF - vpath->segs[i].points[j - 1].y, in print_ps_svp()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dtestuta.c38 #define YOFF 700 macro
65 XOFF + x0, YOFF - y0, XOFF + x1, YOFF - y0, in print_uta_ps()
66 XOFF + x1, YOFF - y1, XOFF + x0, YOFF - y1); in print_uta_ps()
109 printf ("%g %g moveto\n", XOFF + vpath[i].x, YOFF - vpath[i].y); in print_ps_vpath()
112 printf ("%g %g lineto\n", XOFF + vpath[i].x, YOFF - vpath[i].y); in print_ps_vpath()
171 XOFF, YOFF - i, XOFF + 500, YOFF - i); in main()
173 XOFF + i, YOFF, XOFF + i, YOFF - 500); in main()
214 XOFF + rects[i].x0, YOFF - rects[i].y0, in main()
215 XOFF + rects[i].x1, YOFF - rects[i].y0, in main()
216 XOFF + rects[i].x1, YOFF - rects[i].y1, in main()
[all …]
H A Dart_svp_ops.c84 #define YOFF 700 macro
91 printf ("gsave %d %d translate 1 -1 scale\n", XOFF, YOFF); in print_ps_vpath()
124 YOFF - vpath->segs[i].points[j].y, in print_ps_svp()
129 YOFF - DELT - vpath->segs[i].points[0].y, in print_ps_svp()
131 YOFF - vpath->segs[i].points[0].y, in print_ps_svp()
133 YOFF - vpath->segs[i].points[0].y, in print_ps_svp()
135 YOFF - DELT - vpath->segs[i].points[0].y); in print_ps_svp()
138 YOFF + DELT - vpath->segs[i].points[j - 1].y, in print_ps_svp()
140 YOFF - vpath->segs[i].points[j - 1].y, in print_ps_svp()
142 YOFF - vpath->segs[i].points[j - 1].y, in print_ps_svp()
[all …]
/dports/graphics/grafx2/grafx2/share/grafx2/scripts/samples/demo/
H A DSpritesheet.lua7 arg=memory.load({XS=16,YS=16,SPACE=1,FRAMES=8,XOFF=0,YOFF=0,FPS=10})
9 OK, XS, YS, SPACE, FRAMES, XOFF, YOFF, FPS = inputbox("Sprite-Sheet Animator",
15 "Y-offset", arg.YOFF, 0, 800,0,
22 memory.save({XS=XS,YS=YS,SPACE=SPACE,FRAMES=FRAMES,XOFF=XOFF,YOFF=YOFF,FPS=FPS})
36 sy = y + YOFF
/dports/russian/gd/libgd-2.3.1/tests/gdimagecrop/
H A Dbug00432.c18 #define YOFF 1 macro
24 gdRect crop = {XOFF, YOFF, WIDTH-XOFF-1, HEIGHT-YOFF-1}; in main()
37 gdTestAssert(gdImageGetPixel(dst, i, j) == gdImageGetPixel(src, i+XOFF, j+YOFF)); in main()
/dports/ukrainian/gd/libgd-2.3.1/tests/gdimagecrop/
H A Dbug00432.c18 #define YOFF 1 macro
24 gdRect crop = {XOFF, YOFF, WIDTH-XOFF-1, HEIGHT-YOFF-1}; in main()
37 gdTestAssert(gdImageGetPixel(dst, i, j) == gdImageGetPixel(src, i+XOFF, j+YOFF)); in main()
/dports/japanese/gd/libgd-2.3.1/tests/gdimagecrop/
H A Dbug00432.c18 #define YOFF 1 macro
24 gdRect crop = {XOFF, YOFF, WIDTH-XOFF-1, HEIGHT-YOFF-1}; in main()
37 gdTestAssert(gdImageGetPixel(dst, i, j) == gdImageGetPixel(src, i+XOFF, j+YOFF)); in main()
/dports/graphics/gd/libgd-2.3.1/tests/gdimagecrop/
H A Dbug00432.c18 #define YOFF 1 macro
24 gdRect crop = {XOFF, YOFF, WIDTH-XOFF-1, HEIGHT-YOFF-1}; in main()
37 gdTestAssert(gdImageGetPixel(dst, i, j) == gdImageGetPixel(src, i+XOFF, j+YOFF)); in main()
/dports/games/simutrans/simutrans-121.0/obj/
H A Dsignal.cc116 const sint16 YOFF = desc->get_offset_left(); in calc_image() local
121 yoff += -YOFF; in calc_image()
128 after_yoffset += -YOFF; in calc_image()
133 yoff += -YOFF; in calc_image()
140 after_yoffset += YOFF; in calc_image()
147 yoff += YOFF; in calc_image()
152 after_yoffset += YOFF; in calc_image()
H A Droadsign.cc294 const sint16 YOFF = desc->get_offset_left(); in calc_image() local
299 yoff += -YOFF; in calc_image()
306 after_yoffset += -YOFF; in calc_image()
311 yoff += -YOFF; in calc_image()
318 after_yoffset += YOFF; in calc_image()
325 yoff += YOFF; in calc_image()
330 after_yoffset += YOFF; in calc_image()
392 after_yoffset += YOFF; in calc_image()
398 after_yoffset += YOFF; in calc_image()
410 yoff += -YOFF; in calc_image()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lp/process/
H A Dtr2post84 if (! ~ $YOFF '' -y*) YOFF=-y^$YOFF
85 eval tr2post $XOFF $YOFF $COPIES $MAG $NPAG $LAND $OLIST $PATCH | $LPLIB/process/hpost
H A Dppost96 if (! ~ $YOFF '' -y*) YOFF=-y^$YOFF;
97 eval $PLAN9/bin/text2post $FONT $XOFF $YOFF $COPIES $LINES $MAG $NPAG $POINT $LAND $OLIST $PATCH | …
/dports/science/dcl/dcl-5.4.8/src/grph2/uspack/
H A Dusyaxu.f17 CALL USRGET('YOFF', YOFF)
33 YMINA = (YMIN - YOFF) / YFAC
34 YMAXA = (YMAX - YOFF) / YFAC
49 CYSUB = CSBLBL(YFAC, YOFF, CYUNIT)
/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A Dgui.c15 #define YOFF 40 macro
302 PutString(Screen,3*XOFF, 5*YOFF,"neighbour fields die."); in brett_anzeigen()
305 PutString(Screen,3*XOFF, 8*YOFF,"he becomes a queen."); in brett_anzeigen()
309 PutString(Screen,3*XOFF,12*YOFF,"between them."); in brett_anzeigen()
365 blitrects[0].y = y * black->h + YOFF; in show_selected_piece()
371 blitrects[1].y = y_old * black->h + YOFF; in show_selected_piece()
974 if (x < 8*black->w + XOFF && y < 8*black->h +YOFF) { in HandleEvents()
976 mouse_click((x-XOFF) / black->w, (y-YOFF) / black->h); in HandleEvents()
985 if (x < 8*black->w + XOFF && y < 8*black->h +YOFF) { in HandleEvents()
1069 Blit( (int)x+XOFF, (int)y+YOFF, figur_pic(figur) ); in zeige_zug()
[all …]
/dports/science/dcl/dcl-5.4.8/src/grph2/uypack/
H A Duysoff.f14 FY(Y)=YFCT*Y+YOFF
21 CALL UZRGET('YOFFSET',YOFF)
24 YOFF=0.0
/dports/science/dcl/dcl-5.4.8/src/grph2/ugpack/
H A Dugsut.f89 YOFF=VYULOC-VUTOFF
94 YY=YOFF-RSZ(ITTL)*RHFACT/2
95 YOFF=YOFF-RSZ(ITTL)*RHFACT
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/legends/
H A DCategoryIcon.java34 private static final int YOFF = 2; field in CategoryIcon
123 x1 = x + XOFF; y1 = y + YOFF; in paintStateIcon()
124 x2 = x1 + ICON_WIDTH-1-2*XOFF; y2 = y1 + ICON_HEIGHT-1-2*YOFF; in paintStateIcon()
128 g.fillRect( x1, y1, ICON_WIDTH-2*XOFF, ICON_HEIGHT-2*YOFF ); in paintStateIcon()
183 x1 = x + XOFF; y1 = y + YOFF; in paintEventIcon()
194 x1 = x + ICON_HALF_WIDTH; y1 = y + YOFF + ICON_QUARTER_HEIGHT; in paintEventIcon()
/dports/graphics/pgplot/pgplot/examples/
H A Dpgdemo2.f89 REAL X, X1, X2, XOFF, Y, Y1, Y2, YOFF, DX, DY local
124 YOFF = Y1 + (0.95*Y-NY*DY)*0.5
150 CALL PGVSIZ(XOFF, XOFF+NX*DX, YOFF, YOFF+NY*DY)
156 1 YOFF+(JY-1)*DY, YOFF+JY*DY)
/dports/print/ghostscript8-base/ghostscript-8.71/epag-3.09/
H A Dgsepagif.sh13 YOFF=0
17 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF"
H A Dpsprint29 YOFF=0
50 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF -r$RES $FILES"
/dports/print/ghostscript9-base/ghostscript-9.06/epag-3.09/
H A Dgsepagif.sh13 YOFF=0
17 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF"
H A Dpsprint29 YOFF=0
50 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF -r$RES $FILES"
/dports/print/ghostscript7-base/ghostscript-7.07/epag-3.09/
H A Dgsepagif.sh13 YOFF=0
17 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF"
H A Dpsprint29 YOFF=0
50 ARG="$ARG -dEpagOffX=$XOFF -dEpagOffY=$YOFF -r$RES $FILES"

1234567891011