Home
last modified time | relevance | path

Searched refs:cellLength (Results 26 – 50 of 73) sorted by relevance

123

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java48 private int cellLength, cellSpacing; field in BasicProgressBarUI
160 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
161 if (cellLength == 0) cellLength = 1; in installDefaults()
351 return cellLength; in getCellLength()
356 this.cellLength = cellLen; in setCellLength()
648 int cellLength = getCellLength(); in paintDeterminate() local
666 0.f, new float[] { cellLength, cellSpacing }, 0.f)); in paintDeterminate()
689 0f, new float[] { cellLength, cellSpacing }, 0f)); in paintDeterminate()
/dports/math/vtk6/VTK-6.2.0/Filters/FlowPaths/
H A DvtkStreamTracer.h362 int direction, double cellLength );
363 static double ConvertToLength( double interval, int unit, double cellLength );
364 static double ConvertToLength( IntervalInformation& interval, double cellLength );
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkEvenlySpacedStreamlines2D.cxx141 double cellLength = 0; in RequestData() local
142 if (! this->ComputeCellLength(&cellLength)) in RequestData()
148 this->SeparatingDistance, this->IntegrationStepUnit, cellLength); in RequestData()
150 this->ClosedLoopMaximumDistance, this->IntegrationStepUnit, cellLength); in RequestData()
248 double* cellLength) in ComputeCellLength() argument
272 *cellLength = sqrt(static_cast<double>(cell->GetLength2())); in ComputeCellLength()
564 double interval, int unit, double cellLength ) in ConvertToLength() argument
573 retVal = interval * cellLength; in ConvertToLength()
H A DvtkStreamTracer.h445 int direction, double cellLength );
446 static double ConvertToLength( double interval, int unit, double cellLength );
447 static double ConvertToLength( IntervalInformation& interval, double cellLength );
H A DvtkLagrangianParticleTracker.cxx1028 double cellLength = this->ComputeCellLength(particle); in Integrate() local
1030 double stepLength = stepFactor * cellLength; in Integrate()
1031 double stepLengthMin = this->StepFactorMin * cellLength; in Integrate()
1032 double stepLengthMax = this->StepFactorMax * cellLength; in Integrate()
1332 double cellLength = 1.0; in ComputeCellLength() local
1358 return cellLength; in ComputeCellLength()
1363 return cellLength; in ComputeCellLength()
1393 cellLength = tmpCellLength; in ComputeCellLength()
1425 cellLength = std::fabs(vol) / xa; in ComputeCellLength()
1429 cellLength = std::sqrt(cell->GetLength2()); in ComputeCellLength()
[all …]
H A DvtkEvenlySpacedStreamlines2D.h306 double ConvertToLength(double interval, int unit, double cellLength );
333 int ComputeCellLength(double* cellLength);
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkStreamTracer.h446 double& step, double& minStep, double& maxStep, int direction, double cellLength);
447 static double ConvertToLength(double interval, int unit, double cellLength);
448 static double ConvertToLength(IntervalInformation& interval, double cellLength);
H A DvtkEvenlySpacedStreamlines2D.cxx136 double cellLength = 0; in RequestData() local
137 if (!this->ComputeCellLength(&cellLength)) in RequestData()
143 this->ConvertToLength(this->SeparatingDistance, this->IntegrationStepUnit, cellLength); in RequestData()
145 this->ConvertToLength(this->ClosedLoopMaximumDistance, this->IntegrationStepUnit, cellLength); in RequestData()
256 int vtkEvenlySpacedStreamlines2D::ComputeCellLength(double* cellLength) in ComputeCellLength() argument
280 *cellLength = sqrt(static_cast<double>(cell->GetLength2())); in ComputeCellLength()
555 double vtkEvenlySpacedStreamlines2D::ConvertToLength(double interval, int unit, double cellLength) in ConvertToLength() argument
564 retVal = interval * cellLength; in ConvertToLength()
H A DvtkEvenlySpacedStreamlines2D.h302 double ConvertToLength(double interval, int unit, double cellLength);
325 int ComputeCellLength(double* cellLength);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/intrepid/
H A Ddiscretization.hpp150 Real cellLength = domainLength_/numCells_; in Discretization() local
154 (*cellNodes_)(i,0,0) = i*cellLength; in Discretization()
155 (*cellNodes_)(i,1,0) = (i+1)*cellLength; in Discretization()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSOpenPanel.m598 int i, sLength, cellLength, selectedRow;
632 cellLength = [selectedString length];
634 if (cellLength < sLength)
635 range.length = cellLength;
659 cellLength = [selectedString length];
660 if (cellLength < sLength)
681 cellLength = [selectedString length];
682 if (cellLength < sLength)
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java176 private transient int cellLength; field in BasicProgressBarUI
303 return cellLength; in getCellLength()
669 cellLength = cellLen; in setCellLength()
723 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/math/vtk8/VTK-8.2.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx251 template<int cellLength> struct Converter<8,4,cellLength>
263 vtkIdType Conn[cellLength];
266 template<int cellLength> struct Converter<4,8,cellLength>
279 vtkIdType Conn[cellLength];
282 template<int type,int wordSize,int cellLength>
285 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
328 template<int wordSize,int cellLength>
331 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
401 template<int wordSize,int cellLength>
404 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx243 template <int cellLength>
244 struct Converter<8, 4, cellLength>
256 vtkIdType Conn[cellLength];
259 template <int cellLength>
260 struct Converter<4, 8, cellLength>
273 vtkIdType Conn[cellLength];
276 template <int type, int wordSize, int cellLength>
279 Converter<sizeof(vtkIdType), wordSize, cellLength> BC;
321 template <int wordSize, int cellLength>
394 template <int wordSize, int cellLength>
[all …]
H A DvtkLSDynaPartCollection.cxx266 vtkIdType numCells = 0, cellLength = 0; in AllocateParts() local
273 bool canBeAllocated = this->GetInfoForPart(part, numCells, cellLength); in AllocateParts()
276 part->AllocateCellMemory(numCells, cellLength); in AllocateParts()
/dports/math/vtk6/VTK-6.2.0/IO/LSDyna/
H A DvtkLSDynaReader.cxx264 template<int cellLength> struct Converter<8,4,cellLength>
276 vtkIdType Conn[cellLength];
279 template<int cellLength> struct Converter<4,8,cellLength>
292 vtkIdType Conn[cellLength];
295 template<int type,int wordSize,int cellLength>
298 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
341 template<int wordSize,int cellLength>
344 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
414 template<int wordSize,int cellLength>
417 Converter<sizeof(vtkIdType),wordSize,cellLength> BC;
[all …]
/dports/games/LibreMines/LibreMines-1.8.0/src/
H A Dminefieldtheme.h14 void vSetMinefieldTheme(const QString &theme, const int cellLength);
H A Dlibreminesgui.h229 int cellLength; /**< TODO: describe */ variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java274 private transient int cellLength; field in BasicProgressBarUI
414 return cellLength; in getCellLength()
789 cellLength = cellLen; in setCellLength()
843 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java274 private transient int cellLength; field in BasicProgressBarUI
414 return cellLength; in getCellLength()
789 cellLength = cellLen; in setCellLength()
843 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java274 private transient int cellLength; field in BasicProgressBarUI
414 return cellLength; in getCellLength()
789 cellLength = cellLen; in setCellLength()
843 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java274 private transient int cellLength; field in BasicProgressBarUI
414 return cellLength; in getCellLength()
789 cellLength = cellLen; in setCellLength()
843 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java274 private transient int cellLength; field in BasicProgressBarUI
414 return cellLength; in getCellLength()
789 cellLength = cellLen; in setCellLength()
843 cellLength = UIManager.getInt("ProgressBar.cellLength"); in installDefaults()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/pandoc-types-1.22/test/
H A Dtest-pandoc-types.hs545 cellLength (Cell _ _ _ (ColSpan w) _) = w function
546 cellLengths = sum . map cellLength
549 = let (beg, end) = gatherLen' n (count + cellLength c) cs
577 firstRowCorrectWidth n (Row _ cs:_) (_:_) = n == sum (map cellLength cs)
578 where cellLength (Cell _ _ _ (ColSpan w) _) = w function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-types-1.22/test/
H A Dtest-pandoc-types.hs545 cellLength (Cell _ _ _ (ColSpan w) _) = w function
546 cellLengths = sum . map cellLength
549 = let (beg, end) = gatherLen' n (count + cellLength c) cs
577 firstRowCorrectWidth n (Row _ cs:_) (_:_) = n == sum (map cellLength cs)
578 where cellLength (Cell _ _ _ (ColSpan w) _) = w function

123