HomeSort by relevance Sort by last modified time
    Searched defs:pDIBitmap (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 138 CFX_DIBitmap* pDIBitmap = FX_NEW CFX_DIBitmap;
139 if (!pDIBitmap) {
143 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) {
144 delete pDIBitmap;
148 CFX_ByteString info = GetBitmapInfo(pDIBitmap);
149 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), (BITMAPINFO*)(FX_LPCSTR)info, DIB_RGB_COLORS);
151 if (pDIBitmap) {
152 delete pDIBitmap;
154 pDIBitmap = NULL;
157 return pDIBitmap;
    [all...]
fx_win32_gdipext.cpp     [all...]

Completed in 1192 milliseconds