Searched refs:ClearToBackground (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSinkP.h179 _XawSinkClearToBackgroundProc ClearToBackground; member in struct:_TextSinkClassPart
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c198 WRAP_SCREEN(ClearToBackground, VGAarbiterClearToBackground);
238 UNWRAP_SCREEN(ClearToBackground);
364 SCREEN_PROLOG ( ClearToBackground);
366 (*pScreen->ClearToBackground) (pWin, x, y, w, h, generateExposures);
368 SCREEN_EPILOG (ClearToBackground, VGAarbiterClearToBackground);
H A Dxf86VGAarbiterPriv.h116 ClearToBackgroundProcPtr ClearToBackground; member in struct:_VGAarbiterScreen
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c200 WRAP_SCREEN(ClearToBackground, VGAarbiterClearToBackground);
242 UNWRAP_SCREEN(ClearToBackground);
348 SCREEN_PROLOG(ClearToBackground);
350 (*pScreen->ClearToBackground) (pWin, x, y, w, h, generateExposures);
352 SCREEN_EPILOG(ClearToBackground, VGAarbiterClearToBackground);
H A Dxf86VGAarbiterPriv.h127 ClearToBackgroundProcPtr ClearToBackground; member in struct:_VGAarbiterScreen
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h458 ClearToBackgroundProcPtr ClearToBackground; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c256 pScreen->ClearToBackground = miClearToBackground;
H A Dmioverlay.c154 pScreen->ClearToBackground = miOverlayClearToBackground;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c268 pScreen->ClearToBackground = miClearToBackground;
H A Dmioverlay.c155 pScreen->ClearToBackground = miOverlayClearToBackground;
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c65 static void ClearToBackground(Widget, int, int, unsigned int, unsigned int);
193 ClearToBackground, /* ClearToBackground */
246 if (t_src->text_sink_class.ClearToBackground== XtInheritClearToBackground)
247 t_src->text_sink_class.ClearToBackground =
248 superC->text_sink_class.ClearToBackground;
405 * ClearToBackground
419 ClearToBackground(Widget w, int x, int y, function in typeref:typename:void
709 (*cclass->text_sink_class.ClearToBackground)(w, x, y, width, height);
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h544 ClearToBackgroundProcPtr ClearToBackground; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwin.h510 ClearToBackgroundProcPtr ClearToBackground; member in struct:_winPrivScreenRec
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompalloc.c422 (*pWin->drawable.pScreen->ClearToBackground)(pWin, 0, 0, 0, 0, TRUE);
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c443 (*pWin->drawable.pScreen->ClearToBackground) (pWin, 0, 0, 0,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwin.h596 ClearToBackgroundProcPtr ClearToBackground; member in struct:_winPrivScreenRec
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c1516 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1609 (*pWin->drawable.pScreen->ClearToBackground)(pWin, stuff->x, stuff->y,
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1711 (*pWin->drawable.pScreen->ClearToBackground) (pWin, stuff->x, stuff->y,

Completed in 36 milliseconds