Home
last modified time | relevance | path

Searched refs:boxX (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/filters/
H A DBoxBlurFilter.h167 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
169 rowSum += inChannel[ yBoxIndexContrib + boxX ]; in apply()
192 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
193 rowSum += inChannel[ yBoxIndexContrib + boxX ]; in apply()
H A DMedianFilter.h139 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
141 buffer[ yBoxContrib + ( boxX-startBoxX ) ] = intChannel[ yBoxIndexContrib + boxX ]; in apply()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/filters/
H A DBoxBlurFilter.h167 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
169 rowSum += inChannel[ yBoxIndexContrib + boxX ]; in apply()
192 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
193 rowSum += inChannel[ yBoxIndexContrib + boxX ]; in apply()
H A DMedianFilter.h139 for( int boxX = startBoxX; boxX<=endBoxX; boxX++ ) { in apply() local
141 buffer[ yBoxContrib + ( boxX-startBoxX ) ] = intChannel[ yBoxIndexContrib + boxX ]; in apply()
/dports/biology/jalview/jalview/src/jalview/viewmodel/
H A DOverviewDimensions.java49 protected int boxX = -1; field in OverviewDimensions
117 g.drawRect(boxX, boxY, boxWidth, boxHeight); in drawBox()
118 g.drawRect(boxX + 1, boxY + 1, boxWidth - 2, boxHeight - 2); in drawBox()
123 return boxX; in getBoxX()
282 boxX = Math.round(xPos / widthRatio); in setBoxPosition()
303 return (x > boxX && y > boxY && x < boxX + boxWidth in isPositionInBox()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DImageDialog.cpp40 boxX = new QSpinBox(); in ImageDialog()
41 boxX->setRange(0, 2000); in ImageDialog()
42 boxX->setSuffix(tr(" pixels")); in ImageDialog()
50 gl1->addWidget(boxX, 0, 1); in ImageDialog()
102 boxX->setValue(o.x()); in setOrigin()
138 emit setGeometry(boxX->value(), boxY->value(), boxWidth->value(), boxHeight->value()); in update()
H A DLayerDialog.cpp80 boxX = new QSpinBox(); in LayerDialog()
81 boxX->setRange(1, 100); in LayerDialog()
82 gl3->addWidget(boxX, 0, 1); in LayerDialog()
187 boxX->setValue(g->getCols()); in setMultiLayer()
224 int cols = boxX->value(); in update()
232 boxX->setFocus(); in update()
267 boxX->setValue(multi_layer->getCols()); in update()
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_gui/firefox/
H A DPRoot.py741 boxX = xLower + boxOffsetX
744 boxX = xLower + boxOffsetX
747 boxX = xLower + boxOffsetX
751 styleX = boxX + tabX
819 boxX = xLower + boxOffsetX
822 boxX = xLower + boxOffsetX
825 boxX = xLower + boxOffsetX
829 nameX = boxX + tabX
881 boxX = xLower + boxOffsetX
884 boxX = xLower + boxOffsetX
[all …]
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_gui/tkinter/
H A DPRoot.py775 boxX = xLower + boxOffsetX
778 boxX = xLower + boxOffsetX
781 boxX = xLower + boxOffsetX
785 styleX = boxX + tabX
853 boxX = xLower + boxOffsetX
856 boxX = xLower + boxOffsetX
859 boxX = xLower + boxOffsetX
863 nameX = boxX + tabX
915 boxX = xLower + boxOffsetX
918 boxX = xLower + boxOffsetX
[all …]
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_gui/swing/
H A DPRoot.py840 boxX = xLower + boxOffsetX
843 boxX = xLower + boxOffsetX
846 boxX = xLower + boxOffsetX
850 styleX = boxX + tabX
924 boxX = xLower + boxOffsetX
927 boxX = xLower + boxOffsetX
930 boxX = xLower + boxOffsetX
934 nameX = boxX + tabX
991 boxX = xLower + boxOffsetX
994 boxX = xLower + boxOffsetX
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/render/
H A DTextRenderer.java49 showBox(g3d, text.colix, (int) text.boxX, (int) text.boxY in render()
65 g3d.drawImage(text.image, (int) text.boxX, (int) text.boxY, text.z, in render()
77 float x = text.boxX in render()
78 + (text.boxX > text.atomX + w ? 0 : text.boxX + w < text.atomX -w ? w in render()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkRectangularButtonSource.cxx114 double boxX = this->BoxRatio * shoulderX; in RequestData() local
146 newPts->SetPoint(0, this->Center[0]-boxX, this->Center[1]-boxY, this->Center[2]+boxZ); in RequestData()
147 newPts->SetPoint(1, this->Center[0]+boxX, this->Center[1]-boxY, this->Center[2]+boxZ); in RequestData()
148 newPts->SetPoint(2, this->Center[0]+boxX, this->Center[1]+boxY, this->Center[2]+boxZ); in RequestData()
149 newPts->SetPoint(3, this->Center[0]-boxX, this->Center[1]+boxY, this->Center[2]+boxZ); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkRectangularButtonSource.cxx126 double boxX = this->BoxRatio * shoulderX; in RequestData() local
158 newPts->SetPoint(0, this->Center[0] - boxX, this->Center[1] - boxY, this->Center[2] + boxZ); in RequestData()
159 newPts->SetPoint(1, this->Center[0] + boxX, this->Center[1] - boxY, this->Center[2] + boxZ); in RequestData()
160 newPts->SetPoint(2, this->Center[0] + boxX, this->Center[1] + boxY, this->Center[2] + boxZ); in RequestData()
161 newPts->SetPoint(3, this->Center[0] - boxX, this->Center[1] + boxY, this->Center[2] + boxZ); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkRectangularButtonSource.cxx114 double boxX = this->BoxRatio * shoulderX; in RequestData() local
146 newPts->SetPoint(0, this->Center[0]-boxX, this->Center[1]-boxY, this->Center[2]+boxZ); in RequestData()
147 newPts->SetPoint(1, this->Center[0]+boxX, this->Center[1]-boxY, this->Center[2]+boxZ); in RequestData()
148 newPts->SetPoint(2, this->Center[0]+boxX, this->Center[1]+boxY, this->Center[2]+boxZ); in RequestData()
149 newPts->SetPoint(3, this->Center[0]-boxX, this->Center[1]+boxY, this->Center[2]+boxZ); in RequestData()
/dports/games/cgoban/cgoban-1.9.14/src/gmp/
H A Dsetup.c170 int boxX, boxY, boxW, boxH, butX, butW, butY; in resize() local
185 boxX = bw; in resize()
191 but_resize(p->box, boxX, boxY, boxW, boxH); in resize()
192 butX = boxX + bw * 2; in resize()
195 boxX += boxW; in resize()
207 boxX = bw * 2; in resize()
209 but_resize(gs->help, boxX, boxY + boxH + bw, boxW, fh * 2); in resize()
210 boxX += boxW + bw; in resize()
212 but_resize(gs->cancel, boxX, boxY + boxH + bw, boxW, fh * 2); in resize()
213 boxX += boxW + bw; in resize()
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/generator/
H A DTutorialSceneML.cpp74 auto boxX = createNode("boxXfm", "transform"); in generateData() local
92 boxX->add(boxG); in generateData()
103 makeScene(multiLevel, boxX, scaleFactor, true); in generateData()
/dports/devel/arduino-core/Arduino-b439a77/build/shared/examples/04.Communication/PhysicalPixel/
H A DPhysicalPixel.ino70 float boxX;
79 boxX = width/2.0;
101 if (mouseX > boxX-boxSize && mouseX < boxX+boxSize &&
120 rect(boxX, boxY, boxSize, boxSize);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot3D/
H A DSurfaceDialog.cpp208 boxX = new ScriptEdit(app->scriptingEnv()); in initParametricSurfacePage()
209 boxX->setMaximumHeight(maxH); in initParametricSurfacePage()
210 boxX->enableShortcuts(); in initParametricSurfacePage()
238 gl->addWidget(boxX, 0, 1); in initParametricSurfacePage()
327 boxX->clear(); in clearFunction()
373 QString x_formula = boxX->text().simplified(); in acceptParametricSurface()
379 boxX->setFocus(); in acceptParametricSurface()
499 boxX->setText(s->xFormula()); in setParametricSurface()
546 boxX->setText(s); in showXLog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/inspector_overlay/
H A Dtool_highlight.ts596 let boxX = arrowX - arrowInset; variable
597 boxX = constrainNumber(boxX, pageMargin, canvasWidth - titleWidth - pageMargin);
610 const includes = boxX >= bounds.minX && boxX + titleWidth <= bounds.maxX && boxY >= bounds.minY &&
613boxX < bounds.maxX && boxX + titleWidth > bounds.minX && boxY < bounds.maxY && boxY + titleHeight …
620 tooltipContent.style.left = boxX + 'px';
630 tooltipContent.style.setProperty('--arrow-left', (arrowX - boxX) + 'px');
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DLayerDialog.cpp89 boxX = new QSpinBox(); in LayerDialog()
90 boxX->setRange(1, 100); in LayerDialog()
91 gl3->addWidget(boxX, 0, 1); in LayerDialog()
263 boxX->setValue(g->getCols()); in setMultiLayer()
327 int cols = boxX->value(); in update()
333 boxX->setFocus(); in update()
390 boxX->setValue(multi_layer->getCols()); in update()
551 boxX->setValue(c); in setColumns()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DText.java299 boxX = boxXY[0]; in setPosition()
456 xy[2] = boxX; in setXYA()
516 public float boxX; field in Text
628 float x = boxX; in setBoxOffsetsInWindow()
633 boxX = x; in setBoxOffsetsInWindow()
660 return (x >= boxX && x <= boxX + boxWidth && y >= boxY && y <= boxY in checkObjectClicked()
/dports/x11-fm/librfm/librfm5-5.3.16.4/rodent/
H A Drodent_mouse.i790 if ((view_p->mouse_event.boxX == -1 && view_p->mouse_event.boxY == -1)
798 view_p->mouse_event.old_X = view_p->mouse_event.boxX;
808 …gint lowX = (view_p->mouse_event.old_X > view_p->mouse_event.boxX) ? view_p->mouse_event.boxX : vi…
810 …gint highX = (view_p->mouse_event.old_X < view_p->mouse_event.boxX) ? view_p->mouse_event.boxX : v…
826 …new_lowX = (view_p->mouse_event.old_X > view_p->mouse_event.boxX) ? view_p->mouse_event.boxX : vie…
828 …ew_highX = (view_p->mouse_event.old_X < view_p->mouse_event.boxX) ? view_p->mouse_event.boxX : vie…
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Ddenoiser.cpp100 void cDenoiser::Denoise(int boxX, int boxY, int boxWidth, int boxHeight, bool preserveGeometry, in Denoise() argument
112 size_t xx = x + boxX; in Denoise()
230 size_t xx = x + boxX; in Denoise()
243 size_t xx = x + boxX; in Denoise()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTTableLayer.cpp135 float boxX = static_cast<float>(xMinBox) * edge_manager->AdvanceX + edge_manager->X; in edges_insert_square() local
141 if (xMax >= boxX && xMin <= boxX + edge_manager->AdvanceX && in edges_insert_square()
155 boxX += edge_manager->AdvanceX; in edges_insert_square()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A DElementsDockingWindow.cxx376 sal_Int32 boxX = maMaxElementDimensions.Width() + 10; in LayoutOrPaintContents() local
387 perLine = nControlWidth / boxX; in LayoutOrPaintContents()
394 boxX = nControlWidth / perLine; in LayoutOrPaintContents()
404 x += boxX; in LayoutOrPaintContents()
439 x += boxX; in LayoutOrPaintContents()
445 if ( x + boxX > nControlWidth) in LayoutOrPaintContents()
453 element->mBoxSize = Size(boxX, boxY); in LayoutOrPaintContents()
463 …rContext.DrawRect(rContext.PixelToLogic(tools::Rectangle(x + 1, y + 1, x + boxX - 1, y + boxY - 1)… in LayoutOrPaintContents()
470 Point location(x + ((boxX - aSizePixel.Width()) / 2), in LayoutOrPaintContents()
478 x += boxX; in LayoutOrPaintContents()
[all …]

1234