Home
last modified time | relevance | path

Searched refs:Draw (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/share/examples/bootforth/
H A Dframes.4th36 : hline ( len x y -- ) \ Draw horizontal single line
61 : vline ( len x y -- ) \ Draw vertical single line
72 : box ( w h x y -- ) \ Draw a box
74 vline \ Draw left vert line
76 vline \ Draw right vert line
78 hline \ Draw top horiz line
80 hline \ Draw bottom horiz line
81 2dup at-xy lt_el @ emit \ Draw left-top corner
82 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner
83 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner
/freebsd-13.1/stand/forth/
H A Dframes.4th72 : hline ( len x y -- ) \ Draw horizontal single line
112 : vline ( len x y -- ) \ Draw vertical single line
123 : box ( w h x y -- ) \ Draw a box
139 vline \ Draw left vert line
141 vline \ Draw right vert line
143 hline \ Draw top horiz line
145 hline \ Draw bottom horiz line
146 2dup at-xy lt_el @ xemit \ Draw left-top corner
147 2dup 4 pick + at-xy lb_el @ xemit \ Draw left bottom corner
148 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner
H A Dshortcuts.4th46 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th)
47 draw-brand \ Draw FIS logo at top (in brand.4th)
H A Dmenu-commands.4th374 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th)
375 draw-brand \ Draw brand.4th logo at top (in brand.4th)
H A Dmenu.4th1013 42 13 menuX @ 3 - menuY @ 1- box \ Draw frame (w,h,x,y)
/freebsd-13.1/share/examples/ipfilter/rules/
H A Dfirewall17 Draw up a list of which services you want to allow users to use on the
18 Internet (e.g. WWW, ftp, etc). Draw up a separate list for what you
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dacorn17 # RISC OS Draw files
19 0 string Draw RISC OS Draw file data
H A Dsharc10 #0 string Draw RiscOS Drawfile
H A Driff235 # lower case for Corel Draw version 8 Bidi
239 # Corel Draw Picture
267 # Corel Draw templates with version 12.5 or Corel Designer illustration 12
576 # display information of RIFF based Corel Draw pictures, templates and patterns
580 >0 string x \b, Corel Draw
715 # Corel Draw Picture big endian not tested by real examples
716 #>8 string CDRA \b, Corel Draw Picture
717 #>8 string CDR6 \b, Corel Draw Picture, version 6
H A Darchive1258 >>>62 string draw Draw
1360 >>>62 string draw.document+zip Draw drawing, version 14-16
1363 >>>62 string draw.template+zip Draw template, version 14-16
1366 >>>62 string zcf.draw.document+zip Draw drawing, version 17-22
1369 >>>62 string zcf.draw.template+zip Draw template, version 17-22
1373 >>>62 string zcf.pattern+zip Draw pattern, version 22
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp576 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot() local
626 Draw(SummaryIt.first, R.getGUID(), in exportToDot()
630 Draw(SummaryIt.first, AS->getAliaseeGUID(), -4); in exportToDot()
636 Draw(SummaryIt.first, CGEdge.first.getGUID(), in exportToDot()
/freebsd-13.1/contrib/tcsh/
H A Ded.refresh.c45 static int Draw (Char *, int, int);
160 Draw(Char *cp, int nocomb, int drawPrompt) in Draw() function
331 cp += Draw(cp, cp == buf, 1); in RefreshPromptpart()
383 cp += Draw(cp, cp == InputBuf, 0); in Refresh()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp778 virtual void Draw(bool force) { in Draw() function in curses::Window
783 subwindow_sp->Draw(force); in Draw()
1920 void Draw(SubPad &surface, bool is_selected) { in Draw() function in curses::FormAction
2224 action.Draw(action_surface, is_action_selected); in DrawActions()
3103 m_window_sp->Draw(false); in Run()
3478 bool Draw(Window &window, const int first_visible_row, in Draw() function in TreeItem
3531 if (!item.Draw(window, first_visible_row, selected_row_idx, row_idx, in Draw()
3656 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx, in WindowDelegateDraw()
/freebsd-13.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr200 msg_snake_desc="Draw a FreeBSD \"snake\" on your screen"
/freebsd-13.1/sys/contrib/edk2/
H A DMdePkg.dec1895 ## Indicates if UGA Draw Protocol is still consumed.<BR><BR>
1896 # TRUE - Consume UGA Draw protocol.<BR>
1897 # FALSE - Does not consume UGA Draw protocol.<BR>
1898 # @Prompt Consume UGA Draw Protocol.