HomeSort by relevance Sort by last modified time
    Searched defs:hWnd (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.h 48 HWND hWnd;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 38 window_proc(HWND hWnd,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
72 HWND hWnd = NULL;
100 hWnd = CreateWindowEx(0,
112 if (hWnd == NULL)
115 hDC = GetDC(hWnd);
124 if (hWnd)
125 DestroyWindow(hWnd);
    [all...]
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 38 window_proc(HWND hWnd,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
72 HWND hWnd = NULL;
100 hWnd = CreateWindowEx(0,
112 if (hWnd == NULL)
115 hDC = GetDC(hWnd);
124 if (hWnd)
125 DestroyWindow(hWnd);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.h 62 HWND hWnd;
128 * Search a framebuffer with a matching HWND.
135 HWND hwnd );
stw_ext_pbuffer.c 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
82 HWND hWnd;
177 hWnd = CreateWindowEx(dwExStyle,
189 if (!hWnd) {
198 GetClientRect(hWnd, &rect);
205 hDC = GetDC(hWnd);
249 hDC = GetDC(fb->hWnd);
    [all...]
stw_framebuffer.c 46 * Search the framebuffer with the matching HWND while holding the
51 HWND hwnd )
56 if (fb->hWnd == hwnd) {
95 ReleaseDC(fb->hWnd, fb->hDC);
126 assert(fb->hWnd);
135 if (!GetClientRect(fb->hWnd, &client_rect)) {
162 if (ClientToScreen(fb->hWnd, &client_pos) &&
163 GetWindowRect(fb->hWnd, &window_rect))
393 HWND hwnd; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 62 HWND hWnd;
128 * Search a framebuffer with a matching HWND.
135 HWND hwnd );
stw_ext_pbuffer.c 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
82 HWND hWnd;
177 hWnd = CreateWindowEx(dwExStyle,
189 if (!hWnd) {
198 GetClientRect(hWnd, &rect);
205 hDC = GetDC(hWnd);
249 hDC = GetDC(fb->hWnd);
    [all...]
stw_framebuffer.c 46 * Search the framebuffer with the matching HWND while holding the
51 HWND hwnd )
56 if (fb->hWnd == hwnd) {
95 ReleaseDC(fb->hWnd, fb->hDC);
126 assert(fb->hWnd);
135 if (!GetClientRect(fb->hWnd, &client_rect)) {
162 if (ClientToScreen(fb->hWnd, &client_pos) &&
163 GetWindowRect(fb->hWnd, &window_rect))
393 HWND hwnd; local
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
96 extern SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv);
130 HWND hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
133 if (!hWnd)
151 gSkWind = create_sk_window(hWnd, argc, argv);
155 ShowWindow(hWnd, nCmdShow);
156 UpdateWindow(hWnd);
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 53 HWND hWnd;
86 GetClientRect(gsurf->hWnd, &rect);
131 hDC = GetDC(gsurf->hWnd);
134 ReleaseDC(gsurf->hWnd, hDC);
149 hDC = GetDC(gsurf->hWnd);
152 ReleaseDC(gsurf->hWnd, hDC);
241 gsurf->hWnd = (HWND) win;
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 53 HWND hWnd;
86 GetClientRect(gsurf->hWnd, &rect);
131 hDC = GetDC(gsurf->hWnd);
134 ReleaseDC(gsurf->hWnd, hDC);
149 hDC = GetDC(gsurf->hWnd);
152 ReleaseDC(gsurf->hWnd, hDC);
241 gsurf->hWnd = (HWND) win;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 5207 milliseconds