Home
last modified time | relevance | path

Searched refs:addWidth (Results 1 – 25 of 58) sorted by relevance

123

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DBox.cpp48 point_type addWidth = 0.0f; in _resizeImplementation() local
59 addWidth += static_cast<point_type>(iw / inumFill); in _resizeImplementation()
63 addWidth++; in _resizeImplementation()
72 if(w) addWidth += w; in _resizeImplementation()
85 if(addWidth != 0.0f) i->get()->addWidth(addWidth); in _resizeImplementation()
H A DTable.cpp208 if(i->valid()) i->get()->addWidth(width); in addWidthToColumn()
H A DWidget.cpp392 void Widget::addWidth(point_type w) { in addWidth() function in osgWidget::Widget
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DBox.cpp48 point_type addWidth = 0.0f; in _resizeImplementation() local
59 addWidth += static_cast<point_type>(iw / inumFill); in _resizeImplementation()
63 addWidth++; in _resizeImplementation()
72 if(w) addWidth += w; in _resizeImplementation()
85 if(addWidth != 0.0f) i->get()->addWidth(addWidth); in _resizeImplementation()
H A DTable.cpp208 if(i->valid()) i->get()->addWidth(width); in addWidthToColumn()
H A DWidget.cpp392 void Widget::addWidth(point_type w) { in addWidth() function in osgWidget::Widget
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DMedia.php379 * @param int $addWidth amount to add to width
384 public function getImageAttributes($which = 'main', $addWidth = 0, $addHeight = 0) argument
400 $imgsize['adjW'] = $imgsize[0] + $addWidth; // adjusted width
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lefin/
H A DlefTechLayerSpacingTablePrlParser.cpp81 void addWidth(double val, in addWidth() function
139 >> +(lit("WIDTH") >> double_[boost::bind(&addWidth, _1, parser, lefin)] in parse()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/print/
H A DSizePanel.java50 addWidth(); in SizePanel()
134 private void addWidth() { in addWidth() method in SizePanel
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/def/
H A DdefiNonDefault.hpp51 void addWidth(double num);
H A DdefiPath.hpp128 void addWidth(int w);
H A DdefiPath.cpp123 addWidth( *((int*)(prev.data_[i])) ); in DEF_COPY_CONSTRUCTOR_C()
232 addWidth( *((int*)(prev.data_[i])) ); in DEF_ASSIGN_OPERATOR_C()
537 void defiPath::addWidth(int w) { in addWidth() function in defiPath
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlTable.hxx72 void addWidth(sal_Int32 _nWidth) { m_aWidth.push_back( _nWidth ); } in addWidth() function in rptxml::OXMLTable
H A DxmlColumn.cxx134 m_pContainer->addWidth(nWidth); in fillStyle()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiNonDefault.hpp50 void addWidth(double num);
H A DlefiMisc.hpp156 void addWidth(double w);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlTable.hxx75 void addWidth(sal_Int32 _nWidth) { m_aWidth.push_back( _nWidth ); } in addWidth() function in rptxml::OXMLTable
H A DxmlRow.cxx141 m_pContainer->addWidth(nWidth); in EndElement()
H A DxmlColumn.cxx147 m_pContainer->addWidth(nWidth); in fillStyle()
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A Dkexiblobtableedit.cpp372 const int addWidth = d->readOnly ? 0 : d->button->width();
373 QWidget::resize(w - addWidth, h);
376 m_rightMarginWhenFocused = m_rightMargin + addWidth;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/ui/
H A DGeometry_test.ts229 const resultSize = size1.addWidth(size2);
236 const resultSize = size1.addWidth(5);
417 const resultSize = constraints1.addWidth(constraints2);
428 const resultSize = constraints.addWidth(5);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DSlk.php357 $this->addWidth($spreadsheet, $columnWidth, $startCol, $endCol);
417 …private function addWidth(Spreadsheet $spreadsheet, string $columnWidth, string $startCol, string … function in PhpOffice\\PhpSpreadsheet\\Reader\\Slk
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DSlk.php357 $this->addWidth($spreadsheet, $columnWidth, $startCol, $endCol);
417 …private function addWidth(Spreadsheet $spreadsheet, string $columnWidth, string $startCol, string … function in PhpOffice\\PhpSpreadsheet\\Reader\\Slk
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DSlk.php357 $this->addWidth($spreadsheet, $columnWidth, $startCol, $endCol);
417 …private function addWidth(Spreadsheet $spreadsheet, string $columnWidth, string $startCol, string … function in PhpOffice\\PhpSpreadsheet\\Reader\\Slk
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvrend.h164 void LVRendSetFontEmbolden( int addWidth=STYLE_FONT_EMBOLD_MODE_EMBOLD );

123