Home
last modified time | relevance | path

Searched defs:Draw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp67 void Statusline::Draw(std::string str) { in Draw() function in Statusline
H A DIOHandlerCursesGUI.cpp792 virtual void Draw(bool force) { in Draw() function in lldb_private::curses::Window
2265 void Draw(Surface &surface, bool is_selected) { in Draw() function in lldb_private::curses::FormAction
4722 bool Draw(Window &window, const int first_visible_row, in Draw() function in TreeItem
/freebsd/contrib/tcsh/
H A Ded.refresh.c160 Draw(Char *cp, int nocomb, int drawPrompt) in Draw() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp626 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot() local