Lines Matching refs:hWnd
47 SkOSWindow::SkOSWindow(void* hWnd) { in SkOSWindow() argument
48 fHWND = hWnd; in SkOSWindow()
58 gEventTarget = (HWND)hWnd; in SkOSWindow()
110 bool SkOSWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in wndProc() argument
141 HDC hdc = BeginPaint(hWnd, &ps); in wndProc()
143 EndPaint(hWnd, &ps); in wndProc()
149 InvalidateRect(hWnd, rect, FALSE); in wndProc()
150 KillTimer(hWnd, (UINT_PTR)rect); in wndProc()
384 bool create_ANGLE(EGLNativeWindowType hWnd, in create_ANGLE() argument
407 EGLDisplay display = eglGetDisplay(GetDC(hWnd)); in create_ANGLE()
451 (EGLNativeWindowType)hWnd, in create_ANGLE()