Home
last modified time | relevance | path

Searched refs:x11_destroy_ximage (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/exiftran/fbida-2.14/
H A Dx11.h34 void x11_destroy_ximage(Widget shell, XImage * ximage, void *shm);
H A Dx11.c374 x11_destroy_ximage(Widget shell, XImage * ximage, void *shm) in x11_destroy_ximage() function
423 x11_destroy_ximage(shell, ximage, shm); in x11_create_pixmap()
H A Dviewer.c77 x11_destroy_ximage(app_shell, ximage, shm); in image_to_pixmap()
349 x11_destroy_ximage(ida->widget,ida->ximage,ida->ximage_shm); in viewer_new_view()
/dports/graphics/ida/fbida-2.14/
H A Dx11.h34 void x11_destroy_ximage(Widget shell, XImage * ximage, void *shm);
H A Dx11.c374 x11_destroy_ximage(Widget shell, XImage * ximage, void *shm) in x11_destroy_ximage() function
423 x11_destroy_ximage(shell, ximage, shm); in x11_create_pixmap()
H A Dviewer.c77 x11_destroy_ximage(app_shell, ximage, shm); in image_to_pixmap()
349 x11_destroy_ximage(ida->widget,ida->ximage,ida->ximage_shm); in viewer_new_view()
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dblit.h9 void x11_destroy_ximage(Display *dpy, XImage * ximage, XShmSegmentInfo *shm);
H A Dblit.c300 x11_destroy_ximage(Display *dpy, XImage *ximage, XShmSegmentInfo *shm) in x11_destroy_ximage() function
343 x11_destroy_ximage(dpy, ximage, shm); in x11_create_pixmap()
876 x11_destroy_ximage(XtDisplay(st->widget),st->ximage,st->shm); in blit_fini_frame()
/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/xmngview/
H A Dxmng.h98 extern void x11_destroy_ximage(ImageInfo *data);
H A Dcolor.c409 void x11_destroy_ximage(ImageInfo *img) in x11_destroy_ximage() function
H A Dxmngview.c409 x11_destroy_ximage(img); in user_init_data()