Searched defs:hdc (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengl.c | 246 WIN_GL_ChoosePixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR * target) in WIN_GL_ChoosePixelFormat() 384 HDC hdc; in WIN_GL_InitExtensions() local 487 HDC hdc; in WIN_GL_ChoosePixelFormatARB() local 528 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_SetupWindowInternal() local 668 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_CreateContext() local 798 HDC hdc; in WIN_GL_MakeCurrent() local 854 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_SwapWindow() local
|
A D | SDL_windowsmodes.c | 39 HDC hdc; in WIN_UpdateDisplayMode() local 275 HDC hdc; in WIN_GetDisplayDPI() local
|
A D | SDL_windowswindow.h | 35 HDC hdc; member
|
A D | SDL_windowskeyboard.c | 1283 StartDrawToBitmap(HDC hdc, HBITMAP *hhbm, int width, int height) in StartDrawToBitmap() 1304 StopDrawToBitmap(HDC hdc, HBITMAP *hhbm) in StopDrawToBitmap() 1314 DrawRect(HDC hdc, int left, int top, int right, int bottom, int pensize) in DrawRect() 1405 IME_RenderCandidateList(SDL_VideoData *videodata, HDC hdc) in IME_RenderCandidateList() 1557 HDC hdc = CreateCompatibleDC(NULL); in IME_Render() local
|
A D | SDL_windowsmouse.c | 95 HDC hdc; in WIN_CreateCursor() local
|
A D | SDL_windowswindow.c | 710 HDC hdc; in WIN_SetWindowGammaRamp() local 729 HDC hdc; in WIN_GetWindowGammaRamp() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng-win.c | 697 HDC hdc; in rpng_win_wndproc() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | VisualPng.c | 151 static HDC hdc; in WndProc() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 211 HDC hdc; /**< The window device context */ member
|
Completed in 15 milliseconds