Home
last modified time | relevance | path

Searched refs:set_pixels (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dborders.c403 static inline void set_pixels(float *buf, const dt_aligned_pixel_t color, const int npixels) in set_pixels() function
446 set_pixels(outrow, binfo->bcolor, binfo->width); in copy_image_with_border()
451 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
453 set_pixels(outrow + 4*binfo->border_right, binfo->bcolor, binfo->width - binfo->border_right); in copy_image_with_border()
458 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
459set_pixels(outrow + 4*binfo->border_left, binfo->flcolor, binfo->fl_left - binfo->border_left); in copy_image_with_border()
460 set_pixels(outrow + 4*binfo->fl_left, binfo->bcolor, binfo->fl_right - binfo->fl_left); in copy_image_with_border()
461 set_pixels(outrow + 4*binfo->fl_right, binfo->flcolor, binfo->border_right - binfo->fl_right); in copy_image_with_border()
462 set_pixels(outrow + 4*binfo->border_right, binfo->bcolor, binfo->width - binfo->border_right); in copy_image_with_border()
468 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dborders.c403 static inline void set_pixels(float *buf, const float color[4], const int npixels) in set_pixels() function
446 set_pixels(outrow, binfo->bcolor, binfo->width); in copy_image_with_border()
451 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
453 set_pixels(outrow + 4*binfo->border_right, binfo->bcolor, binfo->width - binfo->border_right); in copy_image_with_border()
458 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
459set_pixels(outrow + 4*binfo->border_left, binfo->flcolor, binfo->fl_left - binfo->border_left); in copy_image_with_border()
460 set_pixels(outrow + 4*binfo->fl_left, binfo->bcolor, binfo->fl_right - binfo->fl_left); in copy_image_with_border()
461 set_pixels(outrow + 4*binfo->fl_right, binfo->flcolor, binfo->border_right - binfo->fl_right); in copy_image_with_border()
462 set_pixels(outrow + 4*binfo->border_right, binfo->bcolor, binfo->width - binfo->border_right); in copy_image_with_border()
468 set_pixels(outrow, binfo->bcolor, binfo->border_left); in copy_image_with_border()
[all …]
/dports/devel/p5-SDL/SDL-2.548/examples/pixel_operations/sols/
H A Dch02.pl17 $screen->set_pixels( $lineoffset + $x, $color );
29 $screen->set_pixels( $ofs, ( $i * $i + $j * $j + $ticks ) );
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsensehat.py63 def set_pixels(pixels): function
70 _sensehat.set_pixels(pixels)
/dports/graphics/openimageio/oiio-Release-2.2.16.0/testsuite/python-imagebuf/src/
H A Dtest_imagebuf.py201 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
205 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
208 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
211 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/testsuite/python-imagebuf/src/
H A Dtest_imagebuf.py201 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
205 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
208 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
211 b.set_pixels (oiio.ROI(0, 2, 0, 2, 0, 1, 0, 3),
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DSurface.pod112 =head2 set_pixels section
114 $surface->set_pixels( $offset, $value );
125 $display->set_pixels( $x + $y * $display->w, $color);
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Emu.h43 void set_pixels( void* pixels, long row_bytes );
262 inline void Nes_Emu::set_pixels( void* p, long n ) in set_pixels() function
/dports/x11/xpra/xpra-4.3/xpra/codecs/argb/
H A Dargb.pyx482 # image.set_pixels(r210_to_rgba(pixels))
489 image.set_pixels(r210_to_rgb(pixels, w, h, rs, w*3))
495 image.set_pixels(r210_to_rgbx(pixels, w, h, rs, w*4))
503 image.set_pixels(bgr565_to_rgb(pixels))
509 image.set_pixels(bgr565_to_rgbx(pixels))
517 image.set_pixels(bgra_to_rgba(pixels))
522 image.set_pixels(bgra_to_rgb(pixels))
528 image.set_pixels(bgra_to_rgbx(pixels))
535 image.set_pixels(argb_to_rgba(pixels))
540 image.set_pixels(argb_to_rgb(pixels))
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/
H A Dsurfaceswpacked.cpp64 this->surface.set_pixels(&pixels.front(), get_width(), get_height()); in assign_vfunc()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/
H A Dsurfaceswpacked.cpp64 this->surface.set_pixels(&pixels.front(), get_width(), get_height()); in assign_vfunc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/
H A Dsurfaceswpacked.cpp64 this->surface.set_pixels(&pixels.front(), get_width(), get_height()); in assign_vfunc()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DSurfaceImpl.h61 void set_pixels(const std::string& buffer);
H A DSurface.h98 void set_pixels(const std::string& buffer);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/
H A Dsurface_tests.lua24 surface:set_pixels(pixels:reverse())
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/graphics/
H A DSurface.cpp327 void Surface::set_pixels(const std::string& buffer) { in set_pixels() function in Solarus::Surface
328 internal_surface->set_pixels(buffer); in set_pixels()
H A DSurfaceImpl.cpp49 void SurfaceImpl::set_pixels(const std::string& buffer) { in set_pixels() function in Solarus::SurfaceImpl
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dpixel_format.h217 static inline void set_pixels(uint8_t* dst, const uint8_t* src, int n) {
235 static inline void set_pixels(uint8_t* dst, const uint8_t* src, int n) {
258 static inline void set_pixels(uint8_t* dst, const uint8_t* src, int n) {
275 static inline void set_pixels(uint8_t* dst, const uint8_t* src, int n) {
604 inline void set_pixels(uint8_t* dst, const uint8_t* src, int n) const {
605 bits_traits_type::set_pixels(dst, src, n);
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfilm.c98 static void set_pixels (gint numpix,
555 set_pixels (gint numpix, in set_pixels() function
599 set_pixels (length, top, &filmvals.film_color); in create_hole_rgb()
600 set_pixels (length, top + (width-length)*3, &filmvals.film_color); in create_hole_rgb()
601 set_pixels (length, bottom, &filmvals.film_color); in create_hole_rgb()
602 set_pixels (length, bottom + (width-length)*3, &filmvals.film_color); in create_hole_rgb()
/dports/x11/xpra/xpra-4.3/xpra/codecs/
H A Drgb_transform.py80 image.set_pixels(data)
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/term.imageio/
H A Dtermoutput.cpp99 return m_buf.set_pixels(roi, format, data, xstride); in write_scanline()
112 return m_buf.set_pixels(roi, format, data, xstride, ystride, zstride); in write_tile()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/term.imageio/
H A Dtermoutput.cpp99 return m_buf.set_pixels(roi, format, data, xstride); in write_scanline()
112 return m_buf.set_pixels(roi, format, data, xstride, ystride, zstride); in write_tile()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dpackedsurface.h151 void set_pixels(const Color *pixels, int width, int height, int pitch = 0);
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dpackedsurface.h151 void set_pixels(const Color *pixels, int width, int height, int pitch = 0);
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dpackedsurface.h151 void set_pixels(const Color *pixels, int width, int height, int pitch = 0);

123