Home
last modified time | relevance | path

Searched defs:dstRect (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DTextureBrush.cs46 public TextureBrush(Image image, WrapMode wrapMode, RectangleF dstRect) in TextureBrush()
71 public TextureBrush(Image image, WrapMode wrapMode, Rectangle dstRect) in TextureBrush()
96 public TextureBrush(Image image, RectangleF dstRect) : this(image, dstRect, null) { } in TextureBrush()
98 public TextureBrush(Image image, RectangleF dstRect, ImageAttributes imageAttr) in TextureBrush()
119 public TextureBrush(Image image, Rectangle dstRect) : this(image, dstRect, null) { } in TextureBrush()
121 public TextureBrush(Image image, Rectangle dstRect, ImageAttributes imageAttr) in TextureBrush()
/dports/games/manaplus/manaplus-2.1.3.17/src/render/
H A Dsurfacegraphics.cpp60 SDL_Rect dstRect; in drawImage() local
98 SDL_Rect dstRect; in copyImage() local
130 SDL_Rect dstRect; in drawImageCached() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/effects/
H A DSkImageSource.cpp29 const SkRect& dstRect, in Make()
50 const SkRect& dstRect, in SkImageSource()
83 SkRect dstRect; in onFilterImage() local
155 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/
H A DSkImageSource.cpp28 const SkRect& dstRect, in Make()
49 const SkRect& dstRect, in SkImageSource()
82 SkRect dstRect; in onFilterImage() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dtileimagefilter.cpp75 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local
106 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), in onDraw() local
129 SkRect dstRect = SkRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dtileimagefilter.cpp75 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local
106 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), in onDraw() local
129 SkRect dstRect = SkRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DRender.cpp70 const SDL_Rect dstRect = { x, y, clip->w, clip->h }; in applyTexture() local
74 const SDL_Rect dstRect = rectFromTexture(x, y, texture); in applyTexture() local
84 SDL_Rect dstRect = rectFromTexture(0,40-TITLE_FONT_RAISE, texture); in drawTitleTexture() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dgraphics.cpp135 Common::Rect dstRect(left, top, left + surface->w, top + surface->h); in copyAnimImageToScreen() local
139 …csManager::copyAnimImageSectionToScreen(uint16 image, Common::Rect srcRect, Common::Rect dstRect) { in copyAnimImageSectionToScreen()
151 Common::Rect dstRect(left, top, left + surface->w, top + surface->h); in copyAnimSubImageToScreen() local
165 …r::copyAnimImageSectionToScreen(MohawkSurface *image, Common::Rect srcRect, Common::Rect dstRect) { in copyAnimImageSectionToScreen()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dgraphics.cpp135 Common::Rect dstRect(left, top, left + surface->w, top + surface->h); in copyAnimImageToScreen() local
139 …csManager::copyAnimImageSectionToScreen(uint16 image, Common::Rect srcRect, Common::Rect dstRect) { in copyAnimImageSectionToScreen()
151 Common::Rect dstRect(left, top, left + surface->w, top + surface->h); in copyAnimSubImageToScreen() local
165 …r::copyAnimImageSectionToScreen(MohawkSurface *image, Common::Rect srcRect, Common::Rect dstRect) { in copyAnimImageSectionToScreen()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java153 Rectangle dstRect = in runTests() local
158 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
173 Rectangle srcRect, Rectangle dstRect) in render()
204 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java152 Rectangle dstRect = in runTests() local
157 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
172 Rectangle srcRect, Rectangle dstRect) in render()
203 public void test(Rectangle srcRect, Rectangle dstRect) { in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java152 Rectangle dstRect = in runTests() local
157 render(getGraphics(), srcIm, srcRect, dstRect); in runTests() local
172 Rectangle srcRect, Rectangle dstRect) in render()
203 public void test(Rectangle srcRect, Rectangle dstRect) { in test()

12345678910>>...29