Searched refs:hdcNew (Results 1 – 1 of 1) sorted by relevance
1015 HDC hdcNew; in SetBitmap() local1016 hdcNew = CreateCompatibleDC(0); in SetBitmap()1020 oldhand = SelectObject(hdcNew, (HGDIOBJ) bitMap); in SetBitmap()1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi, in SetBitmap()1041 DeleteDC(hdcNew); in SetBitmap()