Home
last modified time | relevance | path

Searched +defs:draw +defs:row (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/dports/textproc/p5-Text-SimpleTable-AutoWidth/Text-SimpleTable-AutoWidth-0.09/lib/Text/SimpleTable/
H A DAutoWidth.pm20 sub row { subroutine
37 sub draw { method in Text::SimpleTable::AutoWidth
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dcodecharts.py151 def draw(self): member in SingleByteEncodingChart
185 def __init__(self, row, faceName, encodingName): argument
207 def makeRow(self, row): argument
223 def draw(self): member in KutenRowCodeChart
240 def __init__(self, row, faceName, encodingName): argument
261 def makeRow(self, row): argument
277 def draw(self): member in Big5CodeChart
313 def draw(self): member in CodeWidget
/dports/net/bird2/bird-2.0.8/proto/perf/
H A Dparse.pl5 package row; package
117 sub draw { method in results
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_base.cpp63 void uiBaseLayoutNode::draw (uiNode_t* node) in draw() function in uiBaseLayoutNode
102 void uiBaseMapNode::draw (uiNode_t* node) in draw() function in uiBaseMapNode
104 int col, row; in draw() local
127 int col, row; in drawTooltip() local
148 int row, col; in onLeftClick() local
165 int row, col; in onRightClick() local
189 int row, col; in onMiddleClick() local
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dstroke-clipped.c28 draw (cairo_t *cr, int width, int height) in draw() function
30 int row; in draw() local
/dports/games/cutemaze/cutemaze-1.2.6/src/
H A Dtheme.cpp183 void Theme::draw(QPainter& painter, int column, int row, enum Element element) const in draw() function in Theme
191 void Theme::draw(QPainter& painter, int column, int row, enum RotatedElement element, int angle) co… in draw() function in Theme
211 void Theme::drawCorner(QPainter& painter, int column, int row, unsigned char walls) const in drawCorner()
220 void Theme::drawWall(QPainter& painter, int column, int row, bool vertical) const in drawWall()
/dports/textproc/p5-Text-SimpleTable/Text-SimpleTable-2.07/lib/Text/
H A DSimpleTable.pm110 sub draw { subroutine
245 sub row { subroutine
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/draw/
H A DGeneticMarker.java42 private DNADraw draw; field in GeneticMarker
46 public GeneticMarker(final DNADraw draw,final Vector block) in GeneticMarker()
247 int row, int column) in getTableCellRendererComponent()
415 int row, in getTableCellEditorComponent()
452 public Object getValueAt(int row, int col) in getValueAt()
472 public boolean isCellEditable(int row, int col) in isCellEditable()
481 public void setValueAt(Object value, int row, int col) in setValueAt()
503 public boolean deleteRow(int row) in deleteRow()
/dports/graphics/blender/blender-2.91.0/source/blender/shader_fx/intern/
H A DFX_ui_common.c103 uiLayout *row = uiLayoutRow(layout, false); in shaderfx_panel_end() local
141 uiLayout *row = uiLayoutRow(layout, false); in shaderfx_panel_header() local
186 PanelType *shaderfx_panel_register(ARegionType *region_type, ShaderFxType type, PanelDrawFn draw) in shaderfx_panel_register()
226 PanelDrawFn draw, in shaderfx_subpanel_register()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Dsphere.cc82 void Sphere::draw (Vector const &center, double radius) const in draw() function in gcu::Sphere
155 for (int row = column; row <= 2 * d->detail + column; row++) in initialize() local
159 for (int row = 0; row <= 3 * d->detail; row++) in initialize() local
163 for( int row = 0; row <= 2 * d->detail; row++ ) in initialize() local
166 for( int row = d->detail; row <= 3 * d->detail; row++ ) in initialize() local
173 int row = column; in initialize() local
201 unsigned short Sphere::indexOfVertex (int strip, int column, int row) in indexOfVertex()
206 void Sphere::computeVertex (int strip, int column, int row) in computeVertex()
/dports/mail/cone/cone-1.1/curses/
H A Dcursesmultilinelabel.C38 void CursesMultilineLabel::setRow(int row) in setRow()
103 void CursesMultilineLabel::draw() in draw() function
107 size_t row=0; in draw() local
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/circular/
H A DGeneticMarker.java38 private DNADraw draw; field in GeneticMarker
42 public GeneticMarker(final DNADraw draw,final Vector block) in GeneticMarker()
231 int row, int column) in getTableCellRendererComponent()
405 int row, in getTableCellEditorComponent()
448 public Object getValueAt(int row, int col) in getValueAt()
468 public boolean isCellEditable(int row, int col) in isCellEditable()
477 public void setValueAt(Object value, int row, int col) in setValueAt()
529 public boolean deleteRow(int row) in deleteRow()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_ui_common.c110 uiLayout *row = uiLayoutRow(layout, false); in modifier_panel_end() local
152 uiLayout *row = uiLayoutRow(layout, true); in modifier_vgroup_ui() local
212 uiLayout *row; in modifier_ops_extra_draw() local
294 uiLayout *row, *sub, *name_row; in modifier_panel_header() local
400 PanelType *modifier_panel_register(ARegionType *region_type, ModifierType type, PanelDrawFn draw) in modifier_panel_register()
439 PanelDrawFn draw, in modifier_subpanel_register()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dbanner.cc184 void banner_t::draw(scr_coord pos, scr_size size ) in draw() function in banner_t
192 void banner_text_t::draw(scr_coord offset) in draw() function in banner_text_t
218 for( int row = 0; row < L_BANNER_ROWS+1; row++ ) { in draw() local
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/extra/pandas/
H A Dimpl.py57 def infer_dtype_if_necessary(dtype, values, elements, draw): argument
266 def result(draw): argument
480 def rows_only(draw): argument
484 def row(): function
545 def just_draw_columns(draw): argument
605 def assign_rows(draw): argument
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DAdminDialog.cpp124 void AdminDialog::drawColumn(unsigned int id, int row, int col, in drawColumn()
157 void AdminDialog::rowSelected(unsigned int id, int row) in rowSelected()
162 void AdminDialog::rowChosen(unsigned int id, int row) in rowChosen()
172 void AdminDialog::draw() in draw() function in AdminDialog
/dports/graphics/blender/blender-2.91.0/source/blender/gpencil_modifiers/intern/
H A DMOD_gpencil_ui_common.c106 uiLayout *row, *col, *sub; in gpencil_modifier_masking_panel_draw() local
216 uiLayout *row = uiLayoutRow(layout, false); in gpencil_modifier_panel_end() local
246 uiLayout *row; in gpencil_modifier_ops_extra_draw() local
307 uiLayout *row, *sub; in gpencil_modifier_panel_header() local
366 PanelDrawFn draw) in gpencil_modifier_panel_register()
406 PanelDrawFn draw, in gpencil_modifier_subpanel_register()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/widgets/
H A Dtextbox.cpp119 void TextBox::draw(Graphics* graphics) in draw() function in gcn::TextBox
368 int row; in setCaretPosition() local
391 int pos = 0, row; in getCaretPosition() local
401 void TextBox::setCaretRowColumn(int row, int column) in setCaretRowColumn()
407 void TextBox::setCaretRow(int row) in setCaretRow()
454 void TextBox::setTextRow(int row, const std::string& text) in setTextRow()
517 void TextBox::addRow(const std::string row) in addRow()
/dports/devel/guichan/guichan-0.8.2/src/widgets/
H A Dtextbox.cpp120 void TextBox::draw(Graphics* graphics) in draw() function in gcn::TextBox
353 int row; in setCaretPosition() local
376 int pos = 0, row; in getCaretPosition() local
386 void TextBox::setCaretRowColumn(int row, int column) in setCaretRowColumn()
392 void TextBox::setCaretRow(int row) in setCaretRow()
439 void TextBox::setTextRow(int row, const std::string& text) in setTextRow()
502 void TextBox::addRow(const std::string row) in addRow()
/dports/games/einstein/einstein-2.0/
H A Dpuzzle.cpp38 void Puzzle::draw() in draw() function in Puzzle
45 void Puzzle::drawCell(int col, int row, bool addToUpdate) in drawCell()
76 void Puzzle::drawRow(int row, bool addToUpdate) in drawRow()
85 int col, row, element; in onMouseButtonDown() local
139 bool Puzzle::getCellNo(int x, int y, int &col, int &row, int &subNo) in getCellNo()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_honeycomb.py55 def vert(self, row, col): argument
105 def cell(self, row, col, idx): argument
254 def draw(self, context): member in add_mesh_honeycomb
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/html/
H A DCImageTextTable.php84 public function addRow($row) {
90 public function draw() { function in CImageTextTable
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/html/
H A DCImageTextTable.php84 public function addRow($row) {
90 public function draw() { function in CImageTextTable
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/html/
H A DCImageTextTable.php84 public function addRow($row) {
90 public function draw() { function in CImageTextTable
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/html/
H A DCImageTextTable.php84 public function addRow($row) {
90 public function draw() { function in CImageTextTable

12345678910>>...26