Searched refs:hhbm (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 1283 StartDrawToBitmap(HDC hdc, HBITMAP *hhbm, int width, int height) in StartDrawToBitmap() argument 1288 if (hhbm) { in StartDrawToBitmap() 1296 *hhbm = CreateDIBSection(hdc, &info, DIB_RGB_COLORS, (void **)&bits, 0, 0); in StartDrawToBitmap() 1297 if (*hhbm) in StartDrawToBitmap() 1298 SelectObject(hdc, *hhbm); in StartDrawToBitmap() 1304 StopDrawToBitmap(HDC hdc, HBITMAP *hhbm) in StopDrawToBitmap() argument 1306 if (hhbm && *hhbm) { in StopDrawToBitmap() 1307 DeleteObject(*hhbm); in StopDrawToBitmap() 1308 *hhbm = NULL; in StopDrawToBitmap()
|
Completed in 5 milliseconds