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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 391 m_pDIBSource = m_Loader.m_pBitmap;
401 m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBitmap, !m_Loader.m_bCached);
412 if (m_pDIBSource->IsAlphaMask()) {
422 m_pClone = m_pDIBSource->Clone();
424 m_pDIBSource = m_pClone;
441 if ((image_clip.Width() * m_pDIBSource->GetWidth() / image_rect.Width()) *
442 (image_clip.Height() * m_pDIBSource->GetHeight() / image_rect.Height()) >
534 m_pDIBSource = pDIBSource;
585 if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {
658 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) {
    [all...]
fpdf_render_loadimage.cpp 42 CFX_DIBSource* pBitmap = m_pDIBSource;
43 m_pDIBSource = NULL;
54 m_pDIBSource = FX_NEW CPDF_DIBSource;
55 int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormResource, pPageResource, bStdCS, GroupFamily, bLoadMask);
60 delete m_pDIBSource;
61 m_pDIBSource = NULL;
64 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask();
65 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor;
70 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause);
75 delete m_pDIBSource;
    [all...]
render_int.h 237 const CFX_DIBSource* m_pDIBSource;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 72 m_pDIBSource = NULL;
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 938 CFX_DIBSource* m_pDIBSource;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 42 milliseconds