Home
last modified time | relevance | path

Searched refs:getSpacing (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dgamma.cpp88 drawString(label, 0, sz + font.getSpacing()); in __anona49007270302()
90 drawString(label2, 0, sz + 2 * font.getSpacing()); in __anona49007270302()
97 drawString(label, 0, sz + font.getSpacing()); in __anona49007270402()
110 drawString(srcText.c_str(), 0, sz + font.getSpacing()); in __anona49007270502()
112 drawString(modeName, 0, sz + 2 * font.getSpacing()); in __anona49007270502()
113 drawString(dstText.c_str(), 0, sz + 3 * font.getSpacing()); in __anona49007270502()
H A Dbitmapcopy.cpp109 if (font.getSpacing() > height) { in onDraw()
110 height = font.getSpacing(); in onDraw()
129 SkScalar y = font.getSpacing() / SkScalar(2); in onDraw()
H A Dtext_scale_skew.cpp26 y += font.getSpacing();
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrBlock.h173 frCoord xl = (frCoord) xgp.getSpacing() * idx.x() + xgp.getStartCoord(); in getGCellBox()
174 frCoord yl = (frCoord) ygp.getSpacing() * idx.y() + ygp.getStartCoord(); in getGCellBox()
176 = (frCoord) xgp.getSpacing() * (idx.x() + 1) + xgp.getStartCoord(); in getGCellBox()
178 = (frCoord) ygp.getSpacing() * (idx.y() + 1) + ygp.getStartCoord(); in getGCellBox()
200 frCoord xl = (frCoord) xgp.getSpacing() * idx.x() + xgp.getStartCoord(); in getGCellCenter()
201 frCoord yl = (frCoord) ygp.getSpacing() * idx.y() + ygp.getStartCoord(); in getGCellCenter()
203 = (frCoord) xgp.getSpacing() * (idx.x() + 1) + xgp.getStartCoord(); in getGCellCenter()
205 = (frCoord) ygp.getSpacing() * (idx.y() + 1) + ygp.getStartCoord(); in getGCellCenter()
225 frCoord idxX = (pt.x() - xgp.getStartCoord()) / (frCoord) xgp.getSpacing(); in getGCellIdx()
226 frCoord idxY = (pt.y() - ygp.getStartCoord()) / (frCoord) ygp.getSpacing(); in getGCellIdx()
/dports/games/openxcom/OpenXcom-1.0/src/Interface/
H A DTextList.cpp280 txt->setHeight(_font->getHeight() * 2 + _font->getSpacing()); in addRow()
291 w += _font->getChar('.')->getCrop()->w + _font->getSpacing(); in addRow()
420 _selector = new Surface(getWidth(), _font->getHeight() + _font->getSpacing(), getX(), getY()); in initText()
845 for (int y = 0; y < getHeight(); y += _font->getHeight() + _font->getSpacing()) in updateVisible()
879 y -= _font->getHeight() + _font->getSpacing(); in draw()
889 y += _texts[i].front()->getHeight() + _font->getSpacing(); in draw()
893 y += _font->getHeight() + _font->getSpacing(); in draw()
916 _arrowLeft[i]->setY(getY() + (i - _scroll) * (_font->getHeight() + _font->getSpacing())); in blit()
918 _arrowRight[i]->setY(getY() + (i - _scroll) * (_font->getHeight() + _font->getSpacing())); in blit()
1055 int h = _font->getHeight() + _font->getSpacing(); in mouseOver()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimNadconGridFile.h39 ossimDpt getSpacing()const
41 return theHeader.getSpacing();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dbitmapcopy.cpp109 if (font.getSpacing() > height) { in onDraw()
110 height = font.getSpacing(); in onDraw()
129 SkScalar y = font.getSpacing() / SkScalar(2); in onDraw()
H A Dtext_scale_skew.cpp26 y += font.getSpacing();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A Dcount_verbs.cpp39 SkPoint pt = SkPoint::Make(10.0f, 5.0f + font.getSpacing()); in draw()
45 pt.fY += font.getSpacing(); in draw()
/dports/devel/poco/poco-1.10.1-all/Data/include/Poco/Data/
H A DSimpleRowFormatter.h70 std::streamsize getSpacing() const;
101 inline std::streamsize SimpleRowFormatter::getSpacing() const in getSpacing() function
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGBeatGroup.java150 int x1 = this.firstMinNote.getPosX() + this.firstMinNote.getBeatImpl().getSpacing(); in getY2()
151 int x2 = this.lastMinNote.getPosX() + this.lastMinNote.getBeatImpl().getSpacing(); in getY2()
167 int x1 = this.firstMaxNote.getPosX() + this.firstMaxNote.getBeatImpl().getSpacing(); in getY2()
168 int x2 = this.lastMaxNote.getPosX() + this.lastMaxNote.getBeatImpl().getSpacing(); in getY2()
H A DTGMeasureImpl.java631 float x2 = (getPosX() + getWidth(layout) + getSpacing()); in paintRepeatEnding()
749 painter.moveTo( (x2 + getSpacing()) - (lineWidthBig + scale + lineWidthSmall) , y1); in paintDivisions()
750 painter.lineTo( (x2 + getSpacing()) - (lineWidthBig + scale + lineWidthSmall) , y2); in paintDivisions()
756 painter.addRectangle( (x2 + getSpacing()) - lineWidthBig, y1, lineWidthBig, y2 - y1); in paintDivisions()
766 painter.moveTo((x2 - xMove) + getSpacing(), y1 + ((y2 - y1) / 2) - (yMove + (size / 2))); in paintDivisions()
782 painter.moveTo(x2 + getSpacing(), y1); in paintDivisions()
783 painter.lineTo(x2 + getSpacing(), y2); in paintDivisions()
1013 float x = (getPosX() + getWidth(layout) + getSpacing() - size ); in paintLoopMarker()
1051 int width = getWidth(layout) + getSpacing(); in paintPlayMode()
1086 return (int)((beat.getStart() - getStart()) * getSpacing() / getLength()); in getBeatSpacing()
[all …]
H A DTGVoiceImpl.java372 x = fromX + getPosX() + getBeatImpl().getSpacing(); in paintSilence()
377 x = fromX + getPosX() + getBeatImpl().getSpacing() - 1; in paintSilence()
443 int spacing = getBeatImpl().getSpacing(); in paintBeat()
490 x1 = getJoin1().getPosX() + xMove + getJoin1().getBeatImpl().getSpacing(); in paintTablatureBeat()
491 x2 = getJoin2().getPosX() + xMove + getJoin2().getBeatImpl().getSpacing(); in paintTablatureBeat()
588 hX1 = getJoin1().getPosX() + getJoin1().getBeatImpl().getSpacing(); in paintScoreBeat()
589 hX2 = getJoin2().getPosX() + getJoin2().getBeatImpl().getSpacing(); in paintScoreBeat()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DUniformMesh.hpp256 const StackArray<double, 3>& getSpacing() const { return m_h; } in getSpacing() function in axom::mint::UniformMesh
277 const double* h = getSpacing(); in evaluateCoordinate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/org/eclipse/ui/internal/monitoring/preferences/
H A DMonitoringPreferencePage.java117 .spacing(LayoutConstants.getSpacing()) in createFieldEditors()
122 .spacing(LayoutConstants.getSpacing()) in createFieldEditors()
151 .spacing(LayoutConstants.getSpacing()) in createTopBlock()
179 .spacing(LayoutConstants.getSpacing()) in createBottomBlock()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dgridview.h31 Q_PROPERTY(int spacing READ getSpacing WRITE setSpacing DESIGNABLE true SCRIPTABLE true)
53 int getSpacing() const;
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_dlginsert.cpp91 s.setNum(insert->getSpacing().y); in setInsert()
93 s.setNum(insert->getSpacing().x); in setInsert()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/cpp/
H A DTestLef58Properties.cpp125 BOOST_TEST(spacing_tbl_rule->getSpacing(0, 0) == 0.05 * distFactor); in BOOST_AUTO_TEST_CASE()
138 BOOST_TEST(eolextrule->getSpacing() == 0.1 * distFactor); in BOOST_AUTO_TEST_CASE()
217 auto spacing1 = def->getSpacing("cls1", true, "cls3", false); in BOOST_AUTO_TEST_CASE()
218 auto spacing2 = def->getSpacing("cls1", false, "cls4", false); in BOOST_AUTO_TEST_CASE()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/tcl/
H A D09-lef_data_access_test.tcl63 check "cut spacing" {$cut_rule getSpacing} [lmap x "0.14 0.14" {expr round($x * $units)}]
86 check "layer spacing" {$layer getSpacing} [expr round(0.065 * $units)]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/
H A Dlef_data_access.tcl60 check "cut spacing" {$cut_rule getSpacing} [lmap x "0.14 0.14" {expr round($x * $units)}]
83 check "layer spacing" {$layer getSpacing} [expr round(0.065 * $units)]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_ExpandBar.java229 assertEquals(expandBar.getSpacing(), 0); in test_setSpacingI()
232 assertEquals(expandBar.getSpacing(), 3); in test_setSpacingI()
235 assertEquals(expandBar.getSpacing(), 3); in test_setSpacingI()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/ta/
H A DFlexTA.cpp160 routeBox.bloat(ygp.getSpacing() / 2, extBox); in initTA_helper()
184 routeBox.bloat(xgp.getSpacing() / 2, extBox); in initTA_helper()
212 routeBox.bloat(ygp.getSpacing() / 2, extBox); in initTA_helper()
235 routeBox.bloat(xgp.getSpacing() / 2, extBox); in initTA_helper()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dfont.cpp483 uint16 getSpacing(byte c);
537 uint16 AmigaFont::getSpacing(byte c) { in getSpacing() function in Parallaction::AmigaFont
581 return getKerning(c) + getSpacing(c); in width()
619 _cp += getSpacing(c); in drawString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/layout/
H A DGridLayoutFactory.java131 Point defaultSpacing = LayoutConstants.getSpacing(); in fillDefaults()
415 Point defaultSpacing = LayoutConstants.getSpacing(); in toString()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3SampleFilter.php52 public function getSpacing() function in Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter

123456789