Home
last modified time | relevance | path

Searched refs:startx (Results 1 – 25 of 2086) sorted by relevance

12345678910>>...84

/dports/games/scourge/scourge/src/render/
H A Drenderedcreature.cpp91 for( int x = startx; x < endx; x++ ) { in findPlaceBounded()
108 int sx = startx; in findPlace()
137 for ( xx = *startx; xx >= MAP_OFFSET; ) { in doFindStart()
140 *startx = xx; in doFindStart()
150 *startx = xx; in doFindStart()
162 *startx = xx; in doFindStart()
172 *startx = xx; in doFindStart()
193 *finalX = startx; in doFindPlace()
225 …if ( ( ( startx - xx ) * ( startx - xx ) ) + ( ( starty - yy ) * ( starty - yy ) ) > ( 50 * 50 ) )… in canReach()
231 if ( startx < 0 || startx >= MAP_WIDTH || starty < 0 || starty >= MAP_DEPTH ) return false; in canReach()
[all …]
/dports/games/d2x/d2x-0.2.5/2d/
H A Dpoly.c80 startx = vert[0]; in gr_upoly()
98 stopx = startx; in gr_upoly()
99 startx = temp; in gr_upoly()
105 x1 = startx>>16; in gr_upoly()
125 x2 = startx>>16; in gr_upoly()
134 startx += dx_dy; in gr_upoly()
196 startx = vert[0]; in gr_poly()
215 stopx = startx; in gr_poly()
216 startx = temp; in gr_poly()
223 x1 = startx>>16; in gr_poly()
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/examples/
H A DHarfBuzz.pl253 $startx = 150;
256 $startx = 550;
265 $text->translate($startx, $starty);
495 $startx = 50*$depth;
548 $grfx->poly($startx-10,$starty, $startx+10,$starty);
563 $grfx->poly($startx-10,$starty, $startx+10,$starty);
578 $grfx->poly($startx-10,$starty, $startx+10,$starty);
596 $grfx->poly($startx-10,$starty, $startx+10,$starty);
611 $grfx->poly($startx-10,$starty, $startx+10,$starty);
626 $grfx->poly($startx-10,$starty, $startx+10,$starty);
[all …]
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrTk5.c95 int startx, endx; local
99 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
100 startx = endx + 1) {
103 startx = MAX(startx, grCurClip.r_xbot);
110 if (ob->r_r.r_xbot <= startx)
111 startx = MAX(startx, ob->r_r.r_xtop + 1);
120 laststartx = startx;
125 (startx - bBox.r_xbot)]);
126 for ( ; startx <= endx; startx++) {
132 startx, grMagicToX(yloc));
[all …]
H A DgrTCairo5.c115 int startx, endx; local
119 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
120 startx = endx + 1) {
123 startx = MAX(startx, grCurClip.r_xbot);
130 if (ob->r_r.r_xbot <= startx)
131 startx = MAX(startx, ob->r_r.r_xtop + 1);
139 if (startx == laststartx) break;
140 laststartx = startx;
141 if (startx > endx) continue;
146 for ( ; startx <= endx; startx++) {
[all …]
H A DgrTOGL5.c113 int startx, endx; local
117 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
118 startx = endx + 1) {
121 startx = MAX(startx, grCurClip.r_xbot);
128 if (ob->r_r.r_xbot <= startx)
129 startx = MAX(startx, ob->r_r.r_xtop + 1);
138 laststartx = startx;
139 if (startx > endx) continue;
143 (startx - bBox.r_xbot)]);
144 for ( ; startx <= endx; startx++) {
[all …]
H A DgrOGL5.c115 int startx, endx; local
119 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
120 startx = endx + 1) {
123 startx = MAX(startx, grCurClip.r_xbot);
130 if (ob->r_r.r_xbot <= startx)
131 startx = MAX(startx, ob->r_r.r_xtop + 1);
140 laststartx = startx;
141 if (startx > endx) continue;
145 (startx - bBox.r_xbot)]);
146 for ( ; startx <= endx; startx++) {
[all …]
H A DgrX11su5.c105 int startx, endx; local
109 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
110 startx = endx + 1) {
113 startx = MAX(startx, grCurClip.r_xbot);
120 if (ob->r_r.r_xbot <= startx)
121 startx = MAX(startx, ob->r_r.r_xtop + 1);
130 laststartx = startx;
135 (startx - bBox.r_xbot)]);
136 for ( ; startx <= endx; startx++) {
142 startx, grMagicToX(yloc));
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/map-object/
H A Dmap-object-preview.c237 gint startx, in draw_lights() argument
266 gint startx, starty, pw, ph; in update_light() local
308 gint startx, starty, pw, ph; in preview_expose() local
344 gint startx, starty, pw, ph; in draw_preview_wireframe() local
360 gint startx, in draw_wireframe() argument
385 gint startx, in draw_wireframe_plane() argument
462 gint startx, in draw_wireframe_sphere() argument
576 gint startx, in draw_line() argument
600 gint startx, in draw_wireframe_box() argument
642 cx1 = (gdouble) startx; in draw_wireframe_box()
[all …]
/dports/cad/magic/magic-8.3.245/graphics/cairo_new/
H A DgrTCairo5.c115 int startx, endx; local
119 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
120 startx = endx + 1) {
123 startx = MAX(startx, grCurClip.r_xbot);
130 if (ob->r_r.r_xbot <= startx)
131 startx = MAX(startx, ob->r_r.r_xtop + 1);
139 if (startx == laststartx) break;
140 laststartx = startx;
141 if (startx > endx) continue;
146 for ( ; startx <= endx; startx++) {
[all …]
/dports/cad/magic/magic-8.3.245/graphics/cairo_orig/
H A DgrTCairo5.c116 int startx, endx; local
120 for (startx = bBox.r_xbot; startx <= bBox.r_xtop;
121 startx = endx + 1) {
124 startx = MAX(startx, grCurClip.r_xbot);
131 if (ob->r_r.r_xbot <= startx)
132 startx = MAX(startx, ob->r_r.r_xtop + 1);
140 if (startx == laststartx) break;
141 laststartx = startx;
142 if (startx > endx) continue;
147 for ( ; startx <= endx; startx++) {
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtrace.taskq.cpp67 static int startx; variable
83 int startx, in render_one_pixel() argument
164 int startx, stopx, starty, stopy; in parallel_thread() local
167 startx = pchin->startx; in parallel_thread()
173 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in parallel_thread()
178 pch.startx = xs; in parallel_thread()
193 drawing_area drawing(startx, totaly - stopy, stopx - startx, stopy - starty); in parallel_thread()
199 for (int x = startx; x < stopx; x++) { in parallel_thread()
214 startx = parms->startx; in thread_trace()
219 totalx = parms->stopx - parms->startx + 1; in thread_trace()
[all …]
H A Dtrace.threads2d.cpp64 static int startx; variable
90 int startx, in render_one_pixel() argument
176 int startx, stopx, starty, stopy; in generate_work() local
179 startx = pchin->startx; in generate_work()
185 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in generate_work()
188 for (xs = startx; xs <= stopx; xs += xpatchsize) { in generate_work()
190 pch.startx = xs; in generate_work()
203 q->pch.startx = startx; in generate_work()
218 pch.startx = startx; in generate_worklist()
248 pch.startx, totaly - pch.stopy, pch.stopx - pch.startx, pch.stopy - pch.starty); in parallel_thread()
[all …]
/dports/comms/mlan3/mlan3-1.00/common/
H A Dmbnv.c214 startx = 0; in writeNV()
236 if(!writeScratchpd(portnum,addr+startx,&buff[startx],nextx-startx)) in writeNV()
239 else if(!writeScratchPadSHA(portnum,addr+startx,&buff[startx],nextx-startx)) in writeNV()
244 if(!writeScratchPadEx(portnum,addr+startx,&buff[startx],nextx-startx)) in writeNV()
249 if(!writeScratchPadEE(portnum,addr+startx,&buff[startx],nextx-startx)) in writeNV()
254 if(!writeScratchpd(portnum,addr+startx,&buff[startx],nextx-startx)) in writeNV()
305 if(!copyScratchpd(portnum,addr+startx,nextx-startx)) in writeNV()
313 if(!copyScratchPadEx(portnum,addr+startx,nextx-startx)) in writeNV()
318 if(!copyScratchPadCRC(portnum,addr+startx,nextx-startx)) in writeNV()
323 if(!copyScratchPadEE(portnum,addr+startx,nextx-startx)) in writeNV()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053936.cpp89 uint32_t startx,starty; in K053936_zoom_draw() local
154 uint32_t startx,starty; in K053936_zoom_draw() local
298 uint32_t startx, starty; in zoom_draw() local
366 uint32_t startx, starty; in zoom_draw() local
429 uint32_t startx, starty; in zoom_draw() local
606 cx = startx; in K053936GP_copyroz32clip()
612 startx += incyx; in K053936GP_copyroz32clip()
648 cx = startx; startx += incyx; in K053936GP_copyroz32clip()
655 startx += incyx; in K053936GP_copyroz32clip()
694 cx = startx; startx += incyx; in K053936GP_copyroz32clip()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053936.cpp89 uint32_t startx,starty; in K053936_zoom_draw() local
154 uint32_t startx,starty; in K053936_zoom_draw() local
298 uint32_t startx, starty; in zoom_draw() local
366 uint32_t startx, starty; in zoom_draw() local
429 uint32_t startx, starty; in zoom_draw() local
606 cx = startx; in K053936GP_copyroz32clip()
612 startx += incyx; in K053936GP_copyroz32clip()
648 cx = startx; startx += incyx; in K053936GP_copyroz32clip()
655 startx += incyx; in K053936GP_copyroz32clip()
694 cx = startx; startx += incyx; in K053936GP_copyroz32clip()
[all …]
/dports/finance/weberp/webERP/includes/
H A DPDFGLJournalHeaderCN.inc59 $pdf->Line($FormDesign->Column1->startx, $Page_Height - $FormDesign->Column1->starty, $FormDesign->…
60 $pdf->Line($FormDesign->Column2->startx, $Page_Height - $FormDesign->Column2->starty, $FormDesign->…
61 $pdf->Line($FormDesign->Column3->startx, $Page_Height - $FormDesign->Column3->starty, $FormDesign->…
62 $pdf->Line($FormDesign->Column4->startx, $Page_Height - $FormDesign->Column4->starty, $FormDesign->…
63 $pdf->Line($FormDesign->Column5->startx, $Page_Height - $FormDesign->Column5->starty, $FormDesign->…
66 $pdf->Line($FormDesign->Column6->startx, $Page_Height - $FormDesign->Column6->starty, $FormDesign->…
69 $pdf->Line($FormDesign->Column7->startx, $Page_Height - $FormDesign->Column7->starty, $FormDesign->…
70 $pdf->Line($FormDesign->Column8->startx, $Page_Height - $FormDesign->Column8->starty, $FormDesign->…
73 $pdf->Line($FormDesign->Column9->startx, $Page_Height - $FormDesign->Column9->starty, $FormDesign->…
76 $pdf->Line($FormDesign->Column10->startx, $Page_Height - $FormDesign->Column10->starty, $FormDesign…
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_polygon_scan_iterator.cxx49 << it.startx() << ") to " << it.fendx() << " (" << it.endx() << ")\n"; in test_without_boundary()
51 TEST("iteration without boundary: first x value", it.startx(), y); in test_without_boundary()
53 count += it.endx() - it.startx() + 1; in test_without_boundary()
77 << it.startx() << ") to " << it.fendx() << " (" << it.endx() << ")\n"; in test_with_boundary()
79 TEST("iteration with boundary: first x value", it.startx(), 10); in test_with_boundary()
81 count += it.endx() - it.startx() + 1; in test_with_boundary()
109 << it.startx() << ") to " << it.fendx() << " (" << it.endx() << ")\n"; in test_degenerate_polygon()
111 TEST("zero-length edges: first x value", it.startx(), y); in test_degenerate_polygon()
113 count += it.endx() - it.startx() + 1; in test_degenerate_polygon()
130 count += it.endx() - it.startx() + 1; in test_empty_polygon()
[all …]
/dports/games/miscom/miscom/
H A Dfire.c182 int startx; in addnewicbm() local
189 startx=random()%70; in addnewicbm()
190 if (startx==target) startx+=2; in addnewicbm()
200 if (startx==target) startx++; in addplaneicbm()
238 int startx; in addnewabm() local
241 startx=72; in addnewabm()
244 if (x<35) startx=0; in addnewabm()
247 if (site==1) startx=CtyPos[0]; in addnewabm()
248 if (site==2) startx=CtyPos[4]; in addnewabm()
249 if (site==3) startx=CtyPos[8]; in addnewabm()
[all …]
/dports/games/netherearth/netherearth-0.51/
H A Dradar.cpp45 int starty,startx; in draw_radar() local
48 startx=(int)((shipp.x-4)*2); in draw_radar()
52 if ((startx+maxx)>(map_w*2)) startx=(map_w*2)-maxx; in draw_radar()
53 if (startx<0) startx=0; in draw_radar()
58 if (x+startx<(map_w*2) && in draw_radar()
61 switch(discreetmap[x+startx+(y+starty)*(map_w*2)]) { in draw_radar()
108 x=(int)(shipp.x*2-startx); in draw_radar()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_scale.c527 startx=0; in ScaleShape()
699 startx=x1; in ScaleTransparentShape()
788 startx=x1; in ScaleSolidShape()
838 int startx; in ScaleWeapon() local
880 startx=x1; in ScaleWeapon()
965 startx=x1; in DrawUnScaledSprite()
1025 int startx; in DrawPositionedScaledSprite() local
1072 startx=x1; in DrawPositionedScaledSprite()
1228 startx=x1;
1294 int startx; in DrawNormalSprite() local
[all …]
/dports/editors/vigor/vigor-0.016/curses/
H A Doverwrite.c51 register int x, y, endy, endx, starty, startx; local
57 startx = max(win1->begx, win2->begx);
60 if (starty >= endy || startx >= endx)
64 starty, startx, endy, endx);
66 x = endx - startx;
69 &win2->lines[y - win2->begy]->line[startx - win2->begx],
70 &win1->lines[y - win1->begy]->line[startx - win1->begx],
72 __touchline(win2, y, startx - win2->begx, endx - win2->begx,
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vipl/
H A Dvipl_moment.hxx46 int startx = vipl_filter<ImgIn,ImgOut,DataIn,DataOut,2,PixelItr>::start(this->X_Axis()); in section_applyop() local
51 int sizex = stopx-startx+1; in section_applyop()
67 for (int i=startx-x1;i<=(startx+x2);++i) in section_applyop()
75 fsetpixel(out,startx,starty,DataOut(d)); in section_applyop()
79 for (int i = startx+1; i < stopx; ++i) in section_applyop()
81 d = tempbuf[i-startx-1]; in section_applyop()
90 tempbuf[i-startx] = d; in section_applyop()
100 for (int i = startx-x1;i<=startx+x2;++i) in section_applyop()
110 fsetpixel(out,startx,j,DataOut(d)); in section_applyop()
115 for (int i = startx+1; i < stopx; ++i) in section_applyop()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Depic12in.hxx75 int startx = 0; in FUNCNAME() local
79 startx = clip->min_x - dst_x_start; in FUNCNAME()
85 if (dimy > starty && dimx > startx) in FUNCNAME()
87 blit_delay += (dimy - starty) * (dimx - startx); in FUNCNAME()
117 bmp = &bitmap->pix(dst_y_start + y, dst_x_start+startx); in FUNCNAME()
122 gfx2 += (src_x - startx); in FUNCNAME()
124 gfx2 += (src_x + startx); in FUNCNAME()
128 const u32* end = bmp + (dimx - startx); in FUNCNAME()
132 const int width = dimx-startx; in FUNCNAME()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Depic12in.hxx75 int startx = 0; in FUNCNAME() local
79 startx = clip->min_x - dst_x_start; in FUNCNAME()
85 if (dimy > starty && dimx > startx) in FUNCNAME()
87 blit_delay += (dimy - starty) * (dimx - startx); in FUNCNAME()
117 bmp = &bitmap->pix(dst_y_start + y, dst_x_start+startx); in FUNCNAME()
122 gfx2 += (src_x - startx); in FUNCNAME()
124 gfx2 += (src_x + startx); in FUNCNAME()
128 const u32* end = bmp + (dimx - startx); in FUNCNAME()
132 const int width = dimx-startx; in FUNCNAME()

12345678910>>...84