Searched defs:PAINTSTRUCT (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp144 typedef HDC (WINAPI *PtrBeginPaint)(HWND, PAINTSTRUCT*);
145 typedef BOOL (WINAPI *PtrEndPaint)(HWND, const PAINTSTRUCT*);
149 extern "C" BOOL __stdcall _HEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint);
152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint)
156 // We're secretly handling WM_PRINTCLIENT, so set up the PAINTSTRUCT so
158 memset(lpPaint, 0, sizeof(PAINTSTRUCT));
185 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint)
270 static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)(HWND, const PAINTSTRUCT*)) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 114 milliseconds