Searched refs:BeginPaint (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSinkP.h137 Bool (*BeginPaint)(Widget); member in struct:__anon2f14482a0208
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c79 static Bool BeginPaint(Widget);
143 BeginPaint,
909 if (cclass->text_sink_class.extension->BeginPaint == NULL ||
915 return ((*cclass->text_sink_class.extension->BeginPaint)(w));
919 BeginPaint(Widget w) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c754 /* BeginPaint gives us an hdc that clips to the invalidated region */
755 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps);
821 hdcUpdate = BeginPaint(hWnd, &ps);
H A Dwinmultiwindowwndproc.c588 BeginPaint(hwnd, &ps);
H A Dwinshadddnl.c870 /* BeginPaint gives us an hdc that clips to the invalidated region */
871 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps);
874 ErrorF("winBltExposedRegionsShadowDDNL - BeginPaint () returned "
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_winproc.c90 BeginPaint(hwnd, &ps); /* Must have this for some Win32 reason. */
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c466 /* BeginPaint gives us an hdc that clips to the invalidated region */
467 hdcUpdate = BeginPaint (hwnd, &ps);
H A Dwinshaddd.c938 /* BeginPaint gives us an hdc that clips to the invalidated region */
939 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
942 ErrorF ("winBltExposedRegionsShadowDD - BeginPaint () returned "
H A Dwinshadddnl.c1023 /* BeginPaint gives us an hdc that clips to the invalidated region */
1024 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
1028 ErrorF ("winBltExposedRegionsShadowDDNL - BeginPaint () returned "
H A Dwinshadgdi.c825 /* BeginPaint gives us an hdc that clips to the invalidated region */
826 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
H A Dwinwin32rootlesswndproc.c791 /* BeginPaint gives us an hdc that clips to the invalidated region */
792 hdcUpdate = BeginPaint (hwnd, &ps);

Completed in 18 milliseconds