HomeSort by relevance Sort by last modified time
    Searched refs:CFDF_Document (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 11 CFDF_Document::CFDF_Document() : CPDF_IndirectObjectHolder(NULL) {
16 CFDF_Document::~CFDF_Document() {
21 CFDF_Document* CFDF_Document::CreateNewDoc() {
22 CFDF_Document* pDoc = new CFDF_Document;
29 CFDF_Document* CFDF_Document::ParseFile(IFX_FileRead* pFile, FX_BOOL bOwnFile)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 800 class CFDF_Document : public CPDF_IndirectObjectHolder {
802 static CFDF_Document* CreateNewDoc();
803 static CFDF_Document* ParseFile(IFX_FileRead* pFile,
805 static CFDF_Document* ParseMemory(const uint8_t* pData, FX_DWORD size);
807 ~CFDF_Document();
816 CFDF_Document();
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 1034 CFDF_Document* CPDF_InterForm::ExportToFDF(const CFX_WideStringC& pdf_path,
1043 CFDF_Document* CPDF_InterForm::ExportToFDF(
1048 CFDF_Document* pDoc = CFDF_Document::CreateNewDoc();
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 635 CFDF_Document* ExportToFDF(const CFX_WideStringC& pdf_path,
638 CFDF_Document* ExportToFDF(const CFX_WideStringC& pdf_path,
643 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 363 milliseconds