Searched refs:m_pDIBSource (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 391 m_pDIBSource = m_Loader.m_pBitmap; in StartRenderDIBSource() 401 …m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBit… in StartRenderDIBSource() 412 if (m_pDIBSource->IsAlphaMask()) { in StartRenderDIBSource() 422 m_pClone = m_pDIBSource->Clone(); in StartRenderDIBSource() 424 m_pDIBSource = m_pClone; in StartRenderDIBSource() 441 if ((image_clip.Width() * m_pDIBSource->GetWidth() / image_rect.Width()) * in StartRenderDIBSource() 442 (image_clip.Height() * m_pDIBSource->GetHeight() / image_rect.Height()) > in StartRenderDIBSource() 534 m_pDIBSource = pDIBSource; in Start() 585 …if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE))… in DrawPatternImage() 658 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) { in DrawMaskedImage() [all …]
|
D | fpdf_render_loadimage.cpp | 42 CFX_DIBSource* pBitmap = m_pDIBSource; in DetachBitmap() 43 m_pDIBSource = NULL; in DetachBitmap() 54 m_pDIBSource = FX_NEW CPDF_DIBSource; in StartLoadDIBSource() 55 …int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormR… in StartLoadDIBSource() 60 delete m_pDIBSource; in StartLoadDIBSource() 61 m_pDIBSource = NULL; in StartLoadDIBSource() 64 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask(); in StartLoadDIBSource() 65 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor; in StartLoadDIBSource() 70 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause); in Continue() 75 delete m_pDIBSource; in Continue() [all …]
|
D | render_int.h | 237 const CFX_DIBSource* m_pDIBSource; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_image.cpp | 72 m_pDIBSource = NULL; in CPDF_Image()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 938 CFX_DIBSource* m_pDIBSource; variable
|
/external/pdfium/core/src/reflow/ |
D | layoutprocessor_reflow.cpp | 1082 if (!pImage->m_pDIBSource || !pImage->m_pMask) { in CreateRFData()
|