Home
last modified time | relevance | path

Searched refs:xw (Results 1 – 25 of 2731) sorted by relevance

12345678910>>...110

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Xml/
H A DXmlSimpleDictionaryWriterTest.cs65 xw.Flush (); in WriteXmlnsAttribute()
75 xw.Close (); in WriteXmlnsAttributeNullPrefix()
239 xw.Close(); in CloseOpenElements()
248 xw.Close (); in CloseWriteAfter()
733 xw.Close (); in WriteStateTest()
823 xw.Close (); in XmlLang()
981 xw.Flush (); in WriteWhitespace()
990 xw.Flush (); in FlushDoesntCloseTag()
1041 xw.Close (); in DontOutputRemovalDefaultNSDeclaration()
1063 xw.Close (); in DontOutputRemovalDefaultNSDeclaration2()
[all …]
/dports/graphics/pgplot/pgplot/drivers/
H A Dxwdriv.c765 XFillPolygon(xw->display, xw->pixmap, xw->gc, xw->poly.points,
866 if(xw && xw->bad_device && xw->display)
1753 XCopyArea(xw->display, xw->pixmap, xw->window, xw->gc,
2044 xw->client = xw->server = xw->window = xw->parent = None;
2624 XPutImage(xw->display, xw->pixmap, xw->gc, xw->image.xi, 0, 0,
2662 XCopyArea(xw->display, xw->pixmap, xw->window, xw->gc,
3084 XCopyArea(xw->display, xw->pixmap, xw->window, xw->gc,
3107 XCopyArea(xw->display, xw->pixmap, xw->window, xw->gc,
3262 for(xw=device_list; xw!=NULL && xw->display!=display; xw = xw->next);
3688 xw = xw->next;
[all …]
/dports/devel/directfb/DirectFB-1.4.17/systems/x11/
H A Dxwindow.c114 xw->window = XCreateWindow( xw->display, in dfb_x11_open_window()
149 xw->gc = XCreateGC(xw->display, xw->window, 0, NULL); in dfb_x11_open_window()
167 XDefineCursor( xw->display, xw->window, xw->NullCursor ); in dfb_x11_open_window()
171 XMapRaised( xw->display, xw->window ); in dfb_x11_open_window()
182 xw->ximage=XShmCreateImage(xw->display, xw->visual, xw->depth, ZPixmap, in dfb_x11_open_window()
222 xw->virtualscreen= xw->ximage->data = xw->shmseginfo->shmaddr; in dfb_x11_open_window()
229 XShmPutImage(x11->display, xw->window, xw->gc, xw->ximage, in dfb_x11_open_window()
248 xw->bpp = (xw->depth > 16) ? 4 : in dfb_x11_open_window()
258 xw->ximage = XCreateImage( xw->display, xw->visual, xw->depth, ZPixmap, 0, in dfb_x11_open_window()
263xw->visual->visualid, xw->depth, xw->width, xw->height * 2, xw->virtualscreen, pitch ); in dfb_x11_open_window()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dx11term.c67 #define XW_X_CSIZE(xw) ((XW_EXTRA (xw)) -> x_size) argument
68 #define XW_Y_CSIZE(xw) ((XW_EXTRA (xw)) -> y_size) argument
69 #define XW_CURSOR_X(xw) ((XW_EXTRA (xw)) -> cursor_x) argument
70 #define XW_CURSOR_Y(xw) ((XW_EXTRA (xw)) -> cursor_y) argument
80 #define XTERM_HL(xw, index) (* (XTERM_HL_LOC (xw, index))) argument
82 #define XTERM_HL_GC(xw, hl) (hl ? (XW_REVERSE_GC (xw)) : (XW_NORMAL_GC (xw))) argument
123 (xw, x, y, in xterm_erase_cursor()
126 (XTERM_HL_GC (xw, (XTERM_HL (xw, index))))); in xterm_erase_cursor()
141 (xw, x, y, in xterm_draw_cursor()
183 (xw, in xterm_update_normal_hints()
[all …]
H A Dx11graph.c57 #define XW_X_LEFT(xw) ((XW_EXTRA (xw)) -> x_left) argument
58 #define XW_X_RIGHT(xw) ((XW_EXTRA (xw)) -> x_right) argument
60 #define XW_Y_TOP(xw) ((XW_EXTRA (xw)) -> y_top) argument
61 #define XW_X_SLOPE(xw) ((XW_EXTRA (xw)) -> x_slope) argument
62 #define XW_Y_SLOPE(xw) ((XW_EXTRA (xw)) -> y_slope) argument
181 (xw, 0, ((XW_Y_SIZE (xw)) - 1), ((XW_X_SIZE (xw)) - 1), 0); in reset_clip_rectangle()
190 = (((XW_X_RIGHT (xw)) == (XW_X_LEFT (xw))) in reset_virtual_device_coordinates()
195 / ((XW_X_RIGHT (xw)) - (XW_X_LEFT (xw))))); in reset_virtual_device_coordinates()
197 = (((XW_Y_BOTTOM (xw)) == (XW_Y_TOP (xw))) in reset_virtual_device_coordinates()
202 / ((XW_Y_BOTTOM (xw)) - (XW_Y_TOP (xw))))); in reset_virtual_device_coordinates()
[all …]
H A Dx11.h205 #define XW_XD(xw) ((xw) -> xd) argument
206 #define XW_WINDOW(xw) ((xw) -> window) argument
207 #define XW_X_SIZE(xw) ((xw) -> x_size) argument
208 #define XW_Y_SIZE(xw) ((xw) -> y_size) argument
209 #define XW_CLIP_X(xw) ((xw) -> clip_x) argument
210 #define XW_CLIP_Y(xw) ((xw) -> clip_y) argument
211 #define XW_CLIP_WIDTH(xw) ((xw) -> clip_width) argument
222 #define XW_NORMAL_GC(xw) ((xw) -> normal_gc) argument
223 #define XW_REVERSE_GC(xw) ((xw) -> reverse_gc) argument
224 #define XW_CURSOR_GC(xw) ((xw) -> cursor_gc) argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/xflate/
H A Dwriter.go146 remain := xw.nchk - xw.zw.InputOffset
148 xw.err = xw.Flush(FlushFull)
157 n, xw.err = xw.zw.Write(buf[:remain])
177 xw.err = xw.zw.Flush()
181 if xw.err = xw.Flush(FlushSync); xw.err != nil {
185 xw.zw.Reset(xw.wr)
187 xw.err = xw.Flush(FlushIndex)
196 xw.err = xw.encodeIndex(&xw.idx)
219 xw.err = xw.Flush(FlushIndex)
251 xw.mw.Reset(xw.wr)
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/demo/x11_xft/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, in main()
171 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
220 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/x11_xft/
H A Dmain.c125 memset(&xw, 0, sizeof xw); in main()
130 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
131 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
133 xw.swa.colormap = xw.cmap; in main()
144 XMapWindow(xw.dpy, xw.win); in main()
146 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
147 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
153 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, in main()
176 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
228 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/x11/
H A Dmain.c120 memset(&xw, 0, sizeof xw); in main()
125 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
126 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
128 xw.swa.colormap = xw.cmap; in main()
139 XMapWindow(xw.dpy, xw.win); in main()
141 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
142 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
148 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
167 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
216 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/x11/
H A Dmain.c125 memset(&xw, 0, sizeof xw); in main()
130 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
131 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
133 xw.swa.colormap = xw.cmap; in main()
144 XMapWindow(xw.dpy, xw.win); in main()
146 XSetWMProtocols(xw.dpy, xw.win, &xw.wm_delete_window, 1); in main()
147 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
153 ctx = nk_xlib_init(xw.font, xw.dpy, xw.screen, xw.win, xw.width, xw.height); in main()
172 nk_xlib_handle_event(xw.dpy, xw.screen, xw.win, &evt); in main()
224 nk_xfont_del(xw.dpy, xw.font); in main()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/alevt/
H A Dxio.c377 XSetIconName(xw->xio->dpy, xw->win, xw->title); in xio_title()
384 xw->dheight = xw->blink = xw->concealed = 0; in xio_clear_win()
477 dirty(xw, xw->curs_y, xw->curs_y + 1); in xio_set_cursor()
640 draw_cursor(xw, xw->curs_x, xw->curs_y, dbl); in xio_update_win()
690 dirty(xw, xw->sel_y1, xw->sel_y2); in sel_set()
701 dirty(xw, xw->sel_y1, xw->sel_y2); in sel_set()
710 dirty(xw, xw->sel_y1, xw->sel_y2); in sel_abort()
735 sel_set(xw, xw->sel_start_x, xw->sel_start_y, x, y); in sel_move()
821 dirty(xw, xw->sel_y1, xw->sel_y2); in sel_convert2pixmap()
984 for (xw = PTR xio->windows->first; xw->node->next; xw = PTR xw->node->next) in handle_event()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/Test/System.Xaml/
H A DXamlXmlWriterTest.cs116 xw.Close (); in InitWriteNamespace()
134 xw.Close (); in InitWriteStartObject()
191 xw.Close (); in WriteObjectAndMember()
228 xw.Close (); in WriteObjectInsideMember()
245 xw.Close (); in ValueAfterObject()
264 xw.Close (); in ValueAfterObject2()
283 xw.Close (); in ValueAfterObject3()
352 xw.Close (); in WriteNamespace()
388 xw.Close (); in ObjectThenNamespaceThenObjectThenObject()
431 xw.Close (); in ValueThenStartObject()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/demo/x11_rawfb/
H A Dmain.c158 memset(&xw, 0, sizeof xw); in main()
164 xw.vis = XDefaultVisual(xw.dpy, xw.screen); in main()
165 xw.cmap = XCreateColormap(xw.dpy,xw.root,xw.vis,AllocNone); in main()
166 xw.swa.colormap = xw.cmap; in main()
176 XStoreName(xw.dpy, xw.win, "X11"); in main()
177 XMapWindow(xw.dpy, xw.win); in main()
178 XGetWindowAttributes(xw.dpy, xw.win, &xw.attr); in main()
183 status = nk_xlib_init(xw.dpy, xw.vis, xw.screen, xw.win, xw.width, xw.height, &fb); in main()
257 XUnmapWindow(xw.dpy, xw.win); in main()
258 XFreeColormap(xw.dpy, xw.cmap); in main()
[all …]

12345678910>>...110