Searched refs:ParseContent (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 151 void ParseContent(CPDF_ParseOptions* pOptions = NULL, FX_BOOL bReParse = FALSE); 223 void ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | cr_spilling.ll | 6 define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 90 pPage->ParseContent(); in FPDFPage_New()
|
D | fpdf_flatten.cpp | 45 pPDFPage->ParseContent(); in GetContentsRect()
|
D | fpdfview.cpp | 312 pPage->ParseContent(); in FPDF_LoadPage()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 308 page.ParseContent(&options); in PDF_GetFirstTextLine_Unicode()
|
D | fpdf_text.cpp | 729 page.ParseContent(&options); in PDF_GetPageText_Unicode() 776 page.ParseContent(&options); in PDF_GetTextStream_Unicode()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_pattern.cpp | 59 m_pForm->ParseContent(NULL, &m_ParentMatrix, NULL, NULL); in Load()
|
D | fpdf_page.cpp | 893 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
|
D | fpdf_page_parser.cpp | 743 pFormObj->m_pForm->ParseContent(&status, NULL, NULL, &m_Options, m_Level + 1); in AddForm()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formcontrol.cpp | 168 form.ParseContent(NULL, NULL, NULL, NULL); in DrawControl()
|
D | doc_annot.cpp | 228 pForm->ParseContent(NULL, NULL, NULL, NULL); in GetAPForm()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 1652 page.ParseContent(); in getPageNthWord() 1722 page.ParseContent(); in getPageNumWords()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 985 form.ParseContent(NULL, NULL, NULL, NULL); in LoadSMask()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 1692 pChar->m_pForm->ParseContent(NULL, NULL, pChar, NULL, level + 1); in LoadChar()
|