Home
last modified time | relevance | path

Searched refs:ParseContent (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h151 void ParseContent(CPDF_ParseOptions* pOptions = NULL, FX_BOOL bReParse = FALSE);
223 void ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
/external/llvm/test/CodeGen/PowerPC/
Dcr_spilling.ll6 define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp90 pPage->ParseContent(); in FPDFPage_New()
Dfpdf_flatten.cpp45 pPDFPage->ParseContent(); in GetContentsRect()
Dfpdfview.cpp312 pPage->ParseContent(); in FPDF_LoadPage()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp308 page.ParseContent(&options); in PDF_GetFirstTextLine_Unicode()
Dfpdf_text.cpp729 page.ParseContent(&options); in PDF_GetPageText_Unicode()
776 page.ParseContent(&options); in PDF_GetTextStream_Unicode()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp59 m_pForm->ParseContent(NULL, &m_ParentMatrix, NULL, NULL); in Load()
Dfpdf_page.cpp893 void CPDF_Page::ParseContent(CPDF_ParseOptions* pOptions, FX_BOOL bReParse) in ParseContent() function in CPDF_Page
957 void CPDF_Form::ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, in ParseContent() function in CPDF_Form
Dfpdf_page_parser.cpp743 pFormObj->m_pForm->ParseContent(&status, NULL, NULL, &m_Options, m_Level + 1); in AddForm()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp168 form.ParseContent(NULL, NULL, NULL, NULL); in DrawControl()
Ddoc_annot.cpp228 pForm->ParseContent(NULL, NULL, NULL, NULL); in GetAPForm()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1652 page.ParseContent(); in getPageNthWord()
1722 page.ParseContent(); in getPageNumWords()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp985 form.ParseContent(NULL, NULL, NULL, NULL); in LoadSMask()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1692 pChar->m_pForm->ParseContent(NULL, NULL, pChar, NULL, level + 1); in LoadChar()