Home | History | Annotate | Download | only in win32

Lines Matching refs:pDIBitmap

136   CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap;
137 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) {
138 delete pDIBitmap;
142 CFX_ByteString info = GetBitmapInfo(pDIBitmap);
143 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(),
146 delete pDIBitmap;
147 pDIBitmap = nullptr;
150 return pDIBitmap;
174 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap;
175 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) {
176 delete pDIBitmap;
180 CFX_ByteString info = GetBitmapInfo(pDIBitmap);
181 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(),
184 delete pDIBitmap;
185 pDIBitmap = nullptr;
188 return pDIBitmap;