Searched refs:CountObjects (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.h31 int CountObjects();
H A Dautoreflow.h53 int CountObjects() function in class:CPDF_AutoReflowElement
H A Dlayoutprovider_taggedpdf.cpp609 int CPDF_LayoutElement::CountObjects() function in class:CPDF_LayoutElement
695 int count = m_pPage->CountObjects();
H A Dlayoutprocessor_reflow.cpp324 int objCount = pElement->CountObjects();
413 FX_INT32 nPrevObj = pPrevElement->CountObjects(), i;
474 FX_INT32 nNextObj = pNextElement->CountObjects();
624 if(pElement->CountObjects()) {
799 int ObjCount = pElement->CountObjects();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h88 FX_DWORD CountObjects() const function in class:CPDF_PageObjects
/external/pdfium/core/include/reflow/
H A Dfpdf_layout.h204 virtual int CountObjects() = 0;
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditpage.cpp207 return pPage->CountObjects();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp39 FX_DWORD InitObjCount = m_pObjectList->CountObjects();
44 FX_DWORD cost = m_pObjectList->CountObjects() - InitObjCount;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp324 if (m_pForm->CountObjects() == 1 && !m_bColored) {
H A Dfpdf_render.cpp1222 int nObjs = pItem->m_pObjectList->CountObjects();
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1719 if (pChar->m_pForm->CountObjects() == 0) {

Completed in 179 milliseconds