Home
last modified time | relevance | path

Searched refs:PDFPAGE_TEXT (Results 1 – 9 of 9) 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()
308 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
329 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
352 if(pCurObj->m_Type == PDFPAGE_TEXT || pLastObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
354 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
376 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
439 if(pObj->m_Type == PDFPAGE_TEXT) { in LogicPreObj()
508 if (pObj->m_Type == PDFPAGE_TEXT) { in GenerateLine()
[all …]
Dlayoutprocessor_reflow.cpp447 if(pObj->m_Type == PDFPAGE_TEXT) { in IsCanMergeParagraph()
762 if(pObj->m_Type == PDFPAGE_TEXT) { in ProcessObject()
957 if(pObj->m_Type == PDFPAGE_TEXT) { in CreateRFData()
1253 if(pObj->m_Type == PDFPAGE_TEXT) { in LogicPreObj()
1535 if(pObj->m_Type == PDFPAGE_TEXT) { in ProcessUnitaryObjs()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp293 if (pObject->m_Type != PDFPAGE_TEXT) { in _PDF_GetTextStream_Unicode()
313 if (pObject->m_Type != PDFPAGE_TEXT) { in PDF_GetFirstTextLine_Unicode()
Dfpdf_text.cpp54 if (pObject->m_Type != PDFPAGE_TEXT) { in ProcessObject()
679 if (pObj->m_Type != PDFPAGE_TEXT) { in CheckRotate()
Dfpdf_text_int.cpp993 if(PDFPAGE_TEXT != pPageObj->m_Type) { in FindTextlineFlowDirection()
1077 if(pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessObject()
1112 if(pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessFormObject()
2164 if(pObj->m_Type != PDFPAGE_TEXT) { in IsSameAsPreTextObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp13 case PDFPAGE_TEXT: in Create()
62 case PDFPAGE_TEXT: in RecalcBBox()
99 m_Type = PDFPAGE_TEXT; in CPDF_TextObject()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h429 #define PDFPAGE_TEXT 1 macro
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1664 if (pPageObj->m_Type == PDFPAGE_TEXT) in getPageNthWord()
1732 if (pPageObj->m_Type == PDFPAGE_TEXT) in getPageNumWords()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp398 case PDFPAGE_TEXT: in ProcessObjectNoClip()