Home
last modified time | relevance | path

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

12

/freebsd/contrib/unbound/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
/freebsd/tools/sched/
H A Dschedgraph.py232 self.draw()
234 def draw(self): member in ColorConf
336 self.draw()
338 def draw(self): member in SourceConf
669 def draw(self, canvas, xpos, ypos, item): member in Event
715 def draw(self, canvas, xpos, ypos): member in PointEvent
721 Event.draw(self, canvas, xpos, ypos, l)
730 def draw(self, canvas, xpos, ypos): member in StateEvent
746 Event.draw(self, canvas, xpos, ypos, l)
757 def draw(self, canvas, xpos, ypos): member in CountEvent
[all …]
/freebsd/stand/forth/
H A Dbrand.4th43 : draw-brand ( -- ) \ at (loader_brand_x,loader_brand_y), else (2,1)
75 : draw-brand
76 ['] draw-brand console-iterate
H A Dshortcuts.4th45 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th)
46 draw-brand \ Draw FIS logo at top (in brand.4th)
47 menu-init \ Initialize menu and draw bounding box (in menu.4th)
H A Dmenu.rc16 draw-beastie \ draw freebsd mascot (on right; see `beastie.4th')
17 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
H A Dbeastie.4th47 : draw-beastie ( -- ) \ at (loader_logo_x,loader_logo_y), else (46,4)
84 : draw-beastie
85 ['] draw-beastie console-iterate
H A Dmenu-commands.4th371 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th)
372 draw-brand \ Draw brand.4th logo at top (in brand.4th)
373 menu-init \ Initialize menu and draw bounding box (in menu.4th)
H A Dmenu.4th1001 TRUE ( draw a box? default yes, but might be altered below )
1009 drop FALSE \ don't draw a box
/freebsd/stand/lua/
H A Dmenu.lua446 function menu.draw(menudef) function
460 menu.draw(menudef)
500 menu.draw(menudef)
520 menu.draw(menu.default)
H A Ddrawer.lua158 local function draw(x, y, logo) function
335 draw(x, y, graphic)
391 draw(x, y, logodef.graphic)
/freebsd/contrib/dialog/
H A Dutil.c1720 repaint_cell(DIALOG_WINDOWS * dw, bool draw, int y, int x) in repaint_cell() argument
1727 && (draw || last_shadow(dw, y, x)) in repaint_cell()
1732 chtype the_attr = (draw ? shadow_attr : the_cell); in repaint_cell()
1752 #define RepaintCell(dw, draw, y, x) repaint_cell(dw, draw, y, x) argument
1755 repaint_shadow(DIALOG_WINDOWS * dw, bool draw, int y, int x, int height, int width) in repaint_shadow() argument
1762 dlg_attrset(dw->shadow, draw ? shadow_attr : screen_attr); in repaint_shadow()
1766 RepaintCell(dw, draw, i + y + height, j + x + SHADOW_COLS); in repaint_shadow()
1771 RepaintCell(dw, draw, i + y + SHADOW_ROWS, j + x + width); in repaint_shadow()
H A DCHANGES1502 functions, to allow widgets to draw arrows using the widget's
1558 + initialize step in dlg_draw_buttons() in case it is used to draw
/freebsd/contrib/file/magic/Magdir/
H A Driff318 >>>0 use corel-draw
332 >>0 use corel-draw
335 >>0 use corel-draw
338 >>0 use corel-draw
349 #>>>0 use corel-draw
732 0 name corel-draw
737 !:mime application/vnd.corel-draw
875 >>0 use \^corel-draw
H A Darchive1925 >>>62 string draw Draw
1927 !:mime application/vnd.sun.xml.draw
1930 !:mime application/vnd.sun.xml.draw.template
2052 >>>62 string draw.document+zip Draw drawing, version 14-16
2053 !:mime application/x-vnd.corel.draw.document+zip
2055 >>>62 string draw.template+zip Draw template, version 14-16
2056 !:mime application/x-vnd.corel.draw.template+zip
2058 >>>62 string zcf.draw.document+zip Draw drawing, version 17-22
2059 !:mime application/x-vnd.corel.zcf.draw.document+zip
2061 >>>62 string zcf.draw.template+zip Draw template, version 17-22
[all …]
H A Dole2compounddocs706 !:mime application/vnd.stardivision.draw
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq25890.txt24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
/freebsd/sys/dev/syscons/
H A Dsyscons.c2349 (*scp->rndr->draw)(scp, s, e - s + 1, TRUE); in scrn_update()
2353 (*scp->rndr->draw)( in scrn_update()
2358 (*scp->rndr->draw)( in scrn_update()
2361 (*scp->rndr->draw)(scp, scp->start, in scrn_update()
2365 (*scp->rndr->draw)( in scrn_update()
4314 (*scp->rndr->draw)(scp, 0, scp->xsize * scp->ysize, in blink_screen()
H A Dsyscons.h452 vr_draw_t *draw; member
H A Dscvgarndr.c728 scp->rndr->draw = vga_vgadraw_planar; in vga_rndrinit()
737 scp->rndr->draw = vga_vgadraw_direct; in vga_rndrinit()
/freebsd/contrib/bsddialog/
H A DCHANGELOG128 * add: draw focus on the shortcut-key-selected button at exit.
152 * change: mixedgauge BSDDIALOG_MG_BLANK does not draw minibar but prints
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt207 realtime current draw, only for:
/freebsd/contrib/libxo/doc/
H A Dhowto.rst149 "warning" and "error" roles allows use of color and font to draw
/freebsd/contrib/ncurses/
H A DANNOUNCE486 would make it possible to draw the highlight without changing the
/freebsd/share/dict/
H A Dweb2a12996 cold-draw
17175 dog-draw
17837 draw-arch
17842 draw chain
17843 draw cock
17845 draw dock
17853 draw game
17888 draw pin
17889 draw poker
17890 draw press
[all …]
/freebsd/contrib/mandoc/
H A DNEWS211 * tbl(7) -T html: draw lines on the edges of table cells

12