Searched refs:wid (Results 1 - 25 of 70) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprFrame.c71 static void xprDestroyFrame(RootlessFrameID wid);
72 static void xprMoveFrame(RootlessFrameID wid, ScreenPtr pScreen, int newX, int newY);
73 static void xprResizeFrame(RootlessFrameID wid, ScreenPtr pScreen,
76 static void xprRestackFrame(RootlessFrameID wid, RootlessFrameID nextWid);
77 static void xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape);
78 static void xprUnmapFrame(RootlessFrameID wid);
79 static void xprStartDrawing(RootlessFrameID wid, char **pixelData, int *bytesPerRow);
80 static void xprStopDrawing(RootlessFrameID wid, Bool flush);
81 static void xprUpdateRegion(RootlessFrameID wid, RegionPtr pDamage);
82 static void xprDamageRects(RootlessFrameID wid, in
209 xprDestroyFrame(RootlessFrameID wid) argument
228 xprMoveFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY) argument
245 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
269 xprRestackFrame(RootlessFrameID wid,RootlessFrameID nextWid) argument
308 xprReshapeFrame(RootlessFrameID wid,RegionPtr pShape) argument
335 xprUnmapFrame(RootlessFrameID wid) argument
353 xprStartDrawing(RootlessFrameID wid,char ** pixelData,int * bytesPerRow) argument
374 xprStopDrawing(RootlessFrameID wid,Bool flush) argument
392 xprUpdateRegion(RootlessFrameID wid,RegionPtr pDamage) argument
404 xprDamageRects(RootlessFrameID wid,int nrects,const BoxRec * rects,int shift_x,int shift_y) argument
446 xprCopyWindow(RootlessFrameID wid,int dstNrects,const BoxRec * dstRects,int dx,int dy) argument
499 xprGetXWindow(xp_window_id wid) argument
521 xp_window_id wid; local in function:xprGetXWindowFromAppKit
552 xp_window_id wid; local in function:xprIsX11Window
632 xprUpdateColormap(RootlessFrameID wid,ScreenPtr pScreen) argument
643 xprHideWindow(RootlessFrameID wid) argument
[all...]
H A DxprAppleWM.c50 xp_window_id wid; local in function:xprSetWindowLevel
60 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow (pWin, TRUE));
61 if (wid == 0)
77 if (xp_configure_window (wid, XP_WINDOW_LEVEL, &wc) != Success) {
124 xp_window_id wid; local in function:xprFrameDraw
126 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow (pWin, FALSE));
127 if (wid == 0)
130 if (xp_frame_draw (wid, class, attr, outer, inner,
H A Dxpr.h42 WindowPtr xprGetXWindow(xp_window_id wid);
H A Ddri.c270 xp_window_id wid = 0; local in function:CreateSurfaceForWindow
292 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow(pWin, TRUE));
294 if (wid == 0) {
300 err = xp_create_surface(wid, &pDRIDrawablePriv->sid);
323 *widPtr = wid;
379 xp_window_id wid = 0; local in function:DRICreateSurface
384 (WindowPtr)pDrawable, &wid);
412 * Xplugin accepts a 0 wid if the surface id is offscreen, such
415 err = xp_export_surface(wid, pDRIDrawablePriv->sid,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprFrame.c73 xprDestroyFrame(RootlessFrameID wid);
75 xprMoveFrame(RootlessFrameID wid, ScreenPtr pScreen, int newX, int newY);
77 xprResizeFrame(RootlessFrameID wid, ScreenPtr pScreen, int newX, int newY,
81 xprRestackFrame(RootlessFrameID wid, RootlessFrameID nextWid);
83 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape);
85 xprUnmapFrame(RootlessFrameID wid);
87 xprStartDrawing(RootlessFrameID wid, char **pixelData, int *bytesPerRow);
89 xprStopDrawing(RootlessFrameID wid, Bool flush);
91 xprUpdateRegion(RootlessFrameID wid, RegionPtr pDamage);
93 xprDamageRects(RootlessFrameID wid, in
213 xprDestroyFrame(RootlessFrameID wid) argument
232 xprMoveFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY) argument
246 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
268 xprRestackFrame(RootlessFrameID wid,RootlessFrameID nextWid) argument
308 xprReshapeFrame(RootlessFrameID wid,RegionPtr pShape) argument
330 xprUnmapFrame(RootlessFrameID wid) argument
345 xprStartDrawing(RootlessFrameID wid,char ** pixelData,int * bytesPerRow) argument
375 xprStopDrawing(RootlessFrameID wid,Bool flush) argument
398 xprUpdateRegion(RootlessFrameID wid,RegionPtr pDamage) argument
407 xprDamageRects(RootlessFrameID wid,int nrects,const BoxRec * rects,int shift_x,int shift_y) argument
441 xprCopyWindow(RootlessFrameID wid,int dstNrects,const BoxRec * dstRects,int dx,int dy) argument
492 xprGetXWindow(xp_window_id wid) argument
512 xp_window_id wid; local in function:xprIsX11Window
581 xprUpdateColormap(RootlessFrameID wid,ScreenPtr pScreen) argument
593 xprHideWindow(RootlessFrameID wid) argument
[all...]
H A DxprAppleWM.c49 xp_window_id wid; local in function:xprSetWindowLevel
59 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow(pWin, TRUE));
60 if (wid == 0)
76 if (xp_configure_window(wid, XP_WINDOW_LEVEL, &wc) != Success) {
126 xp_window_id wid; local in function:xprFrameDraw
128 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow(pWin, FALSE));
129 if (wid == 0)
132 if (xp_frame_draw(wid, class, attr, outer, inner,
H A Dxpr.h54 xprGetXWindow(xp_window_id wid);
H A Ddri.c258 xp_window_id wid = 0; local in function:CreateSurfaceForWindow
280 wid = x_cvt_vptr_to_uint(RootlessFrameForWindow(pWin, TRUE));
282 if (wid == 0) {
288 err = xp_create_surface(wid, &pDRIDrawablePriv->sid);
311 *widPtr = wid;
367 xp_window_id wid = 0; local in function:DRICreateSurface
377 (WindowPtr)pDrawable, &wid);
400 * Xplugin accepts a 0 wid if the surface id is offscreen, such
403 err = xp_export_surface(wid, pDRIDrawablePriv->sid,
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h62 RootlessFrameID wid; // implementation specific frame id member in struct:_RootlessWindowRec
106 * initialized before calling except for pFrame->wid, which
121 * wid Frame id
124 (RootlessFrameID wid);
130 * wid Frame id
135 (RootlessFrameID wid, ScreenPtr pScreen, int newX, int newY);
141 * wid Frame id
149 (RootlessFrameID wid, ScreenPtr pScreen,
158 * wid Frame id
163 (RootlessFrameID wid, RootlessFrameI
[all...]
H A DrootlessCommon.c160 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData,
237 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush);
246 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL);
305 DamageRects(winRec->wid,
326 DamageRects(winRec->wid,
H A DrootlessWindow.c105 if (xp_get_window_bounds (MAKE_WINDOW_ID(winRec->wid), &bounds) != Success) return;
177 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid);
256 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape);
400 winRec->wid = NULL;
500 return winRec->wid;
520 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid);
573 newPrevID = newPrev != NULL ? newPrev->wid : 0;
582 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID);
775 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid,
1032 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScree
[all...]
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h62 RootlessFrameID wid; // implementation specific frame id member in struct:_RootlessWindowRec
104 * initialized before calling except for pFrame->wid, which
119 * wid Frame id
122 (RootlessFrameID wid);
128 * wid Frame id
133 (RootlessFrameID wid, ScreenPtr pScreen, int newX, int newY);
139 * wid Frame id
147 (RootlessFrameID wid, ScreenPtr pScreen,
156 * wid Frame id
161 (RootlessFrameID wid, RootlessFrameI
[all...]
H A DrootlessWindow.c110 if (xp_get_window_bounds(MAKE_WINDOW_ID(winRec->wid), &bounds) != Success)
185 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid);
262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape);
402 winRec->wid = NULL;
502 return winRec->wid;
521 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid);
576 newPrevID = newPrev != NULL ? newPrev->wid : 0;
585 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID);
774 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid,
1053 SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScree
[all...]
H A DrootlessCommon.c151 return (unsigned long)(uintptr_t)winRec->wid;
182 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData,
191 RL_DEBUG_MSG("GetScratchPixmapHeader gave us %p %p (%d,%d %dx%d %d) for wid=%lu\n",
199 RL_DEBUG_MSG("After SetPixmapBaseToScreen(%d %d %d): %p (%d,%d %dx%d %d) for wid=%lu\n",
206 RL_DEBUG_MSG("Skipped call to xprStartDrawing (wid: %lu) because winRec->is_drawing says we already did.\n", RootlessWID(pWindow));
219 RL_DEBUG_MSG("curPixmap is %p %p for wid=%lu\n", curPixmap, curPixmap ? curPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow));
220 RL_DEBUG_MSG("oldPixmap is %p %p for wid=%lu\n", oldPixmap, oldPixmap ? oldPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow));
287 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush);
296 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL);
353 wid,
[all...]
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_attr.c37 int drawop, int fg, unsigned int fbc, unsigned int wid)
42 ppc, ppc_mask, pmask, rop, drawop, fg, fbc, wid));
47 pFfb->wid_cache = wid;
56 ffb->wid = wid;
63 unsigned int wid, unsigned int rop, unsigned int pmask)
68 ppc, ppc_mask, pmask, rop, fbc, wid));
72 pFfb->wid_cache = wid;
79 ffb->wid = wid;
35 __FFB_Attr_Raw(FFBPtr pFfb,unsigned int ppc,unsigned int ppc_mask,unsigned int pmask,unsigned int rop,int drawop,int fg,unsigned int fbc,unsigned int wid) argument
62 __FFB_Attr_SFB_VAR(FFBPtr pFfb,unsigned int ppc,unsigned int ppc_mask,unsigned int fbc,unsigned int wid,unsigned int rop,unsigned int pmask) argument
[all...]
H A Dffb_wid.c43 make_wlut_regval(ffb_dac_info_t *p, ffb_wid_info_t *wid) argument
45 wid->wlut_regval = 0;
51 if (wid->buffer != 0)
52 wid->wlut_regval |= FFBDAC_PAC1_WLUT_DB;
54 if (wid->depth == 8) {
55 if (wid->greyscale) {
56 if (wid->linear)
64 if (wid->direct) {
67 if (wid->linear)
74 wid
321 FFBWidFree(FFBPtr pFfb,unsigned int wid) argument
339 FFBWidUnshare(FFBPtr pFfb,unsigned int wid) argument
380 FFBWidReshare(FFBPtr pFfb,unsigned int wid) argument
424 FFBWidChangeBuffer(FFBPtr pFfb,unsigned int wid,int visible) argument
[all...]
H A Dffb_accel_common.c62 unsigned int wid = pFfb->wid; local in function:FFB_SetupTextureAttrs
69 pFfb->wid_cache != wid ||
73 wid, rop, 0xffffffff);
H A Dffb.h109 unsigned int wid; member in struct:__anoncc77e9840208
210 CARD32 planemask, fbc, wid, fillcolour; member in struct:__anoncc77e9840308
/xsrc/external/mit/libX11/dist/src/
H A DCrWindow.c43 Window wid; local in function:XCreateSimpleWindow
57 wid = req->wid = XAllocID(dpy);
68 return (wid);
H A DWindow.c114 Window wid; local in function:XCreateWindow
131 wid = req->wid = XAllocID(dpy);
138 return (wid);
/xsrc/external/mit/libXaw/dist/src/
H A DVendor.c383 XawVendorShellRealize(Widget wid, Mask *vmask, XSetWindowAttributes *attr) argument
389 (*super->core_class.realize) (wid, vmask, attr);
390 _XawImRealize(wid);
453 XawVendorShellGeometryManager(Widget wid, XtWidgetGeometry *request, argument
456 ShellWidget shell = (ShellWidget)(wid->core.parent);
459 if(shell->shell.allow_shell_resize == FALSE && XtIsRealized(wid))
473 + _XawImGetImAreaHeight( wid ));
491 wid->core.width = shell->core.width;
492 wid->core.height = shell->core.height;
494 wid
502 XawVendorShellChangeManaged(Widget wid) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootless.c250 pFrame->wid = (RootlessFrameID) pRLWinPriv;
334 winMWExtWMReshapeFrame (pFrame->wid, pShape);
339 (int) pFrame->wid, (int) pRLWinPriv->hWnd);
366 winMWExtWMDestroyFrame (RootlessFrameID wid) argument
368 win32RootlessWindowPtr pRLWinPriv = (win32RootlessWindowPtr) wid;
433 winMWExtWMMoveFrame (RootlessFrameID wid, ScreenPtr pScreen, int iNewX, int iNewY) argument
435 win32RootlessWindowPtr pRLWinPriv = (win32RootlessWindowPtr) wid;
486 winMWExtWMResizeFrame (RootlessFrameID wid, ScreenPtr pScreen, argument
491 win32RootlessWindowPtr pRLWinPriv = (win32RootlessWindowPtr) wid;
539 winMWExtWMRestackFrame (RootlessFrameID wid, RootlessFrameI argument
654 winMWExtWMReshapeFrame(RootlessFrameID wid,RegionPtr pShape) argument
685 winMWExtWMUnmapFrame(RootlessFrameID wid) argument
702 winMWExtWMStartDrawing(RootlessFrameID wid,char ** pixelData,int * bytesPerRow) argument
858 winMWExtWMStopDrawing(RootlessFrameID wid,Bool fFlush) argument
888 winMWExtWMUpdateRegion(RootlessFrameID wid,RegionPtr pDamage) argument
935 winMWExtWMDamageRects(RootlessFrameID wid,int nCount,const BoxRec * pRects,int shift_x,int shift_y) argument
1009 winMWExtWMCopyWindow(RootlessFrameID wid,int nDstRects,const BoxRec * pDstRects,int nDx,int nDy) argument
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DShell.c971 static void EventHandler(Widget wid, XtPointer closure, XEvent *event,
1221 Realize(Widget wid, Mask *vmask, XSetWindowAttributes *attr) argument
1223 ShellWidget w = (ShellWidget) wid;
1232 GetGeometry(wid, (Widget) NULL);
1273 if (wid->core.width == 0 || wid->core.height == 0) {
1278 &wid->core.name, &count);
1280 wid->core.window = XCreateWindow(XtDisplay(wid),
1281 wid
1598 EventHandler(Widget wid,XtPointer closure _X_UNUSED,XEvent * event,Boolean * continue_to_dispatch _X_UNUSED) argument
1722 Destroy(Widget wid) argument
1729 WMDestroy(Widget wid) argument
1738 TopLevelDestroy(Widget wid) argument
1746 ApplicationDestroy(Widget wid) argument
1755 SessionDestroy(Widget wid) argument
1879 ChangeManaged(Widget wid) argument
1909 GeometryManager(Widget wid,XtWidgetGeometry * request,XtWidgetGeometry * reply _X_UNUSED) argument
[all...]
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_accel.c73 ld0->wid = 1;
125 ld0->wid = 0x10;
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.c169 xcb_window_t wid,
183 return xcb_create_window(c, depth, wid, parent,
191 xcb_window_t wid,
205 return xcb_create_window_checked(c, depth, wid, parent,
167 xcb_aux_create_window(xcb_connection_t * c,uint8_t depth,xcb_window_t wid,xcb_window_t parent,int16_t x,int16_t y,uint16_t width,uint16_t height,uint16_t border_width,uint16_t _class,xcb_visualid_t visual,uint32_t mask,const xcb_params_cw_t * params) argument
189 xcb_aux_create_window_checked(xcb_connection_t * c,uint8_t depth,xcb_window_t wid,xcb_window_t parent,int16_t x,int16_t y,uint16_t width,uint16_t height,uint16_t border_width,uint16_t _class,xcb_visualid_t visual,uint32_t mask,const xcb_params_cw_t * params) argument

Completed in 24 milliseconds

123