Home
last modified time | relevance | path

Searched refs:depthLabel (Results 1 – 25 of 87) sorted by relevance

1234

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DOptionTremolo.hpp35 depthLabel (80, 90, 80, 20, "ctlabel", BOOPS_LABEL_DEPTH), in OptionTremolo()
57 add (depthLabel); in OptionTremolo()
67 OptionWidget (that), rateLabel (that.rateLabel), depthLabel (that.depthLabel), in OptionTremolo()
71 add (depthLabel); in OptionTremolo()
78 release (&depthLabel); in operator =()
82 depthLabel = that.depthLabel; in operator =()
83 depthLabel = that.shapeLabel; in operator =()
85 add (depthLabel); in operator =()
99 depthLabel.applyTheme (theme); in applyTheme()
147 BWidgets::Label depthLabel; member in OptionTremolo
H A DOptionWah.hpp36 depthLabel (410, 90, 60, 20, "ctlabel", BOOPS_LABEL_DEPTH), in OptionWah()
106 add (depthLabel);
122 cFreqLabel (that.cFreqLabel), depthLabel (that.depthLabel), in OptionWah()
129 add (depthLabel); in OptionWah()
145 release (&depthLabel); in operator =()
159 depthLabel = that.depthLabel; in operator =()
172 add (depthLabel); in operator =()
208 depthLabel.applyTheme (theme); in applyTheme()
421 BWidgets::Label depthLabel; member in OptionWah
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/
H A Dstats_bar.hpp16 QLabel *depthLabel; member in cpprofiler::NodeStatsBar
38 depthLabel = new QLabel("0"); in NodeStatsBar()
39 hbl->addWidget(depthLabel); in NodeStatsBar()
66 depthLabel->setNum(stats.maxDepth()); in update()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A Dfractal.py20 depthLabel = pg.QtGui.QLabel('fractal depth:') variable
21 layout.addWidget(depthLabel, 0, 0)
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/tests/
H A Dex4.c11 DMLabel depthLabel; in CheckSymmetry() local
52 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in CheckSymmetry()
59 ierr = DMLabelGetValue(depthLabel,point,&depth);CHKERRQ(ierr); in CheckSymmetry()
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dmainwindow.cpp195 depthLabel = new QLabel("0"); in GistMainWindow()
196 hbl->addWidget(depthLabel); in GistMainWindow()
268 depthLabel->setNum(stats.maxDepth); in statusChanged()
H A Dmainwindow.hh64 QLabel* depthLabel; member in Gecode::Gist::GistMainWindow
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexsection.c6 DMLabel depthLabel; in DMPlexCreateSectionFields() local
13 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in DMPlexCreateSectionFields()
50 …ierr = PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)*section),depthLabel,&sym);CHKERRQ(… in DMPlexCreateSectionFields()
84 DMLabel depthLabel; in DMPlexCreateSectionDof() local
94 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in DMPlexCreateSectionDof()
123 ierr = DMLabelGetValue(depthLabel, point, &d);CHKERRQ(ierr); in DMPlexCreateSectionDof()
H A Dplexproject.c467 DMLabel depthLabel; in DMGetFirstLabelEntry_Private() local
477 ierr = DMPlexGetDepthLabel(plex, &depthLabel);CHKERRQ(ierr); in DMGetFirstLabelEntry_Private()
488 ierr = DMLabelGetValue(depthLabel, point, &pdepth);CHKERRQ(ierr); in DMGetFirstLabelEntry_Private()
550 DMLabel depthLabel; in DMProjectLocal_Generic_Plex() local
586 ierr = DMPlexGetDepthLabel(plex, &depthLabel);CHKERRQ(ierr); in DMProjectLocal_Generic_Plex()
681 ierr = DMLabelGetStratumIS(depthLabel, depth - h, &heightIS);CHKERRQ(ierr); in DMProjectLocal_Generic_Plex()
H A Dplexfem.c1451 DMLabel depthLabel; in DMComputeL2FieldDiff_Plex() local
1468 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMComputeL2FieldDiff_Plex()
2326 DMLabel depthLabel; in DMPlexComputeBdIntegral() local
2338 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdIntegral()
4356 DMLabel depthLabel; in DMPlexComputeBdResidualSingle() local
4363 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdResidualSingle()
4377 DMLabel depthLabel; in DMPlexComputeBdResidual_Internal() local
4383 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdResidual_Internal()
4401 DMLabel depthLabel; in DMPlexComputeBdResidual_Internal() local
5081 DMLabel depthLabel; in DMPlexComputeBdJacobianSingle() local
[all …]
H A Dplexdistribute.c1062 DMLabel depthLabel; in DMPlexDistributeLabels() local
1079 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexDistributeLabels()
1080 if (depthLabel) {ierr = PetscObjectStateGet((PetscObject) depthLabel, &depthState);CHKERRQ(ierr);} in DMPlexDistributeLabels()
1084 ierr = DMPlexGetDepthLabel(dmParallel, &dmParallel->depthLabel);CHKERRQ(ierr); in DMPlexDistributeLabels()
1085 ierr = DMRemoveLabelBySelf(dmParallel, &dmParallel->depthLabel, PETSC_FALSE);CHKERRQ(ierr); in DMPlexDistributeLabels()
H A Dplexreorder.c195 ierr = DMGetLabel(*pdm, "depth", &(*pdm)->depthLabel);CHKERRQ(ierr); in DMPlexPermute()
H A Dplexhdf5.c487 DMLabel depthLabel, ctLabel; in DMPlexWriteTopology_Vertices_HDF5_Static() local
503 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexWriteTopology_Vertices_HDF5_Static()
512 ierr = DMLabelGetValue(depthLabel, pStart, &dep);CHKERRQ(ierr); in DMPlexWriteTopology_Vertices_HDF5_Static()
H A Dplexsubmesh.c444 DMLabel depthLabel; in DMPlexShiftSizes_Internal() local
455 ierr = DMPlexGetDepthLabel(dmNew,&depthLabel);CHKERRQ(ierr); in DMPlexShiftSizes_Internal()
466 ierr = DMLabelSetStratumIS(depthLabel, d, pIS);CHKERRQ(ierr); in DMPlexShiftSizes_Internal()
1721 DMLabel depthLabel; in DMPlexLabelCohesiveComplete() local
1731 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete()
1944 ierr = DMLabelGetValue(depthLabel, point, &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete()
1999 ierr = DMLabelGetValue(depthLabel, closure[cl], &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete()
2002 ierr = DMLabelGetValue(depthLabel, closure[cl], &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete()
H A Dplex.c538 DMLabel depthLabel, celltypeLabel; in DMPlexView_Ascii_Geometry() local
548 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexView_Ascii_Geometry()
571 ierr = DMLabelGetValue(depthLabel, point, &depth);CHKERRQ(ierr); in DMPlexView_Ascii_Geometry()
3687 PetscErrorCode DMPlexGetDepthLabel(DM dm, DMLabel *depthLabel) in DMPlexGetDepthLabel() argument
3691 PetscValidPointer(depthLabel, 2); in DMPlexGetDepthLabel()
3692 *depthLabel = dm->depthLabel; in DMPlexGetDepthLabel()
3845 ierr = DMLabelGetValue(dm->depthLabel, point, depth);CHKERRQ(ierr); in DMPlexGetPointDepth()
3873 ierr = DMLabelGetNumValues(dm->depthLabel, &n);CHKERRQ(ierr); in DMPlexGetPointHeight()
4430 label = dm->depthLabel; in DMPlexGetPointDualSpaceFEM()
4852 DMLabel depthLabel; in DMPlexVecGetClosureAtDepth_Internal() local
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeFurniturePanel.java97 private JLabel depthLabel; field in HomeFurniturePanel
571 …this.depthLabel = new JLabel(SwingTools.getLocalizedLabelText(preferences, HomeFurniturePanel.clas… in createComponents()
1005 this.depthLabel.setEnabled(editableSize); in updateSizeComponents()
1085 if (this.depthLabel != null) { in setMnemonics()
1086 this.depthLabel.setDisplayedMnemonic(KeyStroke.getKeyStroke( in setMnemonics()
1088 this.depthLabel.setLabelFor(this.depthSpinner); in setMnemonics()
1335 if (this.depthLabel != null) { in layoutComponents()
1336 sizePanel.add(this.depthLabel, new GridBagConstraints( in layoutComponents()
H A DImportedFurnitureWizardStepsPanel.java145 private JLabel depthLabel; field in ImportedFurnitureWizardStepsPanel
587 this.depthLabel = new JLabel(SwingTools.getLocalizedLabelText(preferences, in createComponents()
878 this.depthLabel.setDisplayedMnemonic(KeyStroke.getKeyStroke(preferences.getLocalizedString( in setMnemonics()
880 this.depthLabel.setLabelFor(this.depthSpinner); in setMnemonics()
1017 attributesPanel.add(this.depthLabel, new GridBagConstraints( in layoutComponents()
H A Dpackage_it.properties258 HomeFurniturePanel.depthLabel.text=Profondit� (%s):
259 HomeFurniturePanel.depthLabel.mnemonic=P
1203 ImportedFurnitureWizardStepsPanel.depthLabel.text=Profondit� (%s):
1204 ImportedFurnitureWizardStepsPanel.depthLabel.mnemonic=P
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/
H A Dex6.c204 DMLabel depthLabel; in SetSymmetries() local
208 ierr = DMGetLabel(dm,"depth",&depthLabel);CHKERRQ(ierr); in SetSymmetries()
213 … ierr = PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)s),depthLabel,&sym);CHKERRQ(ierr); in SetSymmetries()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/tests/
H A Dex2.c88 DMLabel depthLabel; in IdentifyBadPoints() local
98 ierr = DMPlexGetDepthLabel(dmplex, &depthLabel);CHKERRQ(ierr); in IdentifyBadPoints()
115 ierr = DMLabelGetValue(depthLabel, p, &s);CHKERRQ(ierr); in IdentifyBadPoints()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/
H A Dplexf.c410 PETSC_EXTERN void dmplexgetdepthlabel_(DM dm,DMLabel *depthLabel, int *__ierr) in dmplexgetdepthlabel_() argument
413 (DM)PetscToPointer((dm) ),depthLabel); in dmplexgetdepthlabel_()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/
H A DImageAnalyzer.java77 Label typeLabel, sizeLabel, depthLabel, transparentPixelLabel, field in ImageAnalyzer
484 depthLabel = new Label(shell, SWT.NONE); in createWidgets()
485 depthLabel.setText(bundle.getString("Depth_initial")); in createWidgets()
486 depthLabel.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL)); in createWidgets()
1683 depthLabel.setText(string); in displayImage()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DWidgetsDemo.h684 depthLabel.attachToComponent (&depthSlider, false); in ToolbarDemoComp()
717 Label depthLabel { {}, "Toolbar depth:" },
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmimpl.h183 DMLabel depthLabel; /* Optimized access to depth label */ member
/dports/science/PETSc/petsc-3.14.1/src/dm/field/impls/ds/
H A Ddmfieldds.c726 DMLabel depthLabel; in DMFieldComputeFaceData_DS() local
734 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMFieldComputeFaceData_DS()
735 ierr = DMLabelGetStratumIS(depthLabel, dim + 1, &cellIS);CHKERRQ(ierr); in DMFieldComputeFaceData_DS()

1234