Home
last modified time | relevance | path

Searched refs:zoomRect (Results 1 – 25 of 41) sorted by relevance

12

/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/demos/viewer/com/sun/pdfview/
H A DPagePanel.java63 Rectangle zoomRect; field in PagePanel
199 if (zoomRect != null) { in paint()
201 g.drawRect(zoomRect.x, zoomRect.y, in paint()
202 zoomRect.width, zoomRect.height); in paint()
301 zoomRect.width == 0 || zoomRect.height == 0) { in mouseReleased()
302 zoomRect = null; in mouseReleased()
306 setClip(new Rectangle2D.Double(zoomRect.x - offx, zoomRect.y - offy, in mouseReleased()
307 zoomRect.width, zoomRect.height)); in mouseReleased()
309 zoomRect = null; in mouseReleased()
353 zoomRect = null; in mouseDragged()
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_zoomer.cpp55 QRectF r = zoomRect; in qwtExpandedZoomRect()
69 zoomRect.top(), zoomRect.bottom(), minSize.height(), transformY ); in qwtExpandedZoomRect()
284 QRectF QwtPlotZoomer::zoomRect() const in zoomRect() function in QwtPlotZoomer
315 const QRectF zoomRect = rect.normalized(); in zoom() local
324 d_data->zoomStack.push( zoomRect ); in zoom()
329 Q_EMIT zoomed( zoomRect ); in zoom()
359 Q_EMIT zoomed( zoomRect() ); in zoom()
399 Q_EMIT zoomed( zoomRect() ); in setZoomStack()
542 if ( x != zoomRect().left() || y != zoomRect().top() ) in moveTo()
658 zoomRect = qwtExpandedZoomRect( zoomRect, minZoomSize(), in end()
[all …]
H A Dqwt_plot_zoomer.h91 QRectF zoomRect() const;
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_zoomer.cpp55 QRectF r = zoomRect; in qwtExpandedZoomRect()
69 zoomRect.top(), zoomRect.bottom(), minSize.height(), transformY ); in qwtExpandedZoomRect()
284 QRectF QwtPlotZoomer::zoomRect() const in zoomRect() function in QwtPlotZoomer
315 const QRectF zoomRect = rect.normalized(); in zoom() local
324 d_data->zoomStack.push( zoomRect ); in zoom()
329 Q_EMIT zoomed( zoomRect ); in zoom()
359 Q_EMIT zoomed( zoomRect() ); in zoom()
399 Q_EMIT zoomed( zoomRect() ); in setZoomStack()
542 if ( x != zoomRect().left() || y != zoomRect().top() ) in moveTo()
658 zoomRect = qwtExpandedZoomRect( zoomRect, minZoomSize(), in end()
[all …]
H A Dqwt_plot_zoomer.h91 QRectF zoomRect() const;
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_zoomer.cpp259 QwtDoubleRect QwtPlotZoomer::zoomRect() const in zoomRect() function in QwtPlotZoomer
300 d_data->zoomStack.push(zoomRect); in zoom()
305 emit zoomed(zoomRect); in zoom()
335 emit zoomed(zoomRect()); in zoom()
375 emit zoomed(zoomRect()); in setZoomStack()
514 x = zoomBase().right() - zoomRect().width(); in move()
521 if ( x != zoomRect().left() || y != zoomRect().top() ) in move()
641 const QwtDoublePoint center = zoomRect.center(); in end()
642 zoomRect.setSize(zoomRect.size().expandedTo(minZoomSize())); in end()
643 zoomRect.moveCenter(center); in end()
[all …]
H A Dqwt_plot_zoomer.h66 QwtDoubleRect zoomRect() const;
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_zoomer.cpp259 QwtDoubleRect QwtPlotZoomer::zoomRect() const in zoomRect() function in QwtPlotZoomer
300 d_data->zoomStack.push(zoomRect); in zoom()
305 emit zoomed(zoomRect); in zoom()
335 emit zoomed(zoomRect()); in zoom()
375 emit zoomed(zoomRect()); in setZoomStack()
514 x = zoomBase().right() - zoomRect().width(); in move()
521 if ( x != zoomRect().left() || y != zoomRect().top() ) in move()
641 const QwtDoublePoint center = zoomRect.center(); in end()
642 zoomRect.setSize(zoomRect.size().expandedTo(minZoomSize())); in end()
643 zoomRect.moveCenter(center); in end()
[all …]
H A Dqwt_plot_zoomer.h66 QwtDoubleRect zoomRect() const;
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DaxesScale.c47 int sciZoom2D(int iSubwinUID, const double zoomRect[4]) in sciZoom2D()
57 zoomBox[0] = zoomRect[0]; in sciZoom2D()
58 zoomBox[1] = zoomRect[1]; in sciZoom2D()
59 zoomBox[2] = zoomRect[2]; in sciZoom2D()
60 zoomBox[3] = zoomRect[3]; in sciZoom2D()
120 int sciZoomRect(int iObjUID, const double zoomRect[4]) in sciZoomRect()
127 return sciFigureZoom2D(iObjUID, zoomRect); in sciZoomRect()
131 return sciZoom2D(iObjUID, zoomRect); in sciZoomRect()
139 int sciFigureZoom2D(int iFigureUID, const double zoomRect[4]) in sciFigureZoom2D()
154 sciZoomRect(piChildren[i], zoomRect); in sciFigureZoom2D()
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/realtime/
H A Dscrollzoomer.cpp261 zoomMin = zoomRect().left(); in needScrollBar()
262 zoomMax = zoomRect().right(); in needScrollBar()
269 zoomMin = zoomRect().top(); in needScrollBar()
270 zoomMax = zoomRect().bottom(); in needScrollBar()
318 sb->moveSlider( zoomRect().left(), zoomRect().right() ); in updateScrollBars()
344 sb->moveSlider( zoomRect().top(), zoomRect().bottom() ); in updateScrollBars()
456 moveTo( QPointF( min, zoomRect().top() ) ); in scrollBarMoved()
458 moveTo( QPointF( zoomRect().left(), min ) ); in scrollBarMoved()
460 Q_EMIT zoomed( zoomRect() ); in scrollBarMoved()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/examples/realtime_plot/
H A Dscrollzoomer.cpp284 zoomMin = zoomRect().left(); in needScrollBar()
285 zoomMax = zoomRect().right(); in needScrollBar()
292 zoomMin = zoomRect().top(); in needScrollBar()
293 zoomMax = zoomRect().bottom(); in needScrollBar()
353 sb->moveSlider(zoomRect().left(), zoomRect().right()); in updateScrollBars()
383 sb->moveSlider(zoomRect().top(), zoomRect().bottom()); in updateScrollBars()
494 move(min, zoomRect().top()); in scrollBarMoved()
496 move(zoomRect().left(), min); in scrollBarMoved()
498 emit zoomed(zoomRect()); in scrollBarMoved()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/includes/
H A DaxesScale.h28 GRAPHICS_IMPEXP int sciZoom2D(int iSubwinUID, const double zoomRect[4]);
30 GRAPHICS_IMPEXP int sciZoomRect(int iObjUID, const double zoomRect[4]);
31 GRAPHICS_IMPEXP int sciFigureZoom2D(int iFigureUID, const double zoomRect[4]);
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/colorchooser/
H A DQuaqua15ColorPicker.java101 private Rectangle zoomRect; field in Quaqua15ColorPicker
172 zoomRect = (Rectangle) UIManager.get("ColorChooser.colorPickerZoomRect"); in getPickerFrame()
240 … cursorGraphics.drawImage(capture, zoomRect.x, zoomRect.y, zoomRect.width, zoomRect.height, this); in updatePicker()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_win.c864 XX-> zoomRect. left = x; in apc_window_set_client_pos()
865 XX-> zoomRect. bottom = y; in apc_window_set_client_pos()
947 XX-> zoomRect. right = width; in window_set_client_size()
948 XX-> zoomRect. top = height; in window_set_client_size()
1011 XX-> zoomRect. left = x; in apc_window_set_client_rect()
1012 XX-> zoomRect. bottom = y; in apc_window_set_client_rect()
1013 XX-> zoomRect. right = width; in apc_window_set_client_rect()
1210 Rect zoomRect; in apc_window_set_window_state() local
1224 XX-> zoomRect = zoomRect; /* often reset in ConfigureNotify to already maximized window */ in apc_window_set_window_state()
1257 apc_window_set_rect( self, XX-> zoomRect. left, XX-> zoomRect. bottom, in apc_window_set_window_state()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/app/
H A DImageView.cpp433 zoomRect = QRect(QPoint(x, y) - iw->pos(), QSize(w, h)) in mouseMoveEvent()
435 iw->displayRect(zoomRect); in mouseMoveEvent()
459 zoomRect.width() && zoomRect.height()) in mouseReleaseEvent()
461 double m = viewport()->width() / zoomRect.width(), in mouseReleaseEvent()
462 n = viewport()->height() / zoomRect.height(), in mouseReleaseEvent()
469 QPoint zrc = zoomRect.center() + iw->pos(); in mouseReleaseEvent()
H A DImageView.h124 QRect zoomRect; variable
/dports/math/kig/kig-21.12.3/kig/
H A Dkig_view.h204 void zoomRect();
253 void zoomRect();
H A Dkig_view.cpp522 void KigWidget::zoomRect() in zoomRect() function in KigWidget
542 void KigView::zoomRect() in zoomRect() function in KigView
544 mrealwidget->zoomRect(); in zoomRect()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmsampletextview.cpp122 QRect zoomRect ( mouseStartPoint.toPoint(),mapToScene ( e->pos() ).toPoint() ); in mouseReleaseEvent() local
123 ensureVisible ( zoomRect ); in mouseReleaseEvent()
/dports/multimedia/shotcut/shotcut-21.03.21/src/widgets/scopes/
H A Dvideozoomscopewidget.cpp203 QRect zoomRect = m_zoomWidget->getPixelRect(); in onScreenSelectStarted() local
205 selectedRect.setTopLeft(pixelToPlayerPos(boundingRect, zoomRect.topLeft())); in onScreenSelectStarted()
206 selectedRect.setBottomRight(pixelToPlayerPos(boundingRect, zoomRect.bottomRight())); in onScreenSelectStarted()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/graphicsview/
H A Dgraphicsdimgview.cpp478 QRectF zoomRect = item()->zoomSettings()->mapImageToZoom(imageRect); in slotPanIconSelectionMoved() local
479 qCDebug(DIGIKAM_WIDGETS_LOG) << imageRect << zoomRect; in slotPanIconSelectionMoved()
480 centerOn(item()->mapToScene(zoomRect.center())); in slotPanIconSelectionMoved()
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.h421 void zoomIn( const QRectF & zoomRect );
426 void zoomOut( const QRectF & zoomRect );
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dsystemstub.h72 virtual void zoomRect(int x, int y, int h, int w) = 0;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stopmotion/
H A Dcanon.cpp1097 EdsRect zoomRect; in downloadEVFData() local
1114 &zoomRect); in downloadEVFData()
1158 if (zoomRect.size.width < 5000 && zoomRect.size.height < 5000) { in downloadEVFData()
1159 m_zoomRectDimensions = TPoint(zoomRect.size.width, zoomRect.size.height); in downloadEVFData()
1161 m_zoomRect = TRect(zoomPos.x, zoomPos.y + zoomRect.size.height, in downloadEVFData()
1162 zoomPos.x + zoomRect.size.width, zoomPos.y); in downloadEVFData()

12