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

  /external/pdfium/xfa/fxbarcode/
BC_Writer.cpp 53 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap;
54 pDIBitmap->Create(width, height, m_colorSpace);
55 return pDIBitmap;
  /external/pdfium/xfa/fxfa/app/
xfa_ffimage.cpp 46 CFX_DIBitmap* pDIBitmap = GetDataAcc()->GetImageImage();
47 if (!pDIBitmap)
67 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
xfa_ffimageedit.cpp 63 CFX_DIBitmap* pDIBitmap = m_pDataAcc->GetImageEditImage();
64 if (!pDIBitmap)
84 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 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))
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 411 CFX_DIBitmap* pDIBitmap = m_pDeviceBitmap;
412 if (!pDIBitmap) {
419 uint8_t* src_scan = (uint8_t*)pDIBitmap->GetScanline(row);
422 int32_t src_Bpp = pDIBitmap->GetBPP() >> 3;
433 switch (pDIBitmap->GetFormat()) {
440 if (pDIBitmap->GetPalette()) {
553 CFX_DIBitmap* pDIBitmap = m_pDeviceBitmap;
554 ASSERT(pDIBitmap);
567 PngOneOneMapResampleHorz(pDIBitmap, des_row, m_pDecodeBuf, m_SrcFormat);
569 ResampleVert(pDIBitmap, scale_y, des_row)
    [all...]

Completed in 80 milliseconds