Searched refs:m_pPDFDoc (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp16 m_pPDFDoc(NULL),
24 if (m_pPDFDoc)
26 delete m_pPDFDoc;
27 m_pPDFDoc = NULL;
40 if (!m_pPDFDoc)
44 m_pPDFDoc = new CPDF_Document;
45 m_pPDFDoc->CreateNewDoc();
49 return m_pPDFDoc;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp127 : m_pPDFDoc(pPDFDoc)
301 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pFontDict);
353 m_pPDFDoc->AddIndirectObject(pDict);
355 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pDict);
440 CPDF_ColorSpace* pCS = CPDF_ColorSpace::Load(m_pPDFDoc, pArray);
500 pPattern = new CPDF_ShadingPattern(m_pPDFDoc, pPatternObj, bShading, matrix);
506 pPattern = new CPDF_TilingPattern(m_pPDFDoc, pPatternObj, matrix);
508 pPattern = new CPDF_ShadingPattern(m_pPDFDoc, pPatternObj, FALSE, matrix);
549 CPDF_Image* pImage = new CPDF_Image(m_pPDFDoc);
H A Dfpdf_page_graph_state.cpp361 if (src.m_pTransferFunc && src.m_pTransferFunc->m_pPDFDoc) {
362 CPDF_DocRenderData* pDocCache = src.m_pTransferFunc->m_pPDFDoc->GetRenderData();
371 if (m_pTransferFunc && m_pTransferFunc->m_pPDFDoc) {
372 CPDF_DocRenderData* pDocCache = m_pTransferFunc->m_pPDFDoc->GetRenderData();
H A Dpageint.h387 CPDF_Document* m_pPDFDoc; member in class:CPDF_DocPageData
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_FontMap.h123 CPDF_Document* m_pPDFDoc; member in class:CPWL_FontMap
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h47 CPDF_Document* m_pPDFDoc; member in class:CPDF_TransferFunc
72 CPDF_Document* m_pPDFDoc; member in class:CPDF_DocRenderData
H A Dfpdf_render.cpp14 : m_pPDFDoc(pPDFDoc)
1213 pTransfer->m_pPDFDoc = m_pPDFDoc;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h336 CPDF_Document* GetPDFDocument() {return m_pPDFDoc;}
354 CPDF_Document* m_pPDFDoc; member in class:FX_FINAL
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp227 m_pPDFDoc(pDoc),

Completed in 192 milliseconds