/external/pdfium/fpdfsdk/src/ |
D | fpdfdoc.cpp | 43 CPDF_Document* pDoc = page->m_pDocument; in GetLinkList() local 56 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetFirstChild() local 69 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetNextSibling() local 97 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_Find() local 110 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetDest() local 156 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetDest() local 183 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetURIPath() local 198 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDest_GetPageIndex() local 238 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFLink_GetDest() local 341 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(doc); in FPDF_GetMetaText() local
|
D | fpdfview.cpp | 408 CPDF_Document* pDoc = NULL; in FPDF_LoadMemDocument() local 426 CPDF_Document* pDoc = NULL; in FPDF_LoadCustomDocument() local 438 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(doc); in FPDF_GetFileVersion() local 453 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetDocPermissions() local 466 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetSecurityHandlerRevision() local 475 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageCount() local 481 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_LoadPage() local 974 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document); in FPDF_GetPageSizeByIndex() local 1002 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_VIEWERREF_GetPrintScaling() local 1010 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_VIEWERREF_GetNumCopies() local [all …]
|
D | fpdf_ext.cpp | 64 void CheckUnSupportAnnot(CPDF_Document* pDoc, const CPDF_Annot* pPDFAnnot) { in CheckUnSupportAnnot() 135 void CheckUnSupportError(CPDF_Document* pDoc, FX_DWORD err_code) { in CheckUnSupportError() 192 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDoc_GetPageMode() local
|
D | fpdfeditpage.cpp | 25 CPDF_Document* pDoc = new CPDF_Document; in FPDF_CreateNewDocument() local 54 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPage_Delete() local 65 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPage_New() local
|
D | fsdk_baseform.cpp | 49 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in GetMixXFAWidget() local 73 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in GetGroupMixXFAWidget() local 87 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in GetXFAWidgetHandler() local 203 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in OnXFAAAction() local 312 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in SynchronizeXFAValue() local 327 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in SynchronizeXFAItems() local 505 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in IsAppearanceValid() local 1017 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); local 1397 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); local 1467 CPDFSDK_Document* pDoc = m_pInterForm->GetDocument(); local [all …]
|
D | fpdfppo.cpp | 203 CPDF_Document* pDoc, in UpdateReference() 264 FX_DWORD CPDF_PageOrganizer::GetNewObjId(CPDF_Document* pDoc, in GetNewObjId()
|
D | fpdfeditimg.cpp | 13 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPageObj_NewImgeObj() local
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_EventHandler.cpp | 49 void CJS_EventHandler::OnDoc_Open(CPDFSDK_Document* pDoc, in OnDoc_Open() 57 void CJS_EventHandler::OnDoc_WillPrint(CPDFSDK_Document* pDoc) { in OnDoc_WillPrint() 63 void CJS_EventHandler::OnDoc_DidPrint(CPDFSDK_Document* pDoc) { in OnDoc_DidPrint() 69 void CJS_EventHandler::OnDoc_WillSave(CPDFSDK_Document* pDoc) { in OnDoc_WillSave() 74 void CJS_EventHandler::OnDoc_DidSave(CPDFSDK_Document* pDoc) { in OnDoc_DidSave() 80 void CJS_EventHandler::OnDoc_WillClose(CPDFSDK_Document* pDoc) { in OnDoc_WillClose() 86 void CJS_EventHandler::OnPage_Open(CPDFSDK_Document* pDoc) { in OnPage_Open() 92 void CJS_EventHandler::OnPage_Close(CPDFSDK_Document* pDoc) { in OnPage_Close() 98 void CJS_EventHandler::OnPage_InView(CPDFSDK_Document* pDoc) { in OnPage_InView() 104 void CJS_EventHandler::OnPage_OutView(CPDFSDK_Document* pDoc) { in OnPage_OutView()
|
D | JS_Context.cpp | 80 void CJS_Context::OnDoc_Open(CPDFSDK_Document* pDoc, in OnDoc_Open() 85 void CJS_Context::OnDoc_WillPrint(CPDFSDK_Document* pDoc) { in OnDoc_WillPrint() 89 void CJS_Context::OnDoc_DidPrint(CPDFSDK_Document* pDoc) { in OnDoc_DidPrint() 93 void CJS_Context::OnDoc_WillSave(CPDFSDK_Document* pDoc) { in OnDoc_WillSave() 97 void CJS_Context::OnDoc_DidSave(CPDFSDK_Document* pDoc) { in OnDoc_DidSave() 101 void CJS_Context::OnDoc_WillClose(CPDFSDK_Document* pDoc) { in OnDoc_WillClose()
|
D | JS_Runtime_Stub.cpp | 24 void OnDoc_Open(CPDFSDK_Document* pDoc, in OnDoc_Open() 26 void OnDoc_WillPrint(CPDFSDK_Document* pDoc) override {} in OnDoc_WillPrint() 27 void OnDoc_DidPrint(CPDFSDK_Document* pDoc) override {} in OnDoc_DidPrint() 28 void OnDoc_WillSave(CPDFSDK_Document* pDoc) override {} in OnDoc_WillSave() 29 void OnDoc_DidSave(CPDFSDK_Document* pDoc) override {} in OnDoc_DidSave() 30 void OnDoc_WillClose(CPDFSDK_Document* pDoc) override {} in OnDoc_WillClose()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 66 CPDF_DeviceCS::CPDF_DeviceCS(CPDF_Document* pDoc, int family) in CPDF_DeviceCS() 311 explicit CPDF_CalGray(CPDF_Document* pDoc) in CPDF_CalGray() 335 FX_BOOL CPDF_CalGray::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load() 386 explicit CPDF_CalRGB(CPDF_Document* pDoc) in CPDF_CalRGB() 411 FX_BOOL CPDF_CalRGB::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load() 505 explicit CPDF_LabCS(CPDF_Document* pDoc) in CPDF_LabCS() 531 FX_BOOL CPDF_LabCS::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load() 645 explicit CPDF_ICCBasedCS(CPDF_Document* pDoc) in CPDF_ICCBasedCS() 694 FX_BOOL CPDF_ICCBasedCS::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load() 866 explicit CPDF_IndexedCS(CPDF_Document* pDoc) in CPDF_IndexedCS() [all …]
|
D | fpdf_page_pattern.cpp | 30 CPDF_Document* pDoc, in CPDF_Pattern() 41 CPDF_TilingPattern::CPDF_TilingPattern(CPDF_Document* pDoc, in CPDF_TilingPattern() 78 CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc, in CPDF_ShadingPattern()
|
D | fpdf_page_doc.cpp | 25 CPDF_DocPageData* CreateDocData(CPDF_Document* pDoc) override { in CreateDocData() 34 void ClearStockFont(CPDF_Document* pDoc) override { in ClearStockFont() 68 void CPDF_PageModule::ReleaseDoc(CPDF_Document* pDoc) { in ReleaseDoc() 71 void CPDF_PageModule::ClearDoc(CPDF_Document* pDoc) { in ClearDoc()
|
D | fpdf_page_image.cpp | 60 CPDF_Image::CPDF_Image(CPDF_Document* pDoc) { in CPDF_Image()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 13 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in FPDF_GenerateAP() 69 CPVT_FontMap::CPVT_FontMap(CPDF_Document* pDoc, in CPVT_FontMap() 80 void CPVT_FontMap::GetAnnotSysPDFFont(CPDF_Document* pDoc, in GetAnnotSysPDFFont() 263 static FX_BOOL GenerateWidgetAP(CPDF_Document* pDoc, in GenerateWidgetAP() 695 FX_BOOL CPVT_GenerateAP::GenerateTextFieldAP(CPDF_Document* pDoc, in GenerateTextFieldAP() 699 FX_BOOL CPVT_GenerateAP::GenerateComboBoxAP(CPDF_Document* pDoc, in GenerateComboBoxAP() 703 FX_BOOL CPVT_GenerateAP::GenerateListBoxAP(CPDF_Document* pDoc, in GenerateListBoxAP()
|
D | doc_tagged.cpp | 13 static FX_BOOL IsTagged(const CPDF_Document* pDoc) { in IsTagged() 18 CPDF_StructTree* CPDF_StructTree::LoadPage(const CPDF_Document* pDoc, in LoadPage() 27 CPDF_StructTree* CPDF_StructTree::LoadDoc(const CPDF_Document* pDoc) { in LoadDoc() 35 CPDF_StructTreeImpl::CPDF_StructTreeImpl(const CPDF_Document* pDoc) { in CPDF_StructTreeImpl()
|
D | doc_metadata.cpp | 10 CPDF_Metadata::CPDF_Metadata(CPDF_Document* pDoc) { in CPDF_Metadata()
|
D | doc_viewerPreferences.cpp | 9 CPDF_ViewerPreferences::CPDF_ViewerPreferences(CPDF_Document* pDoc) in CPDF_ViewerPreferences()
|
D | doc_basic.cpp | 10 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) { in GetPageIndex() 64 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc, in CPDF_NameTree() 223 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest()
|
D | doc_ocg.cpp | 44 static CPDF_Dictionary* FPDFDOC_OCG_GetConfig(CPDF_Document* pDoc, in FPDFDOC_OCG_GetConfig() 90 CPDF_OCContext::CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType) { in CPDF_OCContext()
|
D | doc_link.cpp | 74 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_fdf.cpp | 22 CFDF_Document* pDoc = new CFDF_Document; in CreateNewDoc() local 33 CFDF_Document* pDoc = new CFDF_Document; in ParseFile() local
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode) in CXmlDocSource() 50 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, in CXmlDocSource()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffapp.cpp | 140 CXFA_FFDoc* pDoc = new CXFA_FFDoc(this, pProvider); in CreateDoc() local 153 CXFA_FFDoc* pDoc = new CXFA_FFDoc(this, pProvider); in CreateDoc() local
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 288 CPDF_Font* CPWL_FontMap::AddFontToDocument(CPDF_Document* pDoc, in AddFontToDocument() 297 CPDF_Font* CPWL_FontMap::AddStandardFont(CPDF_Document* pDoc, in AddStandardFont() 314 CPDF_Font* CPWL_FontMap::AddSystemFont(CPDF_Document* pDoc, in AddSystemFont()
|