Home
last modified time | relevance | path

Searched refs:draw (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drawable.c71 struct drm_draw *draw = data; in drm_adddraw() local
87 draw->handle = info->handle; in drm_adddraw()
90 DRM_DEBUG("%d\n", draw->handle); in drm_adddraw()
97 struct drm_draw *draw = (struct drm_draw *)data; in drm_rmdraw() local
101 info = drm_get_drawable_info(dev, draw->handle); in drm_rmdraw()
107 free_unr(dev->drw_unrhdr, draw->handle); in drm_rmdraw()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_munin_371 echo hcache.draw AREA
376 echo h64ms.draw STACK
382 echo h128ms.draw STACK
386 echo h256ms.draw STACK
391 echo h512ms.draw STACK
396 echo h1s.draw STACK
401 echo h2s.draw STACK
406 echo h4s.draw STACK
411 echo h8s.draw STACK
416 echo h16s.draw STACK
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d624 int draw() { return 1; } in draw() function
625 int draw(int v) { return v; } in draw() function
627 int draw() const { return 2; } in draw() function
628 int draw() shared { return 3; } in draw() function
629 int draw() shared const { return 4; } in draw() function
630 int draw() immutable { return 5; } in draw() function
634 int draw();
635 int draw() const;
636 int draw() shared;
637 int draw() shared const;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d623 int draw() { return 1; } in draw() function
624 int draw(int v) { return v; } in draw() function
626 int draw() const { return 2; } in draw() function
627 int draw() shared { return 3; } in draw() function
628 int draw() shared const { return 4; } in draw() function
629 int draw() immutable { return 5; } in draw() function
633 int draw();
634 int draw() const;
635 int draw() shared;
636 int draw() shared const;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst41 .. option:: --draw-plot
48 compare the debug location coverage on two files provided, and draw
97 llvm-locstats --draw-plot file1.out
99 .. image:: locstats-draw-plot.png
/netbsd-src/sys/arch/macppc/dev/
H A Dpm_direct.c953 info->draw = *((signed char *)&p.data[4]); in pm_battery_info_smart()
959 info->draw = *((signed short *)&p.data[6]); in pm_battery_info_smart()
966 info->draw = 0; in pm_battery_info_smart()
970 if (info->draw) { in pm_battery_info_smart()
971 if (info->flags & PMU_PWR_AC_PRESENT && info->draw > 0) { in pm_battery_info_smart()
974 / info->draw; in pm_battery_info_smart()
977 (info->cur_charge * 3600) / -info->draw; in pm_battery_info_smart()
1032 info->draw = -amperage; in pm_battery_info_legacy()
1041 info->draw = 0; in pm_battery_info_legacy()
H A Dpm_direct.h61 signed int draw; member
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A DChangeLog50 * draw.c (AdjustCharDeltas): Apply correction only if nadj > 1.
246 * Dvi.c (Realize, Destroy), DviP.h, draw.c (setFillGC), gray*.bm:
249 * draw.c (DrawFilledCircle, DrawFilledEllipse, DrawFilledPolygon):
286 * draw.c (charExists): Check that fi->per_char is not NULL.
292 * draw.c (DrawPolygon, DrawFilledPolygon): Cast Xtfree argument.
296 * draw.c (FakeCharacter): Add declaration.
350 * draw.c (FakeCharacter): Don't handle these.
352 * draw.c (FakeCharacter): Don't handle f/.
434 * draw.c (setGC): Do multiplication in floating point to avoid
439 * draw.c (FakeCharacter): Remove casts in defintion of pack2.
[all …]
H A DMakefile.sub9 draw.$(OBJEXT) \
18 $(srcdir)/draw.c \
H A DTODO10 Have character substitutions (currently done in draw.c:FakeCharacter)
/netbsd-src/games/fish/
H A Dfish.instr11 means that you draw a card from the deck. If you draw the card you asked
16 your turn to move, I'll draw cards from the deck for you, and I'll tell
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtgeneric.tpl273 /* TODO: draw random value */
280 /* TODO: draw random value */
286 /* TODO: draw random value */
291 /* TODO: draw random value */
296 /* TODO: draw random value */
/netbsd-src/games/hunt/huntd/
H A Ddraw.c315 drawplayer(PLAYER *pp, bool draw) in drawplayer() argument
322 Maze[y][x] = draw ? pp->p_face : pp->p_over; in drawplayer()
330 if (!draw || newp == pp) { in drawplayer()
344 if (!draw || pp->p_cloak < 0) in drawplayer()
H A DMakefile4 SRCS= answer.c draw.c driver.c execute.c expl.c \
/netbsd-src/usr.bin/aiomixer/
H A DMakefile4 SRCS+= main.c draw.c parse.c
/netbsd-src/external/mit/xorg/bin/xditview/
H A DMakefile6 SRCS= xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp183 void draw(int code, int *p, int np, const environment *env);
194 void draw(int code, int *p, int np, const environment *env);
582 void dvi_printer::draw(int code, int *p, int np, const environment *env) in draw() function in dvi_printer
705 void draw_dvi_printer::draw(int code, int *p, int np, const environment *env) in draw() function in draw_dvi_printer
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dprinter.h77 virtual void draw(int code, int *p, int np, const environment *env);
/netbsd-src/games/battlestar/
H A Dcypher.c258 wordnumber = draw(); in cypher()
264 draw(); in cypher()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ioctl.c199 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local
201 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Driff303 >>>0 use corel-draw
317 >>0 use corel-draw
320 >>0 use corel-draw
323 >>0 use corel-draw
334 #>>>0 use corel-draw
661 0 name corel-draw
666 !:mime application/vnd.corel-draw
804 >>0 use \^corel-draw
/netbsd-src/games/hunt/
H A DREADME.protocol180 The client must draw the character with ASCII value c
241 The client should attempt to re-draw its screen.
265 The client must draw the character with ASCII value c
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d4906 int draw() { return 1; }
4907 int draw(int v) { return v; }
4909 int draw() const { return 2; }
4910 int draw() shared { return 3; }
4911 int draw() shared const { return 4; }
4912 int draw() immutable { return 5; }
4916 int draw();
4917 int draw() const;
4918 int draw() shared;
4919 int draw() shared const;
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp169 void draw(int code, int *p, int np, const environment *env);
346 void lj4_printer::draw(int code, int *p, int np, const environment *env) in draw() function in lj4_printer
/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.cpp69 void draw(int code, int *p, int np, const environment *env);
416 void lbp_printer::draw(int code, int *p, int np, const environment *env) in draw() function in lbp_printer

12345