Searched refs:m_pPDFDoc (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_doc.cpp | 114 : m_pPDFDoc(pPDFDoc), m_bForceClear(FALSE) {} in CPDF_DocPageData() 237 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pFontDict); in GetFont() 283 m_pPDFDoc->AddIndirectObject(pDict); in GetStandardFont() 284 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pDict); in GetStandardFont() 363 CPDF_ColorSpace* pCS = CPDF_ColorSpace::Load(m_pPDFDoc, pArray); in GetColorSpace() 422 new CPDF_ShadingPattern(m_pPDFDoc, pPatternObj, bShading, matrix); in GetPattern() 428 pPattern = new CPDF_TilingPattern(m_pPDFDoc, pPatternObj, matrix); in GetPattern() 431 new CPDF_ShadingPattern(m_pPDFDoc, pPatternObj, FALSE, matrix); in GetPattern() 474 CPDF_Image* pImage = new CPDF_Image(m_pPDFDoc); in GetImage()
|
D | fpdf_page_graph_state.cpp | 346 if (src.m_pTransferFunc && src.m_pTransferFunc->m_pPDFDoc) { in CPDF_GeneralStateData() 348 src.m_pTransferFunc->m_pPDFDoc->GetRenderData(); in CPDF_GeneralStateData() 356 if (m_pTransferFunc && m_pTransferFunc->m_pPDFDoc) { in ~CPDF_GeneralStateData() 357 CPDF_DocRenderData* pDocCache = m_pTransferFunc->m_pPDFDoc->GetRenderData(); in ~CPDF_GeneralStateData()
|
D | pageint.h | 366 CPDF_Document* const m_pPDFDoc; variable
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 34 : m_pPDFDoc(NULL), m_pSystemHandler(pSystemHandler) { in CPWL_FontMap() 39 delete m_pPDFDoc; in ~CPWL_FontMap() 40 m_pPDFDoc = NULL; in ~CPWL_FontMap() 50 if (!m_pPDFDoc) { in GetDocument() 52 m_pPDFDoc = new CPDF_Document; in GetDocument() 53 m_pPDFDoc->CreateNewDoc(); in GetDocument() 57 return m_pPDFDoc; in GetDocument()
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_doc.cpp | 39 m_pPDFDoc(pPDFDoc), in CPDFXFA_Document() 53 if (m_pPDFDoc) { in ~CPDFXFA_Document() 54 CPDF_Parser* pParser = m_pPDFDoc->GetParser(); in ~CPDFXFA_Document() 58 delete m_pPDFDoc; in ~CPDFXFA_Document() 73 if (!m_pPDFDoc) in LoadXFADoc() 82 m_pXFADoc = pApp->CreateDoc(this, m_pPDFDoc); in LoadXFADoc() 122 if (!m_pPDFDoc && !m_pXFADoc) in GetPageCount() 128 if (m_pPDFDoc) in GetPageCount() 129 return m_pPDFDoc->GetPageCount(); in GetPageCount() 141 if (!m_pPDFDoc && !m_pXFADoc) in GetPage() [all …]
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdoc.cpp | 21 m_pPDFDoc(nullptr), in CXFA_FFDoc() 102 if (iStatus == XFA_PARSESTATUS_Done && !m_pPDFDoc) { in DoLoad() 135 FXSYS_assert(!m_pPDFDoc); in DoLoad() 254 m_pPDFDoc = pPDFDoc; in OpenDoc() 317 return m_pPDFDoc; in GetPDFDoc() 323 if (!m_pPDFDoc) { in GetPDFNamedImage() 334 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot(); in GetPDFNamedImage()
|
D | xfa_ffdoc.h | 57 CPDF_Document* m_pPDFDoc; variable
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
D | fpdfxfa_doc.h | 29 CPDF_Document* GetPDFDoc() { return m_pPDFDoc; } in GetPDFDoc() 219 CPDF_Document* m_pPDFDoc; variable
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 120 CPDF_Document* m_pPDFDoc;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | render_int.h | 67 CPDF_Document* const m_pPDFDoc; variable 89 CPDF_Document* m_pPDFDoc; variable
|
D | fpdf_render.cpp | 15 : m_pPDFDoc(pPDFDoc), m_pFontCache(new CFX_FontCache) {} in CPDF_DocRenderData() 1211 CPDF_TransferFunc* pTransfer = new CPDF_TransferFunc(m_pPDFDoc); in GetTransferFunc()
|
D | fpdf_render_image.cpp | 136 CPDF_TransferFunc::CPDF_TransferFunc(CPDF_Document* pDoc) : m_pPDFDoc(pDoc) {} in CPDF_TransferFunc()
|