Home
last modified time | relevance | path

Searched refs:add_plane (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/wmapp/wmapp-0.0.4.3/example2/
H A Dwmairtrafficcontrol.cc23 void add_plane(const WMApp* a, WMWidget* w, void*) in add_plane() function
29 r->add_plane(); in add_plane()
55 win.add_timed_function(50, add_plane, &radar, 0); in main()
H A Dwmradar.h36 void add_plane();
H A Dwmradar.cc77 WMRadar::add_plane() in add_plane() function in WMRadar
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libheif/
H A Dheif_colorconversion.cc258 outimg->add_plane(heif_channel_R, width, height, bpp); in convert_colorspace()
259 outimg->add_plane(heif_channel_G, width, height, bpp); in convert_colorspace()
260 outimg->add_plane(heif_channel_B, width, height, bpp); in convert_colorspace()
405 outimg->add_plane(heif_channel_R, width, height, bpp); in convert_colorspace()
406 outimg->add_plane(heif_channel_G, width, height, bpp); in convert_colorspace()
407 outimg->add_plane(heif_channel_B, width, height, bpp); in convert_colorspace()
554 outimg->add_plane(heif_channel_R, width, height, bpp_y); in convert_colorspace()
555 outimg->add_plane(heif_channel_G, width, height, bpp_y); in convert_colorspace()
692 outimg->add_plane(heif_channel_Y, width, height, bpp); in convert_colorspace()
1463 outimg->add_plane(heif_channel_Y, width, height, 8); in convert_colorspace()
[all …]
H A Dheif_image.cc116 bool HeifPixelImage::add_plane(heif_channel channel, int width, int height, int bit_depth) in add_plane() function in HeifPixelImage
294 add_plane(dst_channel, width, height, src_image->get_bits_per_pixel(src_channel)); in copy_new_plane_from()
314 add_plane(dst_channel, width, height, 8); in fill_new_plane()
441 out_img->add_plane(channel, out_plane_width, out_plane_height, plane.bit_depth); in rotate_ccw()
566 out_img->add_plane(channel, in crop()
773 out_img->add_plane(channel, in scale_nearest_neighbor()
H A Dheif_image.h49 bool add_plane(heif_channel channel, int width, int height, int bit_depth);
H A Dheif_context.cc1208 img->add_plane(heif_channel_Y, w,h, bpp); in decode_full_grid_image()
1227 img->add_plane(heif_channel_Cb, cw,ch, bpp_c1); in decode_full_grid_image()
1228 img->add_plane(heif_channel_Cr, cw,ch, bpp_c2); in decode_full_grid_image()
1487 img->add_plane(heif_channel_R,w,h,8); // TODO: other bit depths in decode_overlay_image()
1488 img->add_plane(heif_channel_G,w,h,8); // TODO: other bit depths in decode_overlay_image()
1489 img->add_plane(heif_channel_B,w,h,8); // TODO: other bit depths in decode_overlay_image()
H A Dheif_cxx.h247 void add_plane(enum heif_channel channel,
654 inline void Image::add_plane(enum heif_channel channel, in add_plane() function
H A Dheif.cc745 if (!image->image->add_plane(channel, width, height, bit_depth)) { in heif_image_add_plane()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_colorconversion.cc418 outimg->add_plane(heif_channel_R, width, height, bpp_y); in convert_colorspace()
419 outimg->add_plane(heif_channel_G, width, height, bpp_y); in convert_colorspace()
420 outimg->add_plane(heif_channel_B, width, height, bpp_y); in convert_colorspace()
620 outimg->add_plane(heif_channel_Y, width, height, bpp); in convert_colorspace()
621 outimg->add_plane(heif_channel_Cb, cwidth, cheight, bpp); in convert_colorspace()
1952 outimg->add_plane(heif_channel_Y, width, height, 8); in convert_colorspace()
2136 outimg->add_plane(heif_channel_Y, width, height, 8); in convert_colorspace()
2137 outimg->add_plane(heif_channel_Cb, width, height, 8); in convert_colorspace()
2138 outimg->add_plane(heif_channel_Cr, width, height, 8); in convert_colorspace()
2444 outimg->add_plane(channel, width, height, 8); in convert_colorspace()
[all …]
H A Dcolor_conversion_fuzzer.cc70 if (!image->add_plane(channel, width, height, bit_depth)) { in read_plane()
93 if (!image->add_plane(channel, width, height, bit_depth)) { in read_plane_interleaved()
H A Dheif_image.cc142 bool HeifPixelImage::add_plane(heif_channel channel, int width, int height, int bit_depth) in add_plane() function in HeifPixelImage
416 add_plane(dst_channel, width, height, src_image->get_bits_per_pixel(src_channel)); in copy_new_plane_from()
436 add_plane(dst_channel, width, height, bpp); in fill_new_plane()
542 out_img->add_plane(channel, out_plane_width, out_plane_height, plane.m_bit_depth); in rotate_ccw()
672 out_img->add_plane(channel, in crop()
892 out_img->add_plane(channel, in scale_nearest_neighbor()
H A Dheif_image.h63 bool add_plane(heif_channel channel, int width, int height, int bit_depth);
H A Dheif_context.cc1399 img->add_plane(heif_channel_R, w, h, bpp); in decode_full_grid_image()
1420 img->add_plane(heif_channel_G, w, h, bpp); in decode_full_grid_image()
1421 img->add_plane(heif_channel_B, w, h, bpp); in decode_full_grid_image()
1672 img->add_plane(heif_channel_R, w, h, 8); // TODO: other bit depths in decode_overlay_image()
1673 img->add_plane(heif_channel_G, w, h, 8); // TODO: other bit depths in decode_overlay_image()
1674 img->add_plane(heif_channel_B, w, h, 8); // TODO: other bit depths in decode_overlay_image()
H A Dheif_decoder_libde265.cc135 if (!yuv_img->add_plane(channel2plane[c], w, h, bpp)) { in convert_libde265_image_to_heif_image()
H A Dheif_cxx.h321 void add_plane(enum heif_channel channel,
838 inline void Image::add_plane(enum heif_channel channel, in add_plane() function
/dports/graphics/krita/krita-4.4.8/plugins/impex/heif/
H A DHeifExport.cpp154 img.add_plane(heif_channel_R, width,height, 8); in convert()
155 img.add_plane(heif_channel_G, width,height, 8); in convert()
156 img.add_plane(heif_channel_B, width,height, 8); in convert()
169 img.add_plane(heif_channel_Alpha, width,height, 8); in convert()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_paperplane.c175 add_plane(void) in add_plane() function
419 (XtCallbackProc) add_plane, NULL); in main()
466 add_plane(); in main()
467 add_plane(); in main()
468 add_plane(); in main()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_floor.py415 self.add_plane(d, verts, faces, matids, uvs, x, y, tw2, tl2)
454 self.add_plane(d, verts, faces, matids, uvs, x, y, tw, tl) # large one
475 self.add_plane(d, verts, faces, matids, uvs, x, y, tw, tl) # large one
511 self.add_plane(d, verts, faces, matids, uvs, x, y, tw, tl)
512 self.add_plane(d, verts, faces, matids, uvs, x + tw + sp, y, s_tw, s_tl,)
516 self.add_plane(d, verts, faces, matids, uvs, x, y, s_tw, s_tl)
517 self.add_plane(d, verts, faces, matids, uvs, x + s_tw + sp, y, s_tw, s_tl)
590 self.add_plane(d, verts, faces, matids, uvs, x, y, tw, s_tl) # bottom
635 self.add_plane(d, verts, faces, matids, uvs, x, y, bw2, bl2, rotate_uv=True)
673 self.add_plane(d, verts, faces, matids, uvs, x, y, bl, bw)
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/heif.imageio/
H A Dheifoutput.cpp134 m_himage.add_plane(heif_channel_interleaved, newspec.width, in open()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/heif.imageio/
H A Dheifoutput.cpp134 m_himage.add_plane(heif_channel_interleaved, newspec.width, in open()
/dports/cad/librepcb/librepcb-0.1.6/img/
H A Dimages.qrc7 <file>actions/add_plane.png</file>
H A DREADME.md102 actions/add_plane.png
/dports/graphics/kf5-kimageformats/kimageformats-5.89.0/src/imageformats/
H A Dheif.cpp146 heifImage.add_plane(heif_channel_interleaved, image.width(), image.height(), save_depth); in write()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/drm/
H A Ddrm.c83 static bool add_plane(struct wlr_drm_backend *drm, in add_plane() function
232 if (!add_plane(drm, crtc, plane, type, &props)) { in init_planes()

12