Home
last modified time | relevance | path

Searched refs:XGetImage (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/dports/misc/wmweather+/wmweather+-2.18/wmgeneral/
H A Dxpm_trans.c47 pix=XGetImage(display, wmgen.pixmap, 0, 0, ww, hh, AllPlanes, ZPixmap); in combineWithTrans()
49 mask=XGetImage(display, wmgen.mask, 0, 0, ww, hh, AllPlanes, ZPixmap); in combineWithTrans()
81 pix=XGetImage(display, wmgen.pixmap, 0, 0, ww, hh, AllPlanes, ZPixmap); in combineWithOpacity()
83 mask=XGetImage(display, wmgen.mask, 0, 0, ww, hh, AllPlanes, ZPixmap); in combineWithOpacity()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/graph/
H A Ddump_img.c38 XGetImage(caml_gr_display, Data_im(image), 0, 0, width, height, (-1), in caml_gr_dump_image()
48 XGetImage(caml_gr_display, Mask_im(image), 0, 0, width, height, 1, in caml_gr_dump_image()
H A Dpoint_col.c26 im = XGetImage(caml_gr_display, caml_gr_bstore.win, x, Bcvt(y), 1, 1, (-1), in caml_gr_point_color()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/graph/
H A Ddump_img.c38 XGetImage(caml_gr_display, Data_im(image), 0, 0, width, height, (-1), in caml_gr_dump_image()
48 XGetImage(caml_gr_display, Mask_im(image), 0, 0, width, height, 1, in caml_gr_dump_image()
H A Dpoint_col.c26 im = XGetImage(caml_gr_display, caml_gr_bstore.win, x, Bcvt(y), 1, 1, (-1), in caml_gr_point_color()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dxanalogtv.c295 XImage *image = XGetImage (st->dpy, pixmap, 0, 0, in image_loaded_cb()
388 ximage = XGetImage (st->dpy, p, 0, 0, w, h, ~0L, ZPixmap); in load_station_images()
438 st->logo = XGetImage (dpy, p, 0, 0, w, h, ~0L, ZPixmap); in xanalogtv_init()
442 st->logo_mask = XGetImage (dpy, mask, 0, 0, w, h, ~0L, ZPixmap); in xanalogtv_init()
455 st->test_patterns[i++] = XGetImage (dpy, p, 0, 0, w, h, ~0L, ZPixmap); in xanalogtv_init()
461 st->test_patterns[i++] = XGetImage (dpy, p, 0, 0, w, h, ~0L, ZPixmap); in xanalogtv_init()
467 st->test_patterns[i++] = XGetImage (dpy, p, 0, 0, w, h, ~0L, ZPixmap); in xanalogtv_init()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dgrab.c260 xim = XGetImage(dpy, window, nx, ny, width, height, AllPlanes, ZPixmap); in DoGrabImage()
262 xim = XGetImage(dpy, root, x, y, width, height, AllPlanes, ZPixmap); in DoGrabImage()
293 xim = XGetImage(dpy, lastWindow, fx, fy, count, 1, in DoGrabImage()
326 xim = XGetImage(dpy, lastWindow, fx, fy, count, 1, in DoGrabImage()
382 xim = XGetImage(dpy, window, nx, ny, 1, 1, AllPlanes, ZPixmap); in DoGrabPixel()
/dports/x11/libX11/libX11-1.7.2/src/
H A DGetImage.c56 XImage *XGetImage ( in XGetImage() function
147 temp_image = XGetImage(dpy, d, x, y, width, height, in XGetSubImage()
/dports/games/xshisen/xshisen-1.51/
H A Dimage.C22 orig_image = XGetImage(disp, original, in ResizePixmap()
63 orig_image = XGetImage(disp, original, in MakeHalfBrightPixmap()
/dports/games/xchomp/xchomp/
H A Dcontact.c38 new = XGetImage(display, dead_prot[1], 0, 0, GHOST_SIZE,
41 old = XGetImage(display, dead_prot[i], 0, 0, GHOST_SIZE,
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/
H A DSoXtInternal.cpp143 XImage * pixmap = XGetImage(dpy, pixels, 0, 0, attrs.width, attrs.height, in createPixmapFromXpm()
145 XImage * mask = XGetImage(dpy, stencil, 0, 0, attrs.width, attrs.height, in createPixmapFromXpm()
/dports/x11-clocks/eyeclock/eyeclock-2.0/
H A Detc.c299 src_image = XGetImage(display, src, 0, 0, src_width, src_height, in CreateResizedPixmap()
328 src_image = XGetImage(display, src, 0, 0, src_width, src_height, in CreateResizedPixmap()
353 src_image = XGetImage(display, src, 0, 0, src_width, src_height, in CreateResizedPixmap()
378 src_image = XGetImage(display, src, 0, 0, src_width, src_height, in CreateResizedPixmap()
486 image = XGetImage(display, src, 0, 0, width, height, AllPlanes, XYPixmap); in MakeMaskPixmap()
/dports/x11/rendercheck/rendercheck-1.5/
H A Dt_triangles.c104 image = XGetImage(dpy, dst->d, in triangles_test()
176 image = XGetImage(dpy, dst->d, in trifan_test()
248 image = XGetImage(dpy, dst->d, in tristrip_test()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/wrlib/
H A Dxpixmap.c161 pimg = XGetImage(context->dpy, drawable, 0, 0, w, h, AllPlanes, ZPixmap); in RCreateImageFromDrawable()
170 mimg = XGetImage(context->dpy, mask, 0, 0, w, h, AllPlanes, ZPixmap); in RCreateImageFromDrawable()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/wrlib/
H A Dxpixmap.c161 pimg = XGetImage(context->dpy, drawable, 0, 0, w, h, AllPlanes, ZPixmap); in RCreateImageFromDrawable()
170 mimg = XGetImage(context->dpy, mask, 0, 0, w, h, AllPlanes, ZPixmap); in RCreateImageFromDrawable()
/dports/lang/ptoc/ptoc/Xbgi/
H A Dgetpixel.c16 ximage = XGetImage(dpy, window, x, y, 1, 1, plane_masks, XYPixmap); in getpixel()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DXlib.nexc16 XGetImage
/dports/x11/libXpm/libXpm-3.5.13/src/
H A DCrIFrP.c56 *ximage_return = XGetImage(display, pixmap, 0, 0, *width, *height, in xpmCreateImageFromPixmap()
/dports/math/abs/abs-src-0.908/Xpm/
H A DCrIFrP.c60 *ximage_return = XGetImage(display, pixmap, 0, 0, *width, *height,
/dports/devel/upp/upp/bazaar/SysInfo/srcdoc.tpp/
H A DToDo_en-us.tpp7 [s0;~~~576~576; [2 2010/02/17-|Use XGetImage() for Window`_SaveCapture().
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXpmCrIFrP.c59 *ximage_return = XGetImage(display, pixmap, 0, 0, *width, *height,
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltUnixImage.c468 imagePtr = XGetImage(Tk_Display(tkwin), drawable, x, y, width, height,
750 src = XGetImage(display, srcBitmap, 0, 0, srcWidth, srcHeight, 1, ZPixmap);
751 dest = XGetImage(display, destBitmap, 0, 0, destWidth, destHeight, 1,
929 src = XGetImage(display, srcBitmap, 0, 0, srcWidth, srcHeight, 1, ZPixmap);
930 dest = XGetImage(display, destBitmap, 0, 0, destWidth, destHeight, 1,
1023 src = XGetImage(display, srcBitmap, 0, 0, srcWidth, srcHeight, 1, ZPixmap); in Blt_ScaleRotateBitmapRegion()
1024 dest = XGetImage(display, destBitmap, 0, 0, regionWidth, regionHeight, 1, in Blt_ScaleRotateBitmapRegion()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgxdxwd.c69 image = XGetImage (dpy, window, x, y, width, height, AllPlanes, format);
154 image = XGetImage (dpy, RootWindow(dpy, screen), absx, absy, width, height, AllPlanes, format);
156 image = XGetImage (dpy, window, x, y, width, height, AllPlanes, format);
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c619 im = XGetImage(mywin.d, mywin.disp_screen, in TransferArea()
935 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
938 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
973 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
995 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1017 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1038 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1041 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
1062 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1065 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dx_wrdwindow.c619 im = XGetImage(mywin.d, mywin.disp_screen, in TransferArea()
935 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
938 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
973 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
995 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1017 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1038 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1041 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
1062 simg = XGetImage(mywin.d, mywin.screens[ss], in x_XCopy()
1065 timg = XGetImage(mywin.d, mywin.screens[ts], in x_XCopy()
[all …]

12345678910>>...39