Searched refs:BeginPaint (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TextSinkP.h | 137 Bool (*BeginPaint)(Widget); member in struct:__anon2f14482a0208
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | 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) function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | 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);
|
| H A D | winmultiwindowwndproc.c | 588 BeginPaint(hwnd, &ps);
|
| H A D | 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/ |
| H A D | win32_winproc.c | 90 BeginPaint(hwnd, &ps); /* Must have this for some Win32 reason. */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwndproc.c | 466 /* BeginPaint gives us an hdc that clips to the invalidated region */ 467 hdcUpdate = BeginPaint (hwnd, &ps);
|
| H A D | 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 "
|
| H A D | 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 "
|
| H A D | winshadgdi.c | 825 /* BeginPaint gives us an hdc that clips to the invalidated region */ 826 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
|
| H A D | winwin32rootlesswndproc.c | 791 /* BeginPaint gives us an hdc that clips to the invalidated region */ 792 hdcUpdate = BeginPaint (hwnd, &ps);
|
Completed in 18 milliseconds