Searched refs:m_pDocument (Results 26 - 50 of 57) sorted by relevance

123

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp93 pDict->SetAt(key, pObj, m_pDocument);
108 pDict->SetAt(FX_BSTRC("ColorSpace"), pCSObj, m_pDocument);
113 CPDF_Stream* pStream = m_pSyntax->ReadInlineStream(m_pDocument, pDict, pCSObj, m_Options.m_bDecodeInlineImage);
936 if (m_Status != Ready || pPage == NULL || pPage->m_pDocument == NULL || pPage->m_pFormDict == NULL) {
1000 m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentMatrix, pForm,
1016 if (pForm->m_pDocument) {
1076 m_pParser->PrepareParse(m_pObjects->m_pDocument, m_pObjects->m_pPageResources, NULL, NULL, m_pObjects,
H A Dfpdf_page_graph_state.cpp301 if (m_pFont && m_pFont->m_pDocument) {
302 m_pFont = m_pFont->m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE);
308 if (pFont && pFont->m_pDocument) {
309 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict());
316 if (pStateFont && pStateFont->m_pDocument) {
317 pDocPageData = pStateFont->m_pDocument->GetPageData();
H A Dfpdf_page.cpp614 if (pShading && pShading->m_pDocument) {
615 pShading->m_pDocument->GetPageData()->ReleasePattern(pShading->m_pShadingObj);
622 if (m_pShading && m_pShading->m_pDocument) {
623 CPDF_DocPageData* pDocPageData = m_pShading->m_pDocument->GetPageData();
834 m_pDocument = (CPDF_Document*)pDocument;
947 m_pDocument = pDoc;
982 CPDF_Form* pClone = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources);
H A Dfpdf_page_parser.cpp101 m_pDocument = pDocument;
722 if (m_pDocument->IsFormStream(((CPDF_Reference*)pRes)->GetRefObjNum(), bForm) && !bForm) {
764 parser.PrepareParse(m_pDocument, m_pPageResources, m_pResources, &m_mtContentToUser,
785 pFormObj->m_pForm = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources);
849 pImageObj->m_pImage = m_pDocument->GetPageData()->GetImage(pImage->GetStream());
851 pImageObj->m_pImage = m_pDocument->LoadImageF(pStream);
853 pImageObj->m_pImage = FX_NEW CPDF_Image(m_pDocument);
1308 return CPDF_Font::GetStockFont(m_pDocument, FX_BSTRC("Helvetica"));
1310 CPDF_Font* pFont = m_pDocument->LoadFont(pFontDict);
1335 return m_pDocument
[all...]
H A Dpageint.h135 CPDF_Document* m_pDocument; member in class:CPDF_StreamContentParser
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp97 m_pDocument = pDoc;
106 CPDF_Dictionary *pConfig = FPDFDOC_OCG_GetConfig(m_pDocument, pOCGDict, csConfig);
H A Ddoc_formcontrol.cpp167 CPDF_Form form(m_pField->m_pForm->m_pDocument, m_pField->m_pForm->m_pFormDict->GetDict("DR"), pStream);
304 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
320 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
H A Ddoc_ap.cpp50 CPDF_Document* m_pDocument; member in class:CPVT_FontMap
59 m_pDocument(pDoc),
94 GetAnnotSysPDFFont(m_pDocument, m_pResDict, m_pSysFont, m_sSysFontAlias);
107 GetAnnotSysPDFFont(m_pDocument, m_pResDict, m_pSysFont, m_sSysFontAlias);
H A Ddoc_formfield.cpp735 FPDF_GenerateAP(m_pForm->m_pDocument, pControl->m_pWidgetDict);
1093 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp34 if (pSource->Load(m_pDocument, m_pStream, (CPDF_DIBSource**)ppMask, pMatteColor, NULL, NULL, bStdCS, GroupFamily, bLoadMask)) {
55 int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormResource, pPageResource, bStdCS, GroupFamily, bLoadMask);
85 m_pDocument = NULL;
133 if (pCS && m_pDocument) {
134 m_pDocument->GetPageData()->ReleaseColorSpace(pCS->GetArray());
165 m_pDocument = pDoc;
318 m_pDocument = pDoc;
501 CPDF_DocPageData* pDocPageData = m_pDocument->GetPageData();
831 if (!pMaskSource->Load(m_pDocument, pMask, NULL, NULL, NULL, NULL, TRUE)) {
840 int ret = m_pMask->StartLoadDIBSource(m_pDocument, (CPDF_Strea
[all...]
H A Dfpdf_render.cpp580 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData();
791 pDocument = pPage->m_pDocument;
987 m_pDocument = pDoc;
995 m_pDocument = pPage->m_pDocument;
1005 m_pDocument = NULL;
H A Drender_int.h364 CPDF_Document* m_pDocument; member in class:CPDF_ImageCache
424 CPDF_Document* m_pDocument; member in class:CPDF_DIBSource
H A Dfpdf_render_image.cpp36 if (!dibsrc.Load(m_pContext->m_pDocument, pInlines->m_pStream, NULL, NULL, NULL, NULL)) {
492 pDocument = pPage->m_pDocument;
1066 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup);
1086 pCS = m_pContext->m_pDocument->LoadColorSpace(pCSObj);
1102 m_pContext->m_pDocument->GetPageData()->ReleaseColorSpace(pCSObj);
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp720 if(m_pPage->m_pDocument && m_pPage->m_pFormDict) {
721 m_pPageTree = CPDF_StructTree::LoadPage(m_pPage->m_pDocument, m_pPage->m_pFormDict);
H A Dreflowedpage.cpp332 CPDF_StructTree* pPageTree = CPDF_StructTree::LoadPage(pPage->m_pDocument, pPage->m_pFormDict);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp108 CPDF_Document* pDoc = pPage->m_pDocument;
289 CPDF_Document* pDoc = pPage->m_pDocument;
H A Dfpdfformfill.cpp23 pInterForm = new CPDF_InterForm(pPage->m_pDocument,FALSE);
83 // CPDF_Document * pDoc = pPage->m_pDocument;
212 options.m_pOCContext = FX_NEW CPDF_OCContext(pPage->m_pDocument);
249 // CPDF_Document* pDoc = pPage->m_pDocument;
H A Dfpdfdoc.cpp134 CPDF_Document* pDoc = pPage->m_pDocument;
H A Dfpdftext.cpp23 CPDF_ViewerPreferences viewRef(((CPDF_Page*)page)->m_pDocument);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_serial.h135 CPDF_Document* m_pDocument; member in class:CPDF_Creator
H A Dfpdf_render.h119 CPDF_Document* m_pDocument; member in class:CPDF_RenderContext
H A Dfpdf_parser.h459 return m_pDocument;
526 CPDF_Document* m_pDocument; member in class:CPDF_Parser
1065 CPDF_Document* m_pDocument; member in class:CPDF_DataAvail
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h237 CPDFSDK_Document* m_pDocument; member in class:CPDFSDK_InterForm
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h189 CPDFSDK_Document* m_pDocument; member in class:Document
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp136 m_pDocument->GetPageData()->ReleaseFontFileStreamAcc((CPDF_Stream*)m_pFontFile->GetStream());
289 m_pFontFile = m_pDocument->LoadFontFile(pFontFile);
446 pFont->m_pDocument = pDoc;
473 pFont->m_pDocument = pDoc;
1703 pChar->m_pForm = FX_NEW CPDF_Form(m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources, pStream, NULL);

Completed in 506 milliseconds

123