Home
last modified time | relevance | path

Searched refs:shadow_image (Results 1 – 25 of 60) sorted by relevance

123

/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend_common.c199 xcb_image_t *shadow_image = NULL; in build_shadow() local
205 if (!shadow_image) { in build_shadow()
210 shadow_pixmap = x_create_pixmap(c, 8, d, shadow_image->width, shadow_image->height); in build_shadow()
212 x_create_pixmap(c, 32, d, shadow_image->width, shadow_image->height); in build_shadow()
249 uint32_t offset = row * shadow_image->stride / sizeof(*shadow_image->data); in build_shadow()
252 0, shadow_image->depth, shadow_image->stride * batch_height, in build_shadow()
253 shadow_image->data + offset); in build_shadow()
258 shadow_image->height); in build_shadow()
264 xcb_image_destroy(shadow_image); in build_shadow()
271 if (shadow_image) { in build_shadow()
[all …]
H A Dbackend.c305 assert(w->shadow_image); in paint_all_new()
308 ps->backend_data, w->shadow_image, w->g.x + w->shadow_dx, in paint_all_new()
312 ps->backend_data, w->shadow_image, &reg_visible); in paint_all_new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dresize_shadow.cc76 static base::NoDestructor<gfx::ImageSkia> shadow_image; in ResizeShadow() local
78 if (shadow_image->isNull()) { in ResizeShadow()
80 *shadow_image = gfx::ImageSkia(base::WrapUnique(source), source->size()); in ResizeShadow()
82 layer_->UpdateNinePatchLayerImage(*shadow_image); in ResizeShadow()
83 gfx::Rect aperture(shadow_image->size()); in ResizeShadow()
/dports/graphics/weston/weston-1.9.0/src/
H A Dpixman-renderer.c41 pixman_image_t *shadow_image; member
359 composite_clipped(ps->image, mask_image, po->shadow_image, in repaint_region()
363 po->shadow_image, &transform, filter); in repaint_region()
375 po->shadow_image, /* dest */ in repaint_region()
379 pixman_image_get_width (po->shadow_image), /* width */ in repaint_region()
382 pixman_image_set_clip_region32 (po->shadow_image, NULL); in repaint_region()
544 po->shadow_image, /* src */ in copy_to_hw_buffer()
900 po->shadow_image = in pixman_renderer_output_create()
904 if (!po->shadow_image) { in pixman_renderer_output_create()
920 pixman_image_unref(po->shadow_image); in pixman_renderer_output_destroy()
[all …]
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dvideo.c53 img->next = vdo->shadow_image; in _zbar_video_recycle_shadow()
54 vdo->shadow_image = img; in _zbar_video_recycle_shadow()
103 while(vdo->shadow_image) { in zbar_video_destroy()
104 zbar_image_t *img = vdo->shadow_image; in zbar_video_destroy()
105 vdo->shadow_image = img->next; in zbar_video_destroy()
364 img = vdo->shadow_image; in zbar_video_next_image()
365 vdo->shadow_image = (img) ? img->next : NULL; in zbar_video_next_image()
H A Dvideo.h90 zbar_image_t *shadow_image; /* special case internal double buffering */ member
/dports/www/py-folium/folium-0.12.1/examples/
H A DCustomIcon.ipynb31 "shadow_image = url(\"leaf-shadow.png\")\n",
37 " shadow_image=shadow_image,\n",
/dports/x11-wm/metacity/metacity-3.42.0/src/compositor/
H A Dmeta-compositor-xrender.c474 XImage *shadow_image; in shadow_picture() local
483 if (!shadow_image) in shadow_picture()
488 shadow_image->width, shadow_image->height, 8); in shadow_picture()
491 XDestroyImage (shadow_image); in shadow_picture()
500 XDestroyImage (shadow_image); in shadow_picture()
508 XDestroyImage (shadow_image); in shadow_picture()
514 XPutImage (xdisplay, shadow_pixmap, gc, shadow_image, 0, 0, 0, 0, in shadow_picture()
515 shadow_image->width, shadow_image->height); in shadow_picture()
516 *wp = shadow_image->width; in shadow_picture()
517 *hp = shadow_image->height; in shadow_picture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dpixman-renderer.c42 pixman_image_t *shadow_image; member
347 if (po->shadow_image) in repaint_region()
348 target_image = po->shadow_image; in repaint_region()
552 po->shadow_image, /* src */ in copy_to_hw_buffer()
585 if (po->shadow_image) { in pixman_renderer_repaint_output()
947 po->shadow_image = in pixman_renderer_output_create()
951 if (!po->shadow_image) { in pixman_renderer_output_create()
968 if (po->shadow_image) in pixman_renderer_output_destroy()
969 pixman_image_unref(po->shadow_image); in pixman_renderer_output_destroy()
977 po->shadow_image = NULL; in pixman_renderer_output_destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dpixman-renderer.c42 pixman_image_t *shadow_image; member
347 if (po->shadow_image) in repaint_region()
348 target_image = po->shadow_image; in repaint_region()
552 po->shadow_image, /* src */ in copy_to_hw_buffer()
585 if (po->shadow_image) { in pixman_renderer_repaint_output()
947 po->shadow_image = in pixman_renderer_output_create()
951 if (!po->shadow_image) { in pixman_renderer_output_create()
968 if (po->shadow_image) in pixman_renderer_output_destroy()
969 pixman_image_unref(po->shadow_image); in pixman_renderer_output_destroy()
977 po->shadow_image = NULL; in pixman_renderer_output_destroy()
/dports/x11-wm/picom/picom-8.2/src/
H A Drender.c536 xcb_image_t *shadow_image = NULL; in win_build_shadow() local
541 shadow_image = make_shadow(ps->c, ps->gaussian_map, opacity, width, height); in win_build_shadow()
542 if (!shadow_image) { in win_build_shadow()
548 x_create_pixmap(ps->c, 8, ps->root, shadow_image->width, shadow_image->height); in win_build_shadow()
550 x_create_pixmap(ps->c, 32, ps->root, shadow_image->width, shadow_image->height); in win_build_shadow()
567 xcb_image_put(ps->c, shadow_pixmap, gc, shadow_image, 0, 0, 0); in win_build_shadow()
570 shadow_image->width, shadow_image->height); in win_build_shadow()
578 xcb_image_destroy(shadow_image); in win_build_shadow()
585 if (shadow_image) in win_build_shadow()
586 xcb_image_destroy(shadow_image); in win_build_shadow()
H A Dwin.c253 assert(w->shadow_image); in win_release_shadow()
254 if (w->shadow_image) { in win_release_shadow()
255 base->ops->release_image(base, w->shadow_image); in win_release_shadow()
256 w->shadow_image = NULL; in win_release_shadow()
288 assert(!w->shadow_image); in win_bind_shadow()
292 if (!w->shadow_image) { in win_bind_shadow()
702 assert(!w->shadow_image); in win_set_shadow()
730 assert(!w->shadow_image || win_check_flags_all(w, WIN_FLAGS_SHADOW_STALE) || in win_set_shadow()
737 assert(w->shadow_image || win_check_flags_all(w, WIN_FLAGS_SHADOW_STALE) || in win_set_shadow()
1229 .shadow_image = NULL, in fill_win()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c52 shadow_image(struct nvkm_bios *bios, int idx, u32 offset, struct shadow *mthd) in shadow_image() function
105 score += shadow_image(bios, idx + 1, offset + image.size, mthd); in shadow_image()
123 mthd->score = shadow_image(bios, 0, 0, mthd); in shadow_method()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c52 shadow_image(struct nvkm_bios *bios, int idx, u32 offset, struct shadow *mthd) in shadow_image() function
105 score += shadow_image(bios, idx + 1, offset + image.size, mthd); in shadow_image()
123 mthd->score = shadow_image(bios, 0, 0, mthd); in shadow_method()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c52 shadow_image(struct nvkm_bios *bios, int idx, u32 offset, struct shadow *mthd) in shadow_image() function
105 score += shadow_image(bios, idx + 1, offset + image.size, mthd); in shadow_image()
123 mthd->score = shadow_image(bios, 0, 0, mthd); in shadow_method()
/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_renderA.c136 GrayIntPixel *shadow_image; /* first shadow buffer pixel for slice */ local
390 shadow_image = &vpc->shadow_buffer[shadow_slice_start_index];
409 shadow_image, WgtTL, WgtBL, WgtTR, WgtBR,
415 shadow_image, WgtTL, WgtBL, WgtTR, WgtBR,
449 shadow_image = &vpc->shadow_buffer[shadow_slice_start_index];
464 shadow_image);
468 run_lengths, voxel_data, shadow_image);
474 voxel_data, istride, jstride, shadow_image);
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dmontage.c803 *shadow_image; in MontageImageList() local
810 shadow_image=ShadowImage(image,80.0,2.0,5,5,exception); in MontageImageList()
811 if (shadow_image != (Image *) NULL) in MontageImageList()
813 InheritException(&shadow_image->exception,exception); in MontageImageList()
814 (void) CompositeImage(shadow_image,OverCompositeOp,image,0,0); in MontageImageList()
816 image=shadow_image; in MontageImageList()
H A Dvisual-effects.c2030 *shadow_image; in ShadowImage() local
2127 if (shadow_image == (Image *) NULL) in ShadowImage()
2129 if (shadow_image->page.width == 0) in ShadowImage()
2130 shadow_image->page.width=shadow_image->columns; in ShadowImage()
2131 if (shadow_image->page.height == 0) in ShadowImage()
2132 shadow_image->page.height=shadow_image->rows; in ShadowImage()
2133 shadow_image->page.width+=x_offset-(ssize_t) border_info.width; in ShadowImage()
2134 shadow_image->page.height+=y_offset-(ssize_t) border_info.height; in ShadowImage()
2135 shadow_image->page.x+=x_offset-(ssize_t) border_info.width; in ShadowImage()
2136 shadow_image->page.y+=y_offset-(ssize_t) border_info.height; in ShadowImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dmontage.c803 *shadow_image; in MontageImageList() local
810 shadow_image=ShadowImage(image,80.0,2.0,5,5,exception); in MontageImageList()
811 if (shadow_image != (Image *) NULL) in MontageImageList()
813 InheritException(&shadow_image->exception,exception); in MontageImageList()
814 (void) CompositeImage(shadow_image,OverCompositeOp,image,0,0); in MontageImageList()
816 image=shadow_image; in MontageImageList()
H A Dvisual-effects.c2030 *shadow_image; in ShadowImage() local
2127 if (shadow_image == (Image *) NULL) in ShadowImage()
2129 if (shadow_image->page.width == 0) in ShadowImage()
2130 shadow_image->page.width=shadow_image->columns; in ShadowImage()
2131 if (shadow_image->page.height == 0) in ShadowImage()
2132 shadow_image->page.height=shadow_image->rows; in ShadowImage()
2133 shadow_image->page.width+=x_offset-(ssize_t) border_info.width; in ShadowImage()
2134 shadow_image->page.height+=y_offset-(ssize_t) border_info.height; in ShadowImage()
2135 shadow_image->page.x+=x_offset-(ssize_t) border_info.width; in ShadowImage()
2136 shadow_image->page.y+=y_offset-(ssize_t) border_info.height; in ShadowImage()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dbitmap_font.cpp128 std::string shadow_image; in loadFontFile() local
145 if ( ! glyphs_val.get("shadows", shadow_image) ) { in loadFontFile()
162 loadFontSurface(glyph_image, shadow_image, chars, in loadFontFile()
/dports/www/py-folium/folium-0.12.1/tests/
H A Dtest_folium.py310 shadow_image = 'http://leafletjs.com/docs/images/leaf-shadow.png'
316 shadow_image=shadow_image,
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dmontage.c808 *shadow_image; in MontageImageList() local
815 shadow_image=ShadowImage(image,80.0,2.0,5,5,exception); in MontageImageList()
816 if (shadow_image != (Image *) NULL) in MontageImageList()
818 (void) CompositeImage(shadow_image,image,OverCompositeOp, in MontageImageList()
821 image=shadow_image; in MontageImageList()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dmontage.c808 *shadow_image; in MontageImageList() local
815 shadow_image=ShadowImage(image,80.0,2.0,5,5,exception); in MontageImageList()
816 if (shadow_image != (Image *) NULL) in MontageImageList()
818 (void) CompositeImage(shadow_image,image,OverCompositeOp, in MontageImageList()
821 image=shadow_image; in MontageImageList()
/dports/x11-wm/marco/marco-1.26.0/src/compositor/
H A Dcompositor-xrender.c688 XImage *shadow_image; in shadow_picture() local
696 if (!shadow_image) in shadow_picture()
700 shadow_image->width, shadow_image->height, 8); in shadow_picture()
703 XDestroyImage (shadow_image); in shadow_picture()
712 XDestroyImage (shadow_image); in shadow_picture()
718 shadow_image->width, shadow_image->height); in shadow_picture()
723 XDestroyImage (shadow_image); in shadow_picture()
730 shadow_image->width, shadow_image->height); in shadow_picture()
731 *wp = shadow_image->width; in shadow_picture()
732 *hp = shadow_image->height; in shadow_picture()
[all …]

123