Home
last modified time | relevance | path

Searched refs:drawline (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/graphics/svgalib/svgalib-1.4.3/demos/
H A Dbg_test.c25 void drawline(int x1, int y1, int x2, int y2) in drawline() function
105 drawline((x[1]/11)*5,counter,(x[1]/11)*6,counter); in main()
113 drawline(x[0],y[0],x[1],y[0]); in main()
114 drawline(x[1],y[0],x[1],y[1]); in main()
115 drawline(x[1],y[1],x[0],y[1]); in main()
116 drawline(x[0],y[1],x[0],y[0]); in main()
118 drawline(x[0],y[0],x[1],y[1]); in main()
119 drawline(x[1],y[0],x[0],y[1]); in main()
/dports/math/abs/abs-src-0.908/Kernel/
H A Dsheetdrawer.c473 drawline (dpy, AMwin, 5, x1, y1, x2, y1, CW (AW, AW->cc), LH (AW, AW->ll)); in xdrawcursor()
476 drawline (dpy, AMwin, 5, x1, y2 + 1, x1, y1, CW (AW, AW->cc), LH (AW, AW->ll)); in xdrawcursor()
480 drawline (dpy, AMwin, 1, x2 - 1, y2 + 2, x2 + 2, y2 + 2, 0, 0); in xdrawcursor()
481 drawline (dpy, AMwin, 1, x2 + 2, y2 - 1, x2 + 2, y2 + 1, 0, 0); in xdrawcursor()
509 /*haut */ drawline (XtDisplay (linindex), linpixmap, 0, 2, top, 38, top, 0, 0); in xdrawlincell()
753 drawline (dpy, AMwin, 1, x1, y1, x2, y1, 0, 0); in drawselectbox()
754 drawline (dpy, AMwin, 1, x2, y1, x2, y2 - 4, 0, 0); in drawselectbox()
755 drawline (dpy, AMwin, 1, x2 - 4, y2, x1, y2, 0, 0); in drawselectbox()
756 drawline (dpy, AMwin, 1, x1, y2, x1, y1, 0, 0); in drawselectbox()
758 drawline (dpy, AMwin, 1, x2 - 2, y2 + 2, x2 + 2, y2 + 2, 0, 0); in drawselectbox()
[all …]
/dports/games/3dpong/3dpong-0.5/src/
H A D3dpong.c782 drawline(pln, in eventloop()
789 drawline(pln, in eventloop()
796 drawline(pln, in eventloop()
803 drawline(pln, in eventloop()
815 drawline(pln, in eventloop()
822 drawline(pln, in eventloop()
941 drawline(pln, in eventloop()
947 drawline(pln, in eventloop()
953 drawline(pln, in eventloop()
959 drawline(pln, in eventloop()
[all …]
/dports/math/abs/abs-src-0.908/X11/
H A Dparam.c529 drawline (XtDisplay (wi), XtWindow (wi), 0, 0, 0, w, 0, 0, 0); in shadow()
530 drawline (XtDisplay (wi), XtWindow (wi), 3, w, 0, w, h, 0, 0); in shadow()
531 drawline (XtDisplay (wi), XtWindow (wi), 3, w, h, 0, h, 0, 0); in shadow()
532 drawline (XtDisplay (wi), XtWindow (wi), 0, 0, h, 0, 0, 0, 0); in shadow()
555 drawline (XtDisplay (wi), XtWindow (wi), 3, 0, 0, w, 0, 0, 0); in shadow2()
556 drawline (XtDisplay (wi), XtWindow (wi), 0, w, 0, w, h, 0, 0); in shadow2()
557 drawline (XtDisplay (wi), XtWindow (wi), 0, w, h, 0, h, 0, 0); in shadow2()
558 drawline (XtDisplay (wi), XtWindow (wi), 3, 0, h, 0, 0, 0, 0); in shadow2()
584 drawline (XtDisplay (parent), XtWindow (parent), 3, x - 1, y - 1, x - 1, y + h + 1, 0, 0); in shadow3()
587 drawline (XtDisplay (parent), XtWindow (parent), 3, x + w + 1, y - 1, x - 1, y - 1, 0, 0); in shadow3()
[all …]
H A Dmydialog.c127 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
129 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
131 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
133 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
135 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
138 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
140 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
142 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
148 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
152 drawline (XtDisplay (td->promptDialog), XtWindow (td->promptDialog),
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dpixeltest.c127 drawline(float xf0, float yf0, float xf1, float yf1, GLushort color) in drawline() function
181 drawline(X0+APosX-MouseX-halfwidth, Y0+APosY-MouseY-halfwidth, in drawMagnifiedView()
192 drawline(X0+APosX-MouseX, Y0+APosY-MouseY, in drawMagnifiedView()
199 drawline(X0+APosX-MouseX, Y0+APosY-MouseY+halfwidth, in drawMagnifiedView()
201 drawline(X0+APosX-MouseX, Y0+APosY-MouseY-halfwidth, in drawMagnifiedView()
203 drawline(X0+APosX-MouseX, Y0+APosY-MouseY+halfwidth, in drawMagnifiedView()
205 drawline(X1+APosX-MouseX, Y1+APosY-MouseY+halfwidth, in drawMagnifiedView()
210 drawline(X0+APosX-MouseX+halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
212 drawline(X0+APosX-MouseX-halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
214 drawline(X0+APosX-MouseX+halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dpixeltest.c127 drawline(float xf0, float yf0, float xf1, float yf1, GLushort color) in drawline() function
181 drawline(X0+APosX-MouseX-halfwidth, Y0+APosY-MouseY-halfwidth, in drawMagnifiedView()
192 drawline(X0+APosX-MouseX, Y0+APosY-MouseY, in drawMagnifiedView()
199 drawline(X0+APosX-MouseX, Y0+APosY-MouseY+halfwidth, in drawMagnifiedView()
201 drawline(X0+APosX-MouseX, Y0+APosY-MouseY-halfwidth, in drawMagnifiedView()
203 drawline(X0+APosX-MouseX, Y0+APosY-MouseY+halfwidth, in drawMagnifiedView()
205 drawline(X1+APosX-MouseX, Y1+APosY-MouseY+halfwidth, in drawMagnifiedView()
210 drawline(X0+APosX-MouseX+halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
212 drawline(X0+APosX-MouseX-halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
214 drawline(X0+APosX-MouseX+halfwidth, Y0+APosY-MouseY, in drawMagnifiedView()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Ddashing.cpp50 drawline(canvas, 1, 1, paint, SkIntToScalar(20 * 1000)); in show_giant_dash()
56 drawline(canvas, 2, 2, paint, SkIntToScalar(0)); in show_zero_len_dash()
60 drawline(canvas, 4, 4, paint, SkIntToScalar(0)); in show_zero_len_dash()
105 drawline(canvas, 0, 0, paint); in onDraw()
379 drawline(canvas, 32, 16, paint, 600.f, 30.f); in onDraw()
393 drawline(canvas, 0, 30, paint); in onDraw()
397 drawline(canvas, 0, 30, paint); in onDraw()
404 drawline(canvas, 0, 30, paint, 0); in onDraw()
407 drawline(canvas, 1, 30, paint, 0); in onDraw()
458 drawline(canvas, kOn, kOff, paint, in onDraw()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/tests/interactive/eventtest/
H A Deventtest.lua11 function drawline(text, size) function
31 analabel = drawline([[\bAnalog]], 12);
32 digilabel = drawline([[\bDigital]], 12);
33 touchlabel = drawline([[\bTouch]], 12);
34 statuslabel = drawline([[\bStatus]], 12);
35 translabel = drawline([[\bTranslated]], 12);
86 touchimg = drawline(line, 10);
106 digitalimg = drawline(line, 10);
162 analogimg = drawline(line, 10);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/interactive/eventtest/
H A Deventtest.lua11 function drawline(text, size) function
31 analabel = drawline([[\bAnalog]], 12);
32 digilabel = drawline([[\bDigital]], 12);
33 touchlabel = drawline([[\bTouch]], 12);
34 statuslabel = drawline([[\bStatus]], 12);
35 translabel = drawline([[\bTranslated]], 12);
86 touchimg = drawline(line, 10);
106 digitalimg = drawline(line, 10);
162 analogimg = drawline(line, 10);
/dports/x11/aclip/arcan-0.6.1/tests/interactive/eventtest/
H A Deventtest.lua11 function drawline(text, size) function
31 analabel = drawline([[\bAnalog]], 12);
32 digilabel = drawline([[\bDigital]], 12);
33 touchlabel = drawline([[\bTouch]], 12);
34 statuslabel = drawline([[\bStatus]], 12);
35 translabel = drawline([[\bTranslated]], 12);
86 touchimg = drawline(line, 10);
106 digitalimg = drawline(line, 10);
162 analogimg = drawline(line, 10);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/interactive/eventtest/
H A Deventtest.lua11 function drawline(text, size) function
31 analabel = drawline([[\bAnalog]], 12);
32 digilabel = drawline([[\bDigital]], 12);
33 touchlabel = drawline([[\bTouch]], 12);
34 statuslabel = drawline([[\bStatus]], 12);
35 translabel = drawline([[\bTranslated]], 12);
86 touchimg = drawline(line, 10);
106 digitalimg = drawline(line, 10);
162 analogimg = drawline(line, 10);
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmcatadv.cpp139 for (u32 drawline = cliprect.min_y; drawline <= cliprect.max_y; drawline++) in mcatadv_draw_tilemap_part() local
141 clip.min_y = drawline; in mcatadv_draw_tilemap_part()
142 clip.max_y = drawline; in mcatadv_draw_tilemap_part()
149 const int rowselect = m_tilemap[layer]->rowselect(drawline + scrolly); in mcatadv_draw_tilemap_part()
150 scrolly = rowselect - drawline; in mcatadv_draw_tilemap_part()
155 const int rowscroll = m_tilemap[layer]->rowscroll(drawline + scrolly); in mcatadv_draw_tilemap_part()
H A Delan_eu3a05vid.cpp387 int drawline = (y * tileysize) + i; in draw_tilemaps() local
388 drawline -= scroll & (tileysize - 1); in draw_tilemaps()
390 if ((drawline >= 0) && (drawline < 256)) in draw_tilemaps()
396 if (drawline < m_splitpos[0]) in draw_tilemaps()
400 else if (drawline < m_splitpos[1]) in draw_tilemaps()
460 uint16_t *const row = &bitmap.pix(drawline); in draw_tilemaps()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmcatadv.cpp139 for (u32 drawline = cliprect.min_y; drawline <= cliprect.max_y; drawline++) in mcatadv_draw_tilemap_part() local
141 clip.min_y = drawline; in mcatadv_draw_tilemap_part()
142 clip.max_y = drawline; in mcatadv_draw_tilemap_part()
149 const int rowselect = m_tilemap[layer]->rowselect(drawline + scrolly); in mcatadv_draw_tilemap_part()
150 scrolly = rowselect - drawline; in mcatadv_draw_tilemap_part()
155 const int rowscroll = m_tilemap[layer]->rowscroll(drawline + scrolly); in mcatadv_draw_tilemap_part()
H A Delan_eu3a05vid.cpp387 int drawline = (y * tileysize) + i; in draw_tilemaps() local
388 drawline -= scroll & (tileysize - 1); in draw_tilemaps()
390 if ((drawline >= 0) && (drawline < 256)) in draw_tilemaps()
396 if (drawline < m_splitpos[0]) in draw_tilemaps()
400 else if (drawline < m_splitpos[1]) in draw_tilemaps()
460 uint16_t *const row = &bitmap.pix(drawline); in draw_tilemaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Ddashing.cpp50 drawline(canvas, 1, 1, paint, SkIntToScalar(20 * 1000)); in show_giant_dash()
56 drawline(canvas, 2, 2, paint, SkIntToScalar(0)); in show_zero_len_dash()
60 drawline(canvas, 4, 4, paint, SkIntToScalar(0)); in show_zero_len_dash()
102 drawline(canvas, 0, 0, paint); in onDraw()
371 drawline(canvas, 32, 16, paint, 600.f, 30.f); in onDraw()
385 drawline(canvas, 0, 30, paint); in onDraw()
389 drawline(canvas, 0, 30, paint); in onDraw()
396 drawline(canvas, 0, 30, paint, 0); in onDraw()
399 drawline(canvas, 1, 30, paint, 0); in onDraw()
450 drawline(canvas, kOn, kOff, paint, in onDraw()
[all …]
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/ep9x/
H A Dep9x.c305 struct ep9x_line drawline; in ep9xDrawLine() local
307 drawline.flags = 0; in ep9xDrawLine()
308 drawline.x1 = line->x1; in ep9xDrawLine()
309 drawline.x2 = line->x2; in ep9xDrawLine()
310 drawline.y1 = line->y1; in ep9xDrawLine()
311 drawline.y2 = line->y2; in ep9xDrawLine()
312 drawline.fgcolor = ep9xdev->fill_color; in ep9xDrawLine()
313 drawline.bgcolor = 0; in ep9xDrawLine()
314 drawline.pattern = 0; in ep9xDrawLine()
316 ioctl(ep9xdrv->dfb_fbdev->fd,FBIO_EP9X_LINE, &drawline); in ep9xDrawLine()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_ngraph.c69 int drawline;
76 for (drawline = 8; drawline; drawline--, y++)
/dports/databases/dbf/dbf-core/src/
H A Dstatistic.c87 drawline(linelength, cross, (sizeof(cross)/sizeof(int))); in dbf_field_stat()
99 drawline(linelength, cross, sizeof(cross)/sizeof(int)); in dbf_field_stat()
113 drawline(linelength, cross, sizeof(cross)/sizeof(int)); in dbf_field_stat()
/dports/astro/starplot/starplot-0.95.5/src/classes/
H A Dstararray.cc586 sv->drawline(wincenterX - ROUND(p_sinRA), in drawgridequator()
592 sv->drawline(wincenterX + ROUND(p_cosRA), in drawgridequator()
837 sv->drawline(60, y, width + 80, y); in Diagram()
838 sv->drawline(60, y + 5 * scaling, 64, y); in Diagram()
839 sv->drawline(60, y + 4 * scaling, 63, y); in Diagram()
847 sv->drawline(60, y, width + 80, y); in Diagram()
848 sv->drawline(60, y - 5 * scaling, 64, y); in Diagram()
849 sv->drawline(60, y - 4 * scaling, 63, y); in Diagram()
854 sv->drawline(60, 0, 60, height); in Diagram()
899 sv->drawline(58, y, 62, y); in Diagram()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Ddraw.c140 int drawline; in Draw_Character() local
161 drawline = 8 + y; in Draw_Character()
166 drawline = 8; in Draw_Character()
173 while (drawline--) in Draw_Character()
201 while (drawline--) in Draw_Character()
254 int drawline; in Draw_DebugChar() local
261 drawline = 8; in Draw_DebugChar()
269 while (drawline--) in Draw_DebugChar()
513 int drawline; in Draw_CharToConback() local
520 drawline = 8; in Draw_CharToConback()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/translations_docs/japanese/
H A DMotionWindIno.tex241 \drawline[0](9,-143)(193,-198.5)
242 \drawline[0](9,-143)(102,-198.5)
243 \drawline[0](9,-143)(28,-198.5)
259 \drawline[0](9,-143)(193,-198.5)
278 \drawline[0](9,-143)(193,-198.5)
279 \drawline[0](9,-166.5)(193,-198.5)
280 \drawline[0](9,-192)(193,-198.5)
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_10_chronodraw/
H A D_10_chronodraw.pde41 drawline(mouseX, mouseY, pmouseX, pmouseY);
156 void drawline(int x1, int y1, int x2, int y2)
229 drawline(xPoints[0], yPoints[0], xPoints[1], yPoints[1]);
230 drawline(xPoints[1], yPoints[1], xPoints[2], yPoints[2]);
231 drawline(xPoints[2], yPoints[2], xPoints[3], yPoints[3]);
232 drawline(xPoints[3], yPoints[3], xPoints[0], yPoints[0]);
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/metro/lib/
H A Dlibgraph.pl310 my $drawline;
343 if(exists $drawline->{$i}->{'cdef'})
345 $drawline->{$i}->{'cdef'}="$drawline->{$i}->{'cdef'},$draw->{'name'}";
357 $drawline->{$i}->{'cdef'}="$drawline->{$i}->{'cdef'}$plusline";
416 $drawline->{$i}->{'type'} = "line";
418 $drawline->{$i}->{'name'} = "ssid$i";
422 push @liste_total,$drawline->{$i};
3024 my $drawline;
3092 $drawline->{$i}->{'type'} = "area";
3096 $drawline->{$i}->{'type'} = "line";
[all …]

12345678910>>...14