Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsframebuffer.c36 if (data->mdc) { in WIN_CreateWindowFramebuffer()
37 DeleteDC(data->mdc); in WIN_CreateWindowFramebuffer()
87 data->mdc = CreateCompatibleDC(data->hdc); in WIN_CreateWindowFramebuffer()
94 SelectObject(data->mdc, data->hbm); in WIN_CreateWindowFramebuffer()
106 data->mdc, rects[i].x, rects[i].y, SRCCOPY); in WIN_UpdateWindowFramebuffer()
120 if (data->mdc) { in WIN_DestroyWindowFramebuffer()
121 DeleteDC(data->mdc); in WIN_DestroyWindowFramebuffer()
122 data->mdc = NULL; in WIN_DestroyWindowFramebuffer()
A DSDL_windowswindow.h36 HDC mdc; member

Completed in 3 milliseconds