HomeSort by: relevance | last modified time | path
    Searched refs:BeginPaint (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSinkP.h 137 Bool (*BeginPaint)(Widget);
  /xsrc/external/mit/libXaw/dist/src/
TextSink.c 79 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)
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winshadgdi.c 754 /* BeginPaint gives us an hdc that clips to the invalidated region */
755 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps);
821 hdcUpdate = BeginPaint(hWnd, &ps);
winmultiwindowwndproc.c 588 BeginPaint(hwnd, &ps);
winshadddnl.c 870 /* 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/
win32_winproc.c 90 BeginPaint(hwnd, &ps); /* Must have this for some Win32 reason. */
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwndproc.c 466 /* BeginPaint gives us an hdc that clips to the invalidated region */
467 hdcUpdate = BeginPaint (hwnd, &ps);
winshaddd.c 938 /* BeginPaint gives us an hdc that clips to the invalidated region */
939 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
942 ErrorF ("winBltExposedRegionsShadowDD - BeginPaint () returned "
winshadddnl.c 1023 /* BeginPaint gives us an hdc that clips to the invalidated region */
1024 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
1028 ErrorF ("winBltExposedRegionsShadowDDNL - BeginPaint () returned "
winshadgdi.c 825 /* BeginPaint gives us an hdc that clips to the invalidated region */
826 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
winwin32rootlesswndproc.c 791 /* BeginPaint gives us an hdc that clips to the invalidated region */
792 hdcUpdate = BeginPaint (hwnd, &ps);

Completed in 23 milliseconds