Home
last modified time | relevance | path

Searched refs:originalBounds (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DEditSelectionContents.cpp34 originalBounds(bounds), in EditSelectionContents()
351 …bool scale = (bounds.width != this->originalBounds.width || bounds.height != this->originalBounds.… in finalizeSelection()
354 double mx = bounds.x - this->originalBounds.x; in finalizeSelection()
355 double my = bounds.y - this->originalBounds.y; in finalizeSelection()
473 double fx = width / this->originalBounds.width; in paint()
474 double fy = height / this->originalBounds.height; in paint()
538 ec->move(x - this->originalBounds.x, y - this->originalBounds.y); in copySelection()
552 out.writeDouble(this->originalBounds.x); in serialize()
553 out.writeDouble(this->originalBounds.y); in serialize()
554 out.writeDouble(this->originalBounds.width); in serialize()
[all …]
H A DEditSelectionContents.h166 Rectangle<double> originalBounds;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/
H A Djuce_ResizableCornerComponent.cpp56 originalBounds = component->getBounds(); in mouseDown()
70 auto r = originalBounds.withSize (originalBounds.getWidth() + e.getDistanceFromDragStartX(), in mouseDrag()
71 originalBounds.getHeight() + e.getDistanceFromDragStartY()); in mouseDrag()
H A Djuce_ResizableEdgeComponent.cpp63 originalBounds = component->getBounds(); in mouseDown()
77 auto newBounds = originalBounds; in mouseDrag()
H A Djuce_ResizableBorderComponent.cpp126 originalBounds = component->getBounds(); in mouseDown()
140 auto newBounds = mouseZone.resizeRectangleBy (originalBounds, e.getOffsetFromDragStart()); in mouseDrag()
H A Djuce_ResizableCornerComponent.h87 Rectangle<int> originalBounds; variable
H A Djuce_ResizableEdgeComponent.h94 Rectangle<int> originalBounds; variable
H A Djuce_ResizableBorderComponent.h188 Rectangle<int> originalBounds; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/
H A Djuce_ResizableCornerComponent.cpp56 originalBounds = component->getBounds(); in mouseDown()
70 auto r = originalBounds.withSize (originalBounds.getWidth() + e.getDistanceFromDragStartX(), in mouseDrag()
71 originalBounds.getHeight() + e.getDistanceFromDragStartY()); in mouseDrag()
H A Djuce_ResizableEdgeComponent.cpp63 originalBounds = component->getBounds(); in mouseDown()
77 auto newBounds = originalBounds; in mouseDrag()
H A Djuce_ResizableBorderComponent.cpp126 originalBounds = component->getBounds(); in mouseDown()
140 auto newBounds = mouseZone.resizeRectangleBy (originalBounds, e.getOffsetFromDragStart()); in mouseDrag()
H A Djuce_ResizableCornerComponent.h87 Rectangle<int> originalBounds; variable
H A Djuce_ResizableEdgeComponent.h94 Rectangle<int> originalBounds; variable
H A Djuce_ResizableBorderComponent.h188 Rectangle<int> originalBounds; variable
/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/
H A Dlonepair.cpp75 QRectF originalBounds = QGraphicsLineItem::boundingRect(); in boundingRect() local
76 QPointF shift = d->linker.getShift(parentItem()->boundingRect(), originalBounds); in boundingRect()
77 return originalBounds.translated(shift); in boundingRect()
83 …QRectF originalBounds = QGraphicsLineItem::boundingRect(); // TODO join with code from boundingRec… in paint() local
84 QPointF shift = d->linker.getShift(parentItem()->boundingRect(), originalBounds); in paint()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkBoundingBoxTest.cxx195 const CC::BoundsArrayType & originalBounds = my3DBox->GetBounds(); in itkBoundingBoxTest() local
197 for(unsigned int i=0; i< originalBounds.Size(); i++) in itkBoundingBoxTest()
199 if( std::fabs( originalBounds[i] - clonedbounds[i] ) > tolerance ) in itkBoundingBoxTest()
202 std::cerr << originalBounds << std::endl; in itkBoundingBoxTest()
/dports/graphics/krita/krita-4.4.8/libs/brush/
H A Dkis_qimage_pyramid.cpp165 QRectF originalBounds = QRectF(QPointF(), originalSize); in calculateParams() local
166 QTransform originalTransform = baseBrushTransform(shape, subPixelX, subPixelY, originalBounds); in calculateParams()
176 QRectF mappedRect = originalTransform.mapRect(originalBounds); in calculateParams()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSClipView.m246 NSRect originalBounds = _bounds;
247 NSRect newBounds = originalBounds;
252 if (NSEqualPoints(originalBounds.origin, newBounds.origin))
270 intersection = NSIntersectionRect (originalBounds, newBounds);
300 CGFloat dx = newBounds.origin.x - originalBounds.origin.x;
301 CGFloat dy = newBounds.origin.y - originalBounds.origin.y;
377 PStranslate (NSMinX (originalBounds) - aPoint.x,
378 NSMinY (originalBounds) - aPoint.y);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/
H A DGenericReader.cpp2516 OfxRectI originalBounds, proxyBounds, originalFormat, proxyFormat; in detectProxyScale() local
2520 …bool success = getFrameBounds(originalFileName, time, /*view=*/0, &originalBounds, &originalFormat… in detectProxyScale()
2526 (originalBounds.x1 == originalBounds.x2) || in detectProxyScale()
2527 (originalBounds.y1 == originalBounds.y2) || in detectProxyScale()
2536 assert(originalBounds.x2 - originalBounds.x1); in detectProxyScale()
2537 assert(originalBounds.y2 - originalBounds.y1); in detectProxyScale()
2538 …x = ( (proxyBounds.x2 - proxyBounds.x1) * proxyPAR ) / ( (originalBounds.x2 - originalBounds.x1) … in detectProxyScale()
2539 ret.y = (proxyBounds.y2 - proxyBounds.y1) / (double)(originalBounds.y2 - originalBounds.y1); in detectProxyScale()
/dports/emulators/ppsspp/ppsspp-1.12.3/ios/
H A DDisplayManager.mm24 @property CGRect originalBounds; property
128 [gameWindow setBounds:[self originalBounds]];
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ios/
H A DDisplayManager.mm24 @property CGRect originalBounds; property
128 [gameWindow setBounds:[self originalBounds]];
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ios/
H A DDisplayManager.mm24 @property CGRect originalBounds; property
128 [gameWindow setBounds:[self originalBounds]];
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx621 double originalBounds[6]; in AdjustAxes() local
622 this->GetBounds(originalBounds); in AdjustAxes()
629 double length = originalBounds[2*i+1] - originalBounds[2*i+0]; in AdjustAxes()
630 double beginPercent = (bounds[2*i+0] - originalBounds[2*i+0]) / length; in AdjustAxes()
631 double endPercent = (bounds[2*i+1] - originalBounds[2*i+0]) / length; in AdjustAxes()
2813 const double originalBounds[6], in ComputeStickyAxesBoundingSphere()
2888 vtkBoundingBox bb(originalBounds); in ComputeStickyAxesBoundingSphere()
2978 double originalBounds[6]; in GetViewportLimitedBounds() local
2979 this->GetBounds(originalBounds); in GetViewportLimitedBounds()
2980 vtkBoundingBox originalBB(originalBounds); in GetViewportLimitedBounds()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx610 double originalBounds[6]; in AdjustAxes() local
611 this->GetBounds(originalBounds); in AdjustAxes()
616 double length = originalBounds[2 * i + 1] - originalBounds[2 * i + 0]; in AdjustAxes()
617 double beginPercent = (bounds[2 * i + 0] - originalBounds[2 * i + 0]) / length; in AdjustAxes()
618 double endPercent = (bounds[2 * i + 1] - originalBounds[2 * i + 0]) / length; in AdjustAxes()
2769 const double originalBounds[6], double sphereCenter[3], double& sphereRadius) in ComputeStickyAxesBoundingSphere()
2842 vtkBoundingBox bb(originalBounds); in ComputeStickyAxesBoundingSphere()
2931 double originalBounds[6]; in GetViewportLimitedBounds() local
2932 this->GetBounds(originalBounds); in GetViewportLimitedBounds()
2933 vtkBoundingBox originalBB(originalBounds); in GetViewportLimitedBounds()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx621 double originalBounds[6]; in AdjustAxes() local
622 this->GetBounds(originalBounds); in AdjustAxes()
629 double length = originalBounds[2*i+1] - originalBounds[2*i+0]; in AdjustAxes()
630 double beginPercent = (bounds[2*i+0] - originalBounds[2*i+0]) / length; in AdjustAxes()
631 double endPercent = (bounds[2*i+1] - originalBounds[2*i+0]) / length; in AdjustAxes()
2791 const double originalBounds[6], in ComputeStickyAxesBoundingSphere()
2866 vtkBoundingBox bb(originalBounds); in ComputeStickyAxesBoundingSphere()
2956 double originalBounds[6]; in GetViewportLimitedBounds() local
2957 this->GetBounds(originalBounds); in GetViewportLimitedBounds()
2958 vtkBoundingBox originalBB(originalBounds); in GetViewportLimitedBounds()
[all …]

12