Home
last modified time | relevance | path

Searched refs:getStyle (Results 3776 – 3800 of 5587) sorted by relevance

1...<<151152153154155156157158159160>>...224

/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_figure.cc1342 color = fig->getStyle ().color; in flashSelection()
1343 fig->getStyle ().color = drgeoColorGrey; in flashSelection()
1345 fig->getStyle ().color = color; in flashSelection()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/styles/
H A DCSSStyleDeclaration.as60 * <p>You can use the <code>getStyle()</code>, <code>setStyle()</code>,
249 public function getStyle(styleProp:String):*
316 var oldValue:Object = getStyle(styleProp);
/dports/textproc/libepubgen/libepubgen-0.1.1/src/lib/
H A DEPUBHTMLGenerator.cpp626 … bodyAttrs.insert("style", m_impl->m_bodyManager.getStyle(m_impl->m_actualPageProperties).c_str()); in endDocument()
709 attrs.insert("style", m_impl->m_paragraphManager.getStyle(propList).c_str()); in openParagraph()
753 attrs.insert("style", m_impl->m_spanManager.getStyle(propList).c_str()); in openSpan()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DGreatWksSSParser.cxx200 Style getStyle(int id) const in getStyle() function
647 if (!cell.isEmpty() || !m_state->getStyle(cell.m_style).m_backgroundColor.isWhite()) in readSpreadsheet()
803 auto style=m_state->getStyle(cell.m_style); in sendSpreadsheet()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGNoteImpl.java90 if(effect.isHarmonic() && (layout.getStyle() & ViewLayout.DISPLAY_SCORE) == 0 ){ in paintOfflineEffects()
137 int style = layout.getStyle(); in paintTablatureNote()
214 if((layout.getStyle() & ViewLayout.DISPLAY_SCORE) != 0 ){ in paintScoreNote()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR_init.cpp70 pathSeg->getStyle(style); in initNetObjs_pathSeg()
90 pathSeg->getStyle(style); in initNetObjs_pathSeg()
115 pathSeg->getStyle(style); in initNetObjs_pathSeg()
148 pathSeg->getStyle(style); in initNetObjs_pathSeg()
167 pathSeg->getStyle(style); in initNetObjs_pathSeg()
192 pathSeg->getStyle(style); in initNetObjs_pathSeg()
468 obj->getStyle(style); in initNets_searchRepair_pin2epMap()
1798 obj->getStyle(segStyle); in initNets_boundaryArea()
1829 obj->getStyle(segStyle); in initNets_boundaryArea()
2470 obj->getStyle(segStyle); in initMazeCost_marker_route_queue_addHistoryCost()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/packages/ui/
H A DPackageActionConfirmationDialog.java67 selectAllButton_.getElement().getStyle().setMarginRight(10, Unit.PX); in PackageActionConfirmationDialog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DSlideLabel.java155 progress_.getStyle().setDisplay(Style.Display.NONE);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/dialog/
H A DCommitDetail.java201 parentTableRow_.getStyle().setProperty( in updateInfo()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/peer/
H A DClasspathFontPeer.h97 virtual jint getStyle(::java::awt::Font *);
/dports/games/jin/jin-2.14.1/src/free/jin/console/
H A DConsoleTextField.java134 setFont(new Font("Monospaced", oldFont.getStyle(), oldFont.getSize())); in ConsoleTextField()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/peer/
H A DClasspathFontPeer.h97 virtual jint getStyle(::java::awt::Font *);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkStrikeSpec.cpp130 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in ShouldDrawAsPath()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/handler/
H A DmxRotationHandler.java180 initialAngle = mxUtils.getDouble(currentState.getStyle(), in start()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DPieChart.as252 _innerRadius = getStyle("innerRadius");
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/supportClasses/
H A DSetActionInstance.as225 return target.getStyle(propName);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkStrikeSpec.cpp130 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in ShouldDrawAsPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DViewForm.java474 if ((getStyle() & SWT.FLAT)== 0) highlight = 2; in setBorderVisible()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/
H A DHelpTray.java225 && (shell.getSize().y >= MINIMUM_HEIGHT || (shell.getStyle() & SWT.RESIZE) != 0)); in isAppropriateFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/
H A DPulldownDelegateWidgetProxy.java206 final int style = item.getStyle();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/
H A DElementAdapter.java383 public CSSExtendedProperties getStyle() { in getStyle() method in ElementAdapter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/
H A DProgressManagerUtil.java345 if (shell.isVisible() && (shell.getStyle() & modal) != 0) { in getModalChildExcluding()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/action/
H A DAction.java391 public int getStyle() { in getStyle() method in Action
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/peer/
H A DClasspathFontPeer.h97 virtual jint getStyle(::java::awt::Font *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/peer/
H A DClasspathFontPeer.h97 virtual jint getStyle(::java::awt::Font *);

1...<<151152153154155156157158159160>>...224