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 129 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap;
130 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) {
131 delete pDIBitmap;
135 CFX_ByteString info = GetBitmapInfo(pDIBitmap);
136 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), (BITMAPINFO*)info.c_str(), DIB_RGB_COLORS);
138 if (pDIBitmap) {
139 delete pDIBitmap;
141 pDIBitmap = NULL;
144 return pDIBitmap;
161 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap
    [all...]
fx_win32_gdipext.cpp     [all...]

Completed in 327 milliseconds