Home
last modified time | relevance | path

Searched refs:PDFPAGE_TEXT (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp23 } else if(pObj->m_Type != PDFPAGE_TEXT) { in FPDF_ProcessInterObj()
25 } else if(pPrevObj->m_Type != PDFPAGE_TEXT) { in FPDF_ProcessInterObj()
63 if(pObj->m_Type != PDFPAGE_TEXT) { in Conver2AppreceOrder()
309 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
330 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
353 if(pCurObj->m_Type == PDFPAGE_TEXT || pLastObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
355 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
377 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
440 if(pObj->m_Type == PDFPAGE_TEXT) { in LogicPreObj()
509 if (pObj->m_Type == PDFPAGE_TEXT) { in GenerateLine()
[all …]
Dlayoutprocessor_reflow.cpp450 if(pObj->m_Type == PDFPAGE_TEXT) { in IsCanMergeParagraph()
768 if(pObj->m_Type == PDFPAGE_TEXT) { in ProcessObject()
966 if(pObj->m_Type == PDFPAGE_TEXT) { in CreateRFData()
1262 if(pObj->m_Type == PDFPAGE_TEXT) { in LogicPreObj()
1544 if(pObj->m_Type == PDFPAGE_TEXT) { in ProcessUnitaryObjs()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp297 if (pObject->m_Type != PDFPAGE_TEXT) { in _PDF_GetTextStream_Unicode()
317 if (pObject->m_Type != PDFPAGE_TEXT) { in PDF_GetFirstTextLine_Unicode()
Dfpdf_text.cpp55 if (pObject->m_Type != PDFPAGE_TEXT) { in ProcessObject()
691 if (pObj->m_Type != PDFPAGE_TEXT) { in CheckRotate()
Dfpdf_text_int.cpp961 if(PDFPAGE_TEXT != pPageObj->m_Type) { in FindTextlineFlowDirection()
1048 if(pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessObject()
1086 if(pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessFormObject()
2115 if(pObj->m_Type != PDFPAGE_TEXT) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp17 case PDFPAGE_TEXT: in Create()
63 case PDFPAGE_TEXT: in RecalcBBox()
100 m_Type = PDFPAGE_TEXT; in CPDF_TextObject()
Dfpdf_page_parser_new.cpp766 if (pObj && pObj->m_Type == PDFPAGE_TEXT) { in Continue()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h429 #define PDFPAGE_TEXT 1 macro
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1897 if (pPageObj->m_Type == PDFPAGE_TEXT) in getPageNthWord()
1966 if (pPageObj->m_Type == PDFPAGE_TEXT) in getPageNumWords()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp419 case PDFPAGE_TEXT: in ProcessObjectNoClip()