Home
last modified time | relevance | path

Searched refs:origRect (Results 1 – 25 of 70) sorted by relevance

123

/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DFitToRectGraphicEvent.java12 protected Rectangle origRect; field in FitToRectGraphicEvent
16 public FitToRectGraphicEvent(Graphic graphic, Rectangle origRect, in FitToRectGraphicEvent() argument
19 this.origRect = origRect; in FitToRectGraphicEvent()
23 public void setOrigRect(Rectangle origRect) { in setOrigRect() argument
24 this.origRect = origRect; in setOrigRect()
28 return this.origRect; in getOrigRect()
45 o.setAttribute("x", String.valueOf(this.origRect.x)); in toElement()
46 o.setAttribute("y", String.valueOf(this.origRect.y)); in toElement()
47 o.setAttribute("w", String.valueOf(this.origRect.width)); in toElement()
48 o.setAttribute("h", String.valueOf(this.origRect.height)); in toElement()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/uidescription vst3/source/
H A Danimationtest.cpp54 CRect origRect; member in VSTGUI::ScaleView
170 if (origRect.isEmpty ()) in onMouseEntered()
171 origRect = getViewSize (); in onMouseEntered()
172 CRect r (origRect); in onMouseEntered()
185 …>addAnimation (this, "SizeAnimation", new Animation::ViewSizeAnimation (origRect), new Animation::… in onMouseExited()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/uidescription vst3/source/
H A Danimationtest.cpp54 CRect origRect;
170 if (origRect.isEmpty ())
171 origRect = getViewSize ();
172 CRect r (origRect);
185 …>addAnimation (this, "SizeAnimation", new Animation::ViewSizeAnimation (origRect), new Animation::…
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/awt/
H A DTextRenderer.java868 (int) data.origRect().getWidth(), in draw3D_ROBUST()
890 final Rectangle2D origRect = data.origRect(); in draw3D_ROBUST() local
898 (int) origRect.getWidth(), (int) origRect.getHeight(), scaleFactor); in draw3D_ROBUST()
1106 private final Rectangle2D origRect; field in TextRenderer.TextData
1113 this.origRect = origRect; in TextData()
1128 return (int) -origRect.getMinX(); in origOriginX()
1132 return (int) -origRect.getMinY(); in origOriginY()
1135 Rectangle2D origRect() { in origRect() method in TextRenderer.TextData
1136 return origRect; in origRect()
1488 final Rectangle2D origRect = data.origRect(); in draw3D() local
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/j2d/
H A DTextRenderer.java883 Rectangle2D origRect = data.origRect(); in draw3D_ROBUST() local
891 (int) origRect.getWidth(), (int) origRect.getHeight(), scaleFactor); in draw3D_ROBUST()
1087 private Rectangle2D origRect; field in TextRenderer.TextData
1094 this.origRect = origRect; in TextData()
1109 return (int) -origRect.getMinX(); in origOriginX()
1113 return (int) -origRect.getMinY(); in origOriginY()
1116 Rectangle2D origRect() { in origRect() method in TextRenderer.TextData
1117 return origRect; in origRect()
1445 Rectangle2D origRect = data.origRect(); in draw3D() local
1453 int width = (int) origRect.getWidth(); in draw3D()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DFontHostStreamTest.cpp73 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local
75 create(&origBitmap, origRect); in DEF_TEST()
110 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/demo/
H A Ddemofaceitem.cpp64 origRect(), in Private()
85 QRect origRect; member in FaceEngineDemo::FaceItem::Private
109 d->origRect = rect; in FaceItem()
282 qCDebug(DIGIKAM_TESTS_LOG) << "Orig before" << d->origRect; in update()
286 qCDebug(DIGIKAM_TESTS_LOG) << "Orig after" << d->origRect; in update()
333 return d->origRect; in originalRect()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Ddialogs.cpp116 Rect origRect = _bounds; in drawFrame() local
123 g_globals->gfxManager().fillRect(origRect, 54); in drawFrame()
162 _gfxManager._bounds = origRect; in drawFrame()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/
H A DGraphicsAbstract.h177 PPRect currentClipRect, origRect; variable
226 origRect = currentClipRect; in setRect()
232 currentClipRect = origRect = r; in setRect()
236 PPRect getRect() { return origRect; } in getRect()
244 origRect = currentClipRect; in setFullRect()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Ddialogs.cpp143 Rect origRect = _bounds; in drawFrame() local
150 g_globals->gfxManager().fillRect(origRect, 54); in drawFrame()
189 _gfxManager._bounds = origRect; in drawFrame()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/unix/
H A Dutilsx11.cpp402 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
459 origRect->x, origRect->y, in wxSetKDEFullscreen()
460 origRect->width, origRect->height); in wxSetKDEFullscreen()
497 wxRect *origRect, in wxSetFullScreenStateX11() argument
516 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/unix/
H A Dutilsx11.cpp402 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
459 origRect->x, origRect->y, in wxSetKDEFullscreen()
460 origRect->width, origRect->height); in wxSetKDEFullscreen()
497 wxRect *origRect, in wxSetFullScreenStateX11() argument
516 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/unix/
H A Dutilsx11.cpp402 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
459 origRect->x, origRect->y, in wxSetKDEFullscreen()
460 origRect->width, origRect->height); in wxSetKDEFullscreen()
497 wxRect *origRect, in wxSetFullScreenStateX11() argument
516 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/unix/
H A Dutilsx11.cpp402 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
459 origRect->x, origRect->y, in wxSetKDEFullscreen()
460 origRect->width, origRect->height); in wxSetKDEFullscreen()
497 wxRect *origRect, in wxSetFullScreenStateX11() argument
516 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/unix/
H A Dutilsx11.cpp412 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
469 origRect->x, origRect->y, in wxSetKDEFullscreen()
470 origRect->width, origRect->height); in wxSetKDEFullscreen()
507 wxRect *origRect, in wxSetFullScreenStateX11() argument
526 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/unix/
H A Dutilsx11.cpp412 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
469 origRect->x, origRect->y, in wxSetKDEFullscreen()
470 origRect->width, origRect->height); in wxSetKDEFullscreen()
507 wxRect *origRect, in wxSetFullScreenStateX11() argument
526 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/unix/
H A Dutilsx11.cpp425 Window w, bool fullscreen, wxRect *origRect) in wxSetKDEFullscreen() argument
482 origRect->x, origRect->y, in wxSetKDEFullscreen()
483 origRect->width, origRect->height); in wxSetKDEFullscreen()
520 wxRect *origRect, in wxSetFullScreenStateX11() argument
539 wxSetKDEFullscreen(disp, root, wnd, show, origRect); in wxSetFullScreenStateX11()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DImageTransformation.h199 const QRectF& origRect() const { return m_origRect; } in origRect() function
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dgraphics.h60 …void drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, Bitmap *bi…
H A Dgraphics.cpp83 void Graphics::drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, B… in drawBitmapToBackground() argument
85 byte *src = bitmap->pixels + (drawRect.left - origRect.left) in drawBitmapToBackground()
86 + (drawRect.top - origRect.top) * bitmap->width; in drawBitmapToBackground()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dgraphics.h60 …void drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, Bitmap *bi…
H A Dgraphics.cpp87 void Graphics::drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, B… in drawBitmapToBackground() argument
89 byte *src = bitmap->pixels + (drawRect.left - origRect.left) in drawBitmapToBackground()
90 + (drawRect.top - origRect.top) * bitmap->width; in drawBitmapToBackground()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddebugger.cpp1703 Common::Rect origRect = regions->_regions[regionID].rectangle; in cmdRegion() local
1707 …f type: %d\n", regionTypeName.c_str(), regionID, origRect.top, origRect.left, origRect.bottom, ori… in cmdRegion()
1725 …f type: %d\n", regionTypeName.c_str(), regionID, origRect.top, origRect.left, origRect.bottom, ori… in cmdRegion()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddebugger.cpp1806 Common::Rect origRect = regions->_regions[regionID].rectangle; in cmdRegion() local
1810 …f type: %d\n", regionTypeName.c_str(), regionID, origRect.top, origRect.left, origRect.bottom, ori… in cmdRegion()
1828 …f type: %d\n", regionTypeName.c_str(), regionID, origRect.top, origRect.left, origRect.bottom, ori… in cmdRegion()
/dports/cad/ldview/ldview-4.4/
H A DModelWindow.h272 RECT &origRect, bool &origSlowClear);
273 virtual void grabCleanup(RECT origRect, bool origSlowClear);

123