Home
last modified time | relevance | path

Searched refs:x11_create_ximage (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/exiftran/fbida-2.14/
H A Dx11.h33 XImage *x11_create_ximage(Widget shell, int width, int height, void **shm);
H A Dx11.c291 x11_create_ximage(Widget shell, int width, int height, void **shm) in x11_create_ximage() function
408 if (NULL == (ximage = x11_create_ximage(shell, width, height, &shm))) { in x11_create_pixmap()
H A Dviewer.c56 ximage = x11_create_ximage(app_shell, img->i.width, img->i.height, &shm); in image_to_pixmap()
367 ida->ximage = x11_create_ximage(ida->widget, ida->scrwidth, ida->scrheight, in viewer_new_view()
/dports/graphics/ida/fbida-2.14/
H A Dx11.h33 XImage *x11_create_ximage(Widget shell, int width, int height, void **shm);
H A Dx11.c291 x11_create_ximage(Widget shell, int width, int height, void **shm) in x11_create_ximage() function
408 if (NULL == (ximage = x11_create_ximage(shell, width, height, &shm))) { in x11_create_pixmap()
H A Dviewer.c56 ximage = x11_create_ximage(app_shell, img->i.width, img->i.height, &shm); in image_to_pixmap()
367 ida->ximage = x11_create_ximage(ida->widget, ida->scrwidth, ida->scrheight, in viewer_new_view()
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dblit.h7 XImage *x11_create_ximage(Display *dpy, XVisualInfo *vinfo,
H A Dblit.c229 x11_create_ximage(Display *dpy, XVisualInfo *vinfo, in x11_create_ximage() function
334 if (NULL == (ximage = x11_create_ximage(dpy, vinfo, buf->fmt.width, in x11_create_pixmap()
826 st->ximage = x11_create_ximage(XtDisplay(st->widget), st->vinfo, in blit_init_frame()
/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/xmngview/
H A Dxmng.h97 extern XImage *x11_create_ximage(ImageInfo *data);
H A Dcolor.c313 XImage *x11_create_ximage(ImageInfo *img) in x11_create_ximage() function
H A Dxmngview.c429 img->ximage = x11_create_ximage(img); in user_init_data()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/utils/
H A Dlqtplay.c384 x11_create_ximage(Display *dpy, int width, int height) in x11_create_ximage() function
1120 qt_ximage = x11_create_ximage(dpy,qtvr_dwidth,qtvr_dheight); in qt_init_video()
1123 qt_ximage = x11_create_ximage(dpy,qt_width,qt_height); in qt_init_video()
/dports/multimedia/libquicktime/libquicktime-1.2.4/utils/
H A Dlqtplay.c384 x11_create_ximage(Display *dpy, int width, int height) in x11_create_ximage() function
1120 qt_ximage = x11_create_ximage(dpy,qtvr_dwidth,qtvr_dheight); in qt_init_video()
1123 qt_ximage = x11_create_ximage(dpy,qt_width,qt_height); in qt_init_video()