Home | History | Annotate | Download | only in windib

Lines Matching defs:mdc

961 	HDC hdc, mdc;
968 mdc = CreateCompatibleDC(hdc);
969 SelectObject(mdc, screen_bmp);
972 mdc, rects[i].x, rects[i].y, SRCCOPY);
974 DeleteDC(mdc);
1017 HDC hdc, mdc;
1071 mdc = CreateCompatibleDC(hdc);
1072 SelectObject(mdc, screen_bmp);
1073 SetDIBColorTable(mdc, firstcolor, ncolors, pal);
1076 mdc, 0, 0, SRCCOPY);
1078 DeleteDC(mdc);
1317 HDC mdc;
1322 mdc = CreateCompatibleDC(hdc);
1323 SelectObject(mdc, screen_bmp);
1325 mdc, 0, 0, SRCCOPY);
1326 DeleteDC(mdc);