Home
last modified time | relevance | path

Searched refs:hhbm (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1288 StartDrawToBitmap(HDC hdc, HBITMAP *hhbm, int width, int height) in StartDrawToBitmap() argument
1293 if (hhbm) { in StartDrawToBitmap()
1301 *hhbm = CreateDIBSection(hdc, &info, DIB_RGB_COLORS, (void **)&bits, 0, 0); in StartDrawToBitmap()
1302 if (*hhbm) in StartDrawToBitmap()
1303 SelectObject(hdc, *hhbm); in StartDrawToBitmap()
1309 StopDrawToBitmap(HDC hdc, HBITMAP *hhbm) in StopDrawToBitmap() argument
1311 if (hhbm && *hhbm) { in StopDrawToBitmap()
1312 DeleteObject(*hhbm); in StopDrawToBitmap()
1313 *hhbm = NULL; in StopDrawToBitmap()