Home
last modified time | relevance | path

Searched refs:imlib_blend_image_onto_image (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/imlib2/imlib2-1.7.0/src/bin/
H A Dimlib2_show.c617 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h); in main()
636 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h); in main()
647 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h); in main()
660 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h); in main()
673 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h); in main()
1003 imlib_blend_image_onto_image(im_bg, 0, in main()
1300 imlib_blend_image_onto_image(im_ic[ic], 0, in main()
1313 imlib_blend_image_onto_image(im_sh1, 0, 0, 0, 50, 50, 0, 0, 50, in main()
1316 imlib_blend_image_onto_image(im_sh2, 0, 0, 0, 50, 50, 50, 0, in main()
1319 imlib_blend_image_onto_image(im_sh3, 0, 0, 0, 50, 50, 0, 50, 50, in main()
[all …]
H A Dimlib2_test.c198 imlib_blend_image_onto_image(image, 0, in main()
215 imlib_blend_image_onto_image(image, 0, in main()
H A Dimlib2_view.c123 imlib_blend_image_onto_image(im, 0, in progress()
/dports/x11-wm/phluid/phluid-0.0.3/src/
H A Dclient.c176 imlib_blend_image_onto_image(c->bg, 0, 0, 0, i_w, i_h, 0, 0, in render_title_bar()
215 imlib_blend_image_onto_image(c->bg, 0, 0, 0, i_w, i_h, TEXT_X, 0, in render_name()
266 imlib_blend_image_onto_image(c->title_bar, 0, 0, 0, i_w, i_h, -up_x, in redraw_client()
H A Ddecal.c56 imlib_blend_image_onto_image(this->image, 0, 0, 0, this->width, in render_decals()
/dports/x11/hsetroot/hsetroot-1.0.5/
H A Dhsetroot.c171imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org, o.y_org, o.width, o.height); in load_image()
180imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + left, o.y_org + top, (int) (im… in load_image()
215 imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, 0, 0, newW, newH); in load_image()
227imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + x, o.y_org + y, imgW, imgH); in load_image()
229imlib_blend_image_onto_image(buffer, 0, 0, 0, imgW, imgH, o.x_org + left, o.y_org + top, imgW, img… in load_image()
/dports/sysutils/conky/conky-1.12.2/lua/
H A Dlibcairo_imlib2_helper.h60 imlib_blend_image_onto_image(image, 0, 0, 0, w, h, 0, 0, scaled_w, scaled_h); in cairo_draw_image()
/dports/sysutils/conky-awesome/conky-1.12.2/lua/
H A Dlibcairo_imlib2_helper.h60 imlib_blend_image_onto_image(image, 0, 0, 0, w, h, 0, 0, scaled_w, scaled_h); in cairo_draw_image()
/dports/x11/wbar/wbar-2.3.4/src/core/
H A DImgWrap.h48 imlib_blend_image_onto_image(img, 0, sx, sy, sw, sh, dx, dy, dw, dh)
H A DIcon.cc55 imlib_blend_image_onto_image(icon, 1, 0, 0, iw, ih, 0, 0, iw, in Icon()
/dports/graphics/scrot/scrot-1.7/src/
H A Dscrot_selection.c484 imlib_blend_image_onto_image(hole, 0, x, y, rect1.w, rect1.h, x, y, rect1.w, rect1.h); in scrotSelectionSelectMode()
500 imlib_blend_image_onto_image(hide, 0, 0, 0, w, h, x, y, rect1.w, rect1.h); in scrotSelectionSelectMode()
518 imlib_blend_image_onto_image(blur, 0, x, y, rect1.w, rect1.h, x, y, rect1.w, rect1.h); in scrotSelectionSelectMode()
H A Dmain.c328 imlib_blend_image_onto_image(imcursor, 0, 0, 0, width, height, x, y, width, height); in scrotGrabMousePointer()
812 imlib_blend_image_onto_image(im, 0, 0, 0, w, h, x, y, w, h); in stalkImageConcat()
/dports/graphics/imlib2/imlib2-1.7.0/src/modules/filters/
H A Dfilter_test.c79 imlib_blend_image_onto_image(anoim, 0, 0, 0, w, h, x, y, w, h); in exec()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Deimage.c348 imlib_blend_image_onto_image(src, merge_alpha, sx, sy, sw, sh, in EImageBlend()
381 imlib_blend_image_onto_image(tile, 0, 0, 0, sw, sh, 0, 0, tw, th); in EImageTile()
420 imlib_blend_image_onto_image(tim, 0, tx, ty, ww, hh, x, y, ww, hh); in EImageTile()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dimlib2.cc215 imlib_blend_image_onto_image(image, 1, 0, 0, w, h, cur->x, cur->y, cur->w, in cimlib_draw_image()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dimlib2.cc215 imlib_blend_image_onto_image(image, 1, 0, 0, w, h, cur->x, cur->y, cur->w, in cimlib_draw_image()
/dports/x11/bgs/bgs-0.8/
H A Dbgs.c122 imlib_blend_image_onto_image(tmpimg, 0, 0, 0, w, h, in drawbg()
/dports/x11/idesk/idesk-0.7.5/src/
H A DXImlib2Image.cpp305 imlib_blend_image_onto_image(image, 1, 0, 0, width, height, 0, 0, width, height); in repaint()
/dports/www/nginx-full/ngx_small_light-0.9.2/src/
H A Dngx_http_small_light_imlib2.c229 imlib_blend_image_onto_image(image_dst, 255, 0, 0, in ngx_http_small_light_imlib2_process()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/vhook/
H A Dimlib2.c468 imlib_blend_image_onto_image(ci->imageOverlaid, 0, in Process()
/dports/graphics/p5-Imlib2/Imlib2-Perl-1.0.0/
H A DImlib2.xs89imlib_blend_image_onto_image(source_image, merge_alpha, source_x, source_y, source_width,source_he…
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dwin.cpp490 imlib_blend_image_onto_image(img, 0, in grab_screenshot_data_portion()
/dports/graphics/zphoto/zphoto-1.2/
H A Dimage.cpp380 imlib_blend_image_onto_image(input_image, 0, 0, 0, in advanced_copy_image()
/dports/graphics/feh/feh-3.5/src/
H A Dgib_imlib.c443 imlib_blend_image_onto_image(source_image, merge_alpha, sx, sy, sw, sh, dx, in gib_imlib_blend_image_onto_image()
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A DImlib2.h283 EAPI void imlib_blend_image_onto_image(Imlib_Image source_image,

12