Home
last modified time | relevance | path

Searched refs:startBox (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/ergo/ergo-3.8/source/dft/
H A Dgrid_hicu.cc1572 subBox.min[0] = startBox.min[0] + (real)(ix + 0) * (startBox.max[0] - startBox.min[0]) / Nx; in getSubBox()
1573 subBox.max[0] = startBox.min[0] + (real)(ix + 1) * (startBox.max[0] - startBox.min[0]) / Nx; in getSubBox()
1574 subBox.min[1] = startBox.min[1] + (real)(iy + 0) * (startBox.max[1] - startBox.min[1]) / Ny; in getSubBox()
1575 subBox.max[1] = startBox.min[1] + (real)(iy + 1) * (startBox.max[1] - startBox.min[1]) / Ny; in getSubBox()
1576 subBox.min[2] = startBox.min[2] + (real)(iz + 0) * (startBox.max[2] - startBox.min[2]) / Nz; in getSubBox()
1577 subBox.max[2] = startBox.min[2] + (real)(iz + 1) * (startBox.max[2] - startBox.min[2]) / Nz; in getSubBox()
1610 memcpy(&startBox, inputParams->startBox, sizeof(BoxStruct)); in compute_grid_thread_func()
1876 …((coor[kk][coordIdx] - startBox.min[coordIdx]) / (startBox.max[coordIdx] - startBox.min[coordIdx])… in compute_grid_thread_func()
2106 threadParamsList[i]->startBox = &startBox; in compute_grid()
2221 …double x = startBox.min[0] + (double)i * (startBox.max[0] - startBox.min[0]) / HICU_GRID_PLOT_RESO… in compute_grid()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DLineDialog.cpp63 startBox = new QCheckBox(); in LineDialog()
64 startBox->setText(tr("Arrow at &start")); in LineDialog()
65 startBox->setChecked(lm->hasStartArrow()); in LineDialog()
66 gl1->addWidget(startBox, 1, 0, Qt::AlignTop); in LineDialog()
226 lm->drawStartArrow(startBox->isChecked()); in apply()
256 if (startBox->isChecked() || endBox->isChecked()) in enableHeadTab()
H A DLineDialog.h75 QCheckBox *startBox, *filledBox; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DLineDialog.cpp80 startBox = new QCheckBox(); in LineDialog()
81 startBox->setText( tr( "Arrow at &start" ) ); in LineDialog()
82 startBox->setChecked(lm->hasStartArrow()); in LineDialog()
83 gl1->addWidget(startBox, 3, 0); in LineDialog()
155 connect(startBox, SIGNAL(toggled(bool)), this, SLOT(apply())); in LineDialog()
316 lm->drawStartArrow(startBox->isChecked()); in apply()
346 if (startBox->isChecked() || endBox->isChecked()) in enableHeadTab()
H A DLineDialog.h78 QCheckBox* startBox, *filledBox; variable
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DDumpCDProject.cc58 Gtk::VBox *startBox = manage(new Gtk::VBox); in DumpCDProject() local
60 startBox->pack_start(*pixmap, false, false); in DumpCDProject()
61 startBox->pack_start(*startLabel, false, false); in DumpCDProject()
62 button->add(*startBox); in DumpCDProject()
H A DDuplicateCDProject.cc73 Gtk::VBox *startBox = manage(new Gtk::VBox); in DuplicateCDProject() local
75 startBox->pack_start(*pixmap, false, false); in DuplicateCDProject()
76 startBox->pack_start(*startLabel, false, false); in DuplicateCDProject()
78 button->add(*startBox); in DuplicateCDProject()
H A DRecordTocDialog.cc78 Gtk::VBox *startBox = manage(new Gtk::VBox); in RecordTocDialog() local
80 startBox->pack_start(*pixmap, false, false); in RecordTocDialog()
81 startBox->pack_start(*startLabel, false, false); in RecordTocDialog()
83 button->add(*startBox); in RecordTocDialog()
H A DBlankCDDialog.cc85 Gtk::VBox *startBox = manage(new Gtk::VBox); in BlankCDDialog() local
87 startBox->pack_start(*pixmap, false, false); in BlankCDDialog()
88 startBox->pack_start(*startLabel, false, false); in BlankCDDialog()
90 button->add(*startBox); in BlankCDDialog()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChartXYZ.cxx557 double startBox[3] = { 0, 0, 0 }; in DrawTickMarks() local
562 startBox[0] = 0; in DrawTickMarks()
564 startBox[1] = endBox[1] = this->XAxisToLabel[0]; in DrawTickMarks()
565 startBox[2] = endBox[2] = this->XAxisToLabel[1]; in DrawTickMarks()
568 startBox[0] = this->YAxisToLabel[0]; in DrawTickMarks()
569 startBox[1] = 0; in DrawTickMarks()
577 startBox[2] = 0; in DrawTickMarks()
585 this->Box->TransformPoint(startBox, start); in DrawTickMarks()
622 tick[0] = startBox[0]; in DrawTickMarks()
623 tick[1] = startBox[1]; in DrawTickMarks()
[all …]
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChartXYZ.cxx552 double startBox[3] = { 0, 0, 0 }; in DrawTickMarks() local
557 startBox[0] = 0; in DrawTickMarks()
559 startBox[1] = endBox[1] = this->XAxisToLabel[0]; in DrawTickMarks()
560 startBox[2] = endBox[2] = this->XAxisToLabel[1]; in DrawTickMarks()
563 startBox[0] = this->YAxisToLabel[0]; in DrawTickMarks()
564 startBox[1] = 0; in DrawTickMarks()
572 startBox[2] = 0; in DrawTickMarks()
580 this->Box->TransformPoint(startBox, start); in DrawTickMarks()
617 tick[0] = startBox[0]; in DrawTickMarks()
618 tick[1] = startBox[1]; in DrawTickMarks()
[all …]
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChartXYZ.cxx603 double startBox[3] = { 0, 0, 0 }; in DrawTickMarks() local
608 startBox[0] = 0; in DrawTickMarks()
610 startBox[1] = endBox[1] = this->XAxisToLabel[0]; in DrawTickMarks()
611 startBox[2] = endBox[2] = this->XAxisToLabel[1]; in DrawTickMarks()
614 startBox[0] = this->YAxisToLabel[0]; in DrawTickMarks()
615 startBox[1] = 0; in DrawTickMarks()
623 startBox[2] = 0; in DrawTickMarks()
631 this->Box->TransformPoint(startBox, start); in DrawTickMarks()
665 tick[0] = startBox[0]; in DrawTickMarks()
666 tick[1] = startBox[1]; in DrawTickMarks()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dgrid-gen2.c203 BoxStruct* startBox; member
1947 BoxStruct startBox; in compute_grid_thread_func() local
1966 memcpy(&startBox, inputParams->startBox, sizeof(BoxStruct)); in compute_grid_thread_func()
2040 (startBox.max[0] - startBox.min[0]) / Nx; in compute_grid_thread_func()
2042 (startBox.max[0] - startBox.min[0]) / Nx; in compute_grid_thread_func()
2044 (startBox.max[1] - startBox.min[1]) / Ny; in compute_grid_thread_func()
2046 (startBox.max[1] - startBox.min[1]) / Ny; in compute_grid_thread_func()
2048 (startBox.max[2] - startBox.min[2]) / Nz; in compute_grid_thread_func()
2050 (startBox.max[2] - startBox.min[2]) / Nz; in compute_grid_thread_func()
2483 BoxStruct startBox; in compute_grid() local
[all …]
/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/src/
H A DPDFDocumentTools.cpp878 int startBox = _startBox; in mouseMoveEvent() local
880 if (startBox > endBox) { in mouseMoveEvent()
881 startBox = endBox; in mouseMoveEvent()
886 else if (startBox == endBox && startSubbox > endSubbox) { in mouseMoveEvent()
895 for (i = startBox; i <= endBox; ++i) { in mouseMoveEvent()
898 if ((i == startBox || i == endBox) && _boxes[i].subBoxes.size() > 0) { in mouseMoveEvent()
900 if ((i == startBox && j < startSubbox) || (i == endBox && j > endSubbox)) in mouseMoveEvent()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/advancedcolorselector/
H A Dkis_common_colors_recalculation_runner.cpp135 VBox startBox(colors); in extractColors() local
137 boxes.append(startBox); in extractColors()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUCropAndResize.cpp41 auto CropAndResizePerBox = [&](int startBox, int limitBox) { in CropAndResize() argument
42 for (int b = startBox; b < limitBox; ++b) { in CropAndResize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp788 Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const in getLogicalStartBoxWithNode()
794 startBox = leafBoxesInLogicalOrder[i]; in getLogicalStartBoxWithNode()
795 return startBox->renderer()->node(); in getLogicalStartBoxWithNode()
798 startBox = 0; in getLogicalStartBoxWithNode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp365 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine() local
368 if (!startBox) in startPositionForLine()
371 RenderObject *startRenderer = startBox->renderer(); in startPositionForLine()
379 startBox = startBox->nextLeafChild(); in startPositionForLine()
382 …de() ? VisiblePosition(Position(startNode, static_cast<InlineTextBox *>(startBox)->start(), Positi… in startPositionForLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp901 auto startBox = boxes.size(); in getRectsForRange() local
903 [textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this] in getRectsForRange()
907 …un, runOffsetInLine, textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this] in getRectsForRange()
1058 auto left = boxes[startBox]; in getRectsForRange()
1063 boxes.insert(boxes.begin() + startBox + 1, left); in getRectsForRange()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualStageBox.cpp1457 VisualStageBox startBox(currentAssetBox); in tweenVisualStagePosition() local
1458 startBox.setVisualStagePosition(startPosition); in tweenVisualStagePosition()
1461 double distanceX = stopBox.getRightCoord() - startBox.getRightCoord(); in tweenVisualStagePosition()
1462 double distanceY = stopBox.getBottomCoord() - startBox.getBottomCoord(); in tweenVisualStagePosition()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSACenc/src/
H A Dsacenc_bitstream.cpp153 const INT startBox, const INT stopBox, in DuplicateLosslessData() argument
163 for (i = startBox; i < stopBox; i++) { in DuplicateLosslessData()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSACenc/src/
H A Dsacenc_bitstream.cpp153 const INT startBox, const INT stopBox, in DuplicateLosslessData() argument
163 for (i = startBox; i < stopBox; i++) { in DuplicateLosslessData()
/dports/textproc/jade/jade-1.2.1/dsssl/
H A DFOT.tex150 \def\startBox#1{%
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DGeoUtils.c1343 register XmKidGeometry boxPtr, startBox; in _XmGeoMatrixGet() local
1349 startBox = boxPtr; in _XmGeoMatrixGet()
1358 (XmGeoMajorLayout)layoutPtr, startBox); in _XmGeoMatrixGet()
1362 startBox = boxPtr; in _XmGeoMatrixGet()
/dports/textproc/jade/jade-1.2.1/style/
H A DFOTBuilder.cxx305 void FOTBuilder::startBox(const BoxNIC &) in startBox() function in DSSSL_NAMESPACE::FOTBuilder
1758 void SaveFOTBuilder::startBox(const BoxNIC &nic) in startBox() function in DSSSL_NAMESPACE::SaveFOTBuilder
2118 fotb.startBox(arg); in emit()

12