Home
last modified time | relevance | path

Searched refs:imlib_create_image_from_drawable (Results 1 – 20 of 20) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dcamera.c55 image = imlib_create_image_from_drawable(rw, rx, ry, rdx, rdy, 0); in camera_snap()
/dports/x11/wbar/wbar-2.3.4/src/core/
H A DImgWrap.h39 imlib_create_image_from_drawable(0, x, y, w, h, 1)
/dports/graphics/scrot/scrot-1.7/src/
H A Dmain.c340 im = imlib_create_image_from_drawable(0, 0, 0, scr->width, in scrotGrabShot()
380 im = imlib_create_image_from_drawable(0, rx, ry, rw, rh, 1); in scrotGrabFocused()
393 im = imlib_create_image_from_drawable(0, rx, ry, rw, rh, 1); in scrotGrabAutoselect()
751 ret = imlib_create_image_from_drawable(0, 0, 0, scr->width, in scrotGrabShotMulti()
H A Dscrot_selection.c459 Imlib_Image capture = imlib_create_image_from_drawable(0, rect0.x, rect0.y, in scrotSelectionSelectMode()
/dports/x11/idesk/idesk-0.7.5/src/
H A DXImlib2Background.cpp261 spareRoot = imlib_create_image_from_drawable( 0 , 0, 0, in Refresh()
311 spareRoot = imlib_create_image_from_drawable(0 , 0, 0, in InitSpareRoot()
/dports/x11-wm/e16/e16-1.0.24/dox/
H A Dttfont.c59 im = imlib_create_image_from_drawable(0, x, y - ascent, w, h, 0); in EFont_draw_string()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dyimage2.cc121 Image image = imlib_create_image_from_drawable(mask, 0, 0, in createFromPixmapAndMask()
/dports/graphics/p5-Imlib2/Imlib2-Perl-1.0.0/
H A DImlib2.xs130 RETVAL = imlib_create_image_from_drawable(mask,x,y,w,h,grab_x);
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dwin.cpp540 Imlib_Image img = imlib_create_image_from_drawable((Pixmap)0,0,0,screen_width,screen_height,1); in grab_screenshot_data()
/dports/graphics/feh/feh-3.5/src/
H A Dgib_imlib.c607 return imlib_create_image_from_drawable(mask, x, y, width, height, in gib_imlib_create_image_from_drawable()
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A DImlib2.h303 EAPI Imlib_Image imlib_create_image_from_drawable(Pixmap mask,
H A Dapi.c2250 imlib_create_image_from_drawable(Pixmap mask, int x, int y, int width, in imlib_create_image_from_drawable() function
/dports/graphics/giblib/giblib-1.2.4/giblib/
H A Dgib_imlib.c586 return imlib_create_image_from_drawable(mask, x, y, width, height, in gib_imlib_create_image_from_drawable()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Deimage.c450 im = imlib_create_image_from_drawable(mask, x, y, w, h, grab); in EImageGrabDrawable()
/dports/sysutils/conky-awesome/conky-1.12.2/lua/
H A Dimlib2.pkg199 Imlib_Image imlib_create_image_from_drawable(Pixmap mask, int x, int y,
/dports/sysutils/conky/conky-1.12.2/lua/
H A Dimlib2.pkg199 Imlib_Image imlib_create_image_from_drawable(Pixmap mask, int x, int y,
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/taskbar/
H A Dtask.c337 img = imlib_create_image_from_drawable(hints->icon_mask, 0, 0, w, h, 0); in task_get_icon()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/
H A Dpanel.c1247 …Imlib_Image img = imlib_create_image_from_drawable(0, 0, 0, panel->area.width, panel->area.height,… in save_panel_screenshot()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/systray/
H A Dsystraybar.c1327 … Imlib_Image image = imlib_create_image_from_drawable(0, 0, 0, traywin->width, traywin->height, 1); in systray_render_icon_composited()
/dports/graphics/imlib2/imlib2-1.7.0/
H A DChangeLog666 …imlib_copy_drawable_to_image() and imlib_create_image_from_drawable(): - When mask is set to (Pixm…