Home
last modified time | relevance | path

Searched refs:image_gc (Results 1 – 23 of 23) sorted by relevance

/dports/deskutils/xwrits/xwrits-2.26/
H A Dgifx.c280 if (!gfx->image_gc) in put_sub_image_colormap()
282 if (!gfx->image_gc) in put_sub_image_colormap()
572 if (!gfx->image_gc) in apply_background()
574 if (!gfx->image_gc) in apply_background()
590 XSetClipMask(gfx->display, gfx->image_gc, mask); in apply_background()
594 XSetClipMask(gfx->display, gfx->image_gc, None); in apply_background()
615 XSetClipMask(gfx->display, gfx->image_gc, mask); in apply_image()
619 XSetClipMask(gfx->display, gfx->image_gc, None); in apply_image()
800 gfx->image_gc = None; in Gif_NewXContextFromVisual()
829 if (gfx->image_gc) in Gif_DeleteXContext()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dgifx.c284 if (!gfx->image_gc) in put_sub_image_colormap()
286 if (!gfx->image_gc) in put_sub_image_colormap()
588 if (!gfx->image_gc) in Gif_XNextImage()
590 if (!gfx->image_gc) goto error_exit; in Gif_XNextImage()
610 XCopyArea(gfx->display, last, pixmap, gfx->image_gc, in Gif_XNextImage()
617 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in Gif_XNextImage()
630 XSetClipMask(gfx->display, gfx->image_gc, mask); in Gif_XNextImage()
634 XSetClipMask(gfx->display, gfx->image_gc, None); in Gif_XNextImage()
706 gfx->image_gc = None; in Gif_NewXContextFromVisual()
735 if (gfx->image_gc) in Gif_DeleteXContext()
[all …]
H A Dgifx.h45 GC image_gc; member
/dports/games/xmahjongg/xmahjongg-3.7/liblcdf/
H A Dgifx.c285 if (!gfx->image_gc) in put_sub_image_colormap()
287 if (!gfx->image_gc) in put_sub_image_colormap()
589 if (!gfx->image_gc) in Gif_XNextImage()
591 if (!gfx->image_gc) goto error_exit; in Gif_XNextImage()
611 XCopyArea(gfx->display, last, pixmap, gfx->image_gc, in Gif_XNextImage()
618 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in Gif_XNextImage()
631 XSetClipMask(gfx->display, gfx->image_gc, mask); in Gif_XNextImage()
635 XSetClipMask(gfx->display, gfx->image_gc, None); in Gif_XNextImage()
710 gfx->image_gc = None; in Gif_NewXContextFromVisual()
739 if (gfx->image_gc) in Gif_DeleteXContext()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dgifx.c281 if (!gfx->image_gc) in put_sub_image_colormap()
283 if (!gfx->image_gc) in put_sub_image_colormap()
576 if (!gfx->image_gc) in apply_background()
578 if (!gfx->image_gc) in apply_background()
585 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in apply_background()
588 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in apply_background()
619 XSetClipMask(gfx->display, gfx->image_gc, mask); in apply_image()
623 XSetClipMask(gfx->display, gfx->image_gc, None); in apply_image()
811 gfx->image_gc = None; in Gif_NewXContextFromVisual()
840 if (gfx->image_gc) in Gif_DeleteXContext()
[all …]
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dgifx.c281 if (!gfx->image_gc) in put_sub_image_colormap()
283 if (!gfx->image_gc) in put_sub_image_colormap()
576 if (!gfx->image_gc) in apply_background()
578 if (!gfx->image_gc) in apply_background()
585 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in apply_background()
588 XFillRectangle(gfx->display, pixmap, gfx->image_gc, in apply_background()
619 XSetClipMask(gfx->display, gfx->image_gc, mask); in apply_image()
623 XSetClipMask(gfx->display, gfx->image_gc, None); in apply_image()
811 gfx->image_gc = None; in Gif_NewXContextFromVisual()
840 if (gfx->image_gc) in Gif_DeleteXContext()
[all …]
/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dswgeneral.cc56 GC image_gc; in draw_subimage() local
58 image_gc = _masked_image_gc; in draw_subimage()
59 XSetClipMask(_display, image_gc, mask); in draw_subimage()
60 XSetClipOrigin(_display, image_gc, x - src_x, y - src_y); in draw_subimage()
62 image_gc = _copy_gc; in draw_subimage()
63 XCopyArea(_display, source, _window, image_gc, src_x, src_y, in draw_subimage()
H A Dkdets.cc158 _gifx->image_gc, 0, 0, BG_WIDTH, BG_HEIGHT, 0, 0); in draw()
164 XSetClipMask(_gifx->display, _gifx->image_gc, mask); in draw()
165 XSetClipOrigin(_gifx->display, _gifx->image_gc, FACE_XOFF, FACE_YOFF); in draw()
166 XCopyArea(_gifx->display, img, pix, _gifx->image_gc, in draw()
168 XSetClipMask(_gifx->display, _gifx->image_gc, None); in draw()
/dports/x11/xstroke/xstroke-0.5.12/
H A Dbrush.c46 GC image_gc; in brush_init() local
123 image_gc = XCreateGC(dpy, brush->image_pixmap, 0, 0); in brush_init()
130 XPutImage(dpy, brush->image_pixmap, image_gc, image, in brush_init()
138 XPutImage(dpy, brush->shadow_pixmap, image_gc, image, in brush_init()
141 XFreeGC(dpy, image_gc); in brush_init()
/dports/games/3omns/3omns-0.2/l3/
H A Dimage.c49 static int image_gc(lua_State *restrict l) { in image_gc() function
76 lua_pushcfunction(l, image_gc); in open_image()
/dports/graphics/pixie/Pixie/src/framebuffer/
H A Dfbx.cpp308 image_gc = XCreateGC (display, xcanvas, 0, 0); in main()
320 XPutImage (display, xcanvas, image_gc, xim, 0, 0, 0, 0, width, height); in main()
333 XPutImage (display, xcanvas, image_gc, xim, exp_event.x, exp_event.y, in main()
362 XFreeGC(display,image_gc); in main()
377 XPutImage (display, xcanvas, image_gc, xim, 0, 0, 0, 0, width, height); in finish()
551 XPutImage (display, xcanvas, image_gc, xim, x, y, x, y, w, h); in DEFINE_DATA_HANDLER_16()
H A Dfbx.h86 GC image_gc; variable
/dports/games/xmahjongg/xmahjongg-3.7/include/lcdfgif/
H A Dgifx.h46 GC image_gc; member
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Gui/
H A Dgui.hpp102 void image_gc (string name= "*");
/dports/deskutils/xwrits/xwrits-2.26/include/lcdfgif/
H A Dgifx.h41 GC image_gc; member
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/include/lcdfgif/
H A Dgifx.h41 GC image_gc; member
/dports/graphics/gifsicle/gifsicle-1.93/include/lcdfgif/
H A Dgifx.h41 GC image_gc; member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextFP.h83 GC image_gc; /* Image GC for drawing text cursor*/ member
307 #define TextF_CursorGC(w) (TextF__(w).image_gc) /* highlighting text */
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A DTODO12 * Implement image_gc
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextFP.h113 GC image_gc; /* Image GC for drawing text cursor*/ member
H A DDataFP.h90 #define XmTextF_image_gc(w) (((XmDataFieldWidget)(w))->text.image_gc)
H A DTextF.c1473 SetFullGC(tf, tf->text.image_gc); in _XmTextFToggleCursorGC()
1511 if (XGetGCValues(XtDisplay(widget), tf->text.image_gc, in _XmTextFToggleCursorGC()
1543 XChangeGC(XtDisplay(widget), tf->text.image_gc, valueMask, &values); in _XmTextFToggleCursorGC()
1729 SetShadowGC(tf, tf->text.image_gc); in PaintCursor()
1737 XFillRectangle(XtDisplay(tf), XtWindow(tf), tf->text.image_gc, x, y, in PaintCursor()
2829 XSetTSOrigin(XtDisplay(tf), tf->text.image_gc, x, y);
7307 tf->text.image_gc = NULL;
7460 if (tf->text.image_gc != NULL)
7461 XtReleaseGC((Widget)tf, tf->text.image_gc);
7585 XChangeGC(XtDisplay(tf), tf->text.image_gc, valueMask, &values);
[all …]
/dports/math/xgraph/xgraph/
H A Dxtb.c98 GC image_gc; local
119 image_gc = XCreateGC(disp, stipple, (unsigned long) 0, &image_vals);
120 XPutImage(disp, stipple, image_gc, stip_image, 0, 0, 0, 0, w, h);