Home
last modified time | relevance | path

Searched refs:copy_image (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/lang/pocl/pocl-1.8/lib/CL/
H A DclEnqueueCopyImage.c54 cmd->command.copy_image.src = src_image; in POname()
56 cmd->command.copy_image.dst = dst_image; in POname()
58 cmd->command.copy_image.src_origin[0] = src_origin[0]; in POname()
59 cmd->command.copy_image.src_origin[1] = src_origin[1]; in POname()
60 cmd->command.copy_image.src_origin[2] = src_origin[2]; in POname()
61 cmd->command.copy_image.dst_origin[0] = dst_origin[0]; in POname()
62 cmd->command.copy_image.dst_origin[1] = dst_origin[1]; in POname()
63 cmd->command.copy_image.dst_origin[2] = dst_origin[2]; in POname()
64 cmd->command.copy_image.region[0] = region[0]; in POname()
65 cmd->command.copy_image.region[1] = region[1]; in POname()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/testsuite/python-imageoutput/src/
H A Dtest_imageoutput.py64 def copy_image (in_filename, out_filename, method="image", function
108 copy_image ("scanline.tif", "grid-image.tif", method="image")
109 copy_image ("scanline.tif", "grid-scanline.tif", method="scanline")
110 copy_image ("scanline.tif", "grid-scanlines.tif", method="scanlines")
111 copy_image ("tiled.tif", "grid-timage.tif", method="image")
112 copy_image ("tiled.tif", "grid-tile.tif", method="tile")
113 copy_image ("tiled.tif", "grid-tiles.tif", method="tiles")
116 copy_image ("scanline.tif", "grid-image.tif",
120 copy_image ("scanline.tif", "grid-half.exr",
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/testsuite/python-imageoutput/src/
H A Dtest_imageoutput.py64 def copy_image (in_filename, out_filename, method="image", function
108 copy_image ("scanline.tif", "grid-image.tif", method="image")
109 copy_image ("scanline.tif", "grid-scanline.tif", method="scanline")
110 copy_image ("scanline.tif", "grid-scanlines.tif", method="scanlines")
111 copy_image ("tiled.tif", "grid-timage.tif", method="image")
112 copy_image ("tiled.tif", "grid-tile.tif", method="tile")
113 copy_image ("tiled.tif", "grid-tiles.tif", method="tiles")
116 copy_image ("scanline.tif", "grid-image.tif",
120 copy_image ("scanline.tif", "grid-half.exr",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/imagebitmap/
H A Dimage_bitmap_rendering_context_base.cc63 scoped_refptr<StaticBitmapImage> copy_image = image_layer_bridge_->GetImage(); in GetImageAndResetInternal() local
66 black_bitmap.allocN32Pixels(copy_image->width(), copy_image->height()); in GetImageAndResetInternal()
71 return copy_image; in GetImageAndResetInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/imagebitmap/
H A Dimage_bitmap_rendering_context_base.cc62 scoped_refptr<StaticBitmapImage> copy_image = image_layer_bridge_->GetImage(); in GetImageAndResetInternal() local
65 black_bitmap.allocN32Pixels(copy_image->width(), copy_image->height()); in GetImageAndResetInternal()
70 return copy_image; in GetImageAndResetInternal()
/dports/games/simutrans/simutrans-121.0/descriptor/
H A Dimage.cc52 image_t* image_t::copy_image(const image_t& other) in copy_image() function in image_t
96 image_t* target_image = copy_image(*this); in copy_rotate()
142 image_t* target_image = copy_image(*this); in copy_flipvertical()
167 image_t* target_image = copy_image(*this); in copy_fliphorizontal()
/dports/graphics/aseprite/aseprite-1.2.9/src/clip/
H A Dimage.cpp33 copy_image(image); in image()
47 copy_image(image); in operator =()
64 void image::copy_image(const image& image) { in copy_image() function in clip::image
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/NV/
H A Dcopy_image.py23 from OpenGL.raw.GL.NV.copy_image import *
24 from OpenGL.raw.GL.NV.copy_image import _EXTENSION_NAME
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/ARB/
H A Dcopy_image.py35 from OpenGL.raw.GL.ARB.copy_image import *
36 from OpenGL.raw.GL.ARB.copy_image import _EXTENSION_NAME
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLX/NV/
H A Dcopy_image.py23 from OpenGL.raw.GLX.NV.copy_image import *
24 from OpenGL.raw.GLX.NV.copy_image import _EXTENSION_NAME
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/WGL/NV/
H A Dcopy_image.py23 from OpenGL.raw.WGL.NV.copy_image import *
24 from OpenGL.raw.WGL.NV.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLX/NV/
H A Dcopy_image.py23 from OpenGL.raw.GLX.NV.copy_image import *
24 from OpenGL.raw.GLX.NV.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES2/OES/
H A Dcopy_image.py36 from OpenGL.raw.GLES2.OES.copy_image import *
37 from OpenGL.raw.GLES2.OES.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES2/EXT/
H A Dcopy_image.py36 from OpenGL.raw.GLES2.EXT.copy_image import *
37 from OpenGL.raw.GLES2.EXT.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/ARB/
H A Dcopy_image.py35 from OpenGL.raw.GL.ARB.copy_image import *
36 from OpenGL.raw.GL.ARB.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/WGL/NV/
H A Dcopy_image.py23 from OpenGL.raw.WGL.NV.copy_image import *
24 from OpenGL.raw.WGL.NV.copy_image import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/NV/
H A Dcopy_image.py23 from OpenGL.raw.GL.NV.copy_image import *
24 from OpenGL.raw.GL.NV.copy_image import _EXTENSION_NAME
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_stream.cpp188 static Image copy_image; in prepareImage() local
189 copy_image.Assign(*image); in prepareImage()
190 image = &copy_image; in prepareImage()
239 static Image copy_image; in prepareImage() local
240 copy_image.Assign(*image); in prepareImage()
241 image = &copy_image; in prepareImage()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/tools/
H A Dmakeastheme.pl.in387 copy_image ($image_name); # Copies the correct image to the
395 my $return = copy_image ($image_name);
425 my $return = copy_image ($image_name); # Copies the correct image to the
457 my $return = copy_image ($image_name); # Copies the correct image to the
487 my $return = copy_image ($image_name); # Copies the correct
541 sub copy_image { subroutine
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_ami_copy.py156 def copy_image(module, ec2): function
185 image = ec2.copy_image(**params)
227 copy_image(module, ec2)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_ami_copy.py150 def copy_image(module, ec2): function
179 image = ec2.copy_image(**params)
220 copy_image(module, ec2)
/dports/devel/py-moto/moto-2.2.16/tests/test_ec2/
H A Dtest_amis.py223 copy_image_ref = conn.copy_image(
236 copy_image_ref = conn.copy_image(
245 copy_image.id.should.equal(copy_image_id)
263 conn.copy_image(
278 conn.copy_image(
301 ec2.copy_image(
331 copy_image_ref = ec2.copy_image(
340 copy_image["Name"].should.equal("test-copy-ami")
367 ec2.copy_image(
394 ec2.copy_image(
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_detc.c243 static void copy_image(mp_image_t *dmpi, mp_image_t *mpi, int field) in copy_image() function
336 if (p->needread) copy_image(dmpi, mpi, 2); in put_image()
341 copy_image(dmpi, mpi, 2); in put_image()
346 if (p->needread) copy_image(dmpi, mpi, 2); in put_image()
347 else copy_image(dmpi, mpi, 1); in put_image()
352 copy_image(dmpi, mpi, 0); in put_image()
354 if (p->needread) copy_image(dmpi, mpi, 1); in put_image()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_detc.c243 static void copy_image(mp_image_t *dmpi, mp_image_t *mpi, int field) in copy_image() function
336 if (p->needread) copy_image(dmpi, mpi, 2); in put_image()
341 copy_image(dmpi, mpi, 2); in put_image()
346 if (p->needread) copy_image(dmpi, mpi, 2); in put_image()
347 else copy_image(dmpi, mpi, 1); in put_image()
352 copy_image(dmpi, mpi, 0); in put_image()
354 if (p->needread) copy_image(dmpi, mpi, 1); in put_image()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindimage.cpp65 Image* copy_image(const Image* source) in copy_image() function
185 .def("__copy__", copy_image, bpy::return_value_policy<bpy::manage_new_object>()) in bind_image()
186 .def("__deepcopy__", copy_image, bpy::return_value_policy<bpy::manage_new_object>()) in bind_image()

12345678910>>...23