Searched refs:hbm (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsframebuffer.c | 33 HBITMAP hbm; in WIN_CreateWindowFramebuffer() local 39 if (data->hbm) { in WIN_CreateWindowFramebuffer() 40 DeleteObject(data->hbm); in WIN_CreateWindowFramebuffer() 54 hbm = CreateCompatibleBitmap(data->hdc, 1, 1); in WIN_CreateWindowFramebuffer() 55 GetDIBits(data->hdc, hbm, 0, 0, NULL, info, DIB_RGB_COLORS); in WIN_CreateWindowFramebuffer() 57 DeleteObject(hbm); in WIN_CreateWindowFramebuffer() 91 if (!data->hbm) { in WIN_CreateWindowFramebuffer() 94 SelectObject(data->mdc, data->hbm); in WIN_CreateWindowFramebuffer() 124 if (data->hbm) { in WIN_DestroyWindowFramebuffer() 125 DeleteObject(data->hbm); in WIN_DestroyWindowFramebuffer() [all …]
|
A D | SDL_windowsmodes.c | 49 HBITMAP hbm; in WIN_UpdateDisplayMode() local 60 hbm = CreateCompatibleBitmap(hdc, 1, 1); in WIN_UpdateDisplayMode() 61 GetDIBits(hdc, hbm, 0, 1, NULL, bmi, DIB_RGB_COLORS); in WIN_UpdateDisplayMode() 62 GetDIBits(hdc, hbm, 0, 1, NULL, bmi, DIB_RGB_COLORS); in WIN_UpdateDisplayMode() 63 DeleteObject(hbm); in WIN_UpdateDisplayMode()
|
A D | SDL_windowswindow.h | 38 HBITMAP hbm; member
|
A D | SDL_windowskeyboard.c | 1411 HBITMAP hbm = NULL; in IME_RenderCandidateList() local 1493 StartDrawToBitmap(hdc, &hbm, size.cx, size.cy); in IME_RenderCandidateList() 1541 StopDrawToBitmap(hdc, &hbm); in IME_RenderCandidateList()
|
/AliOS-Things-master/components/jsoncpp/ |
A D | AUTHORS | 78 Matthias Loy <matthias.loy@hbm.com>
|
Completed in 9 milliseconds