HomeSort by relevance Sort by last modified time
    Searched refs:CountObjects (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 31 int CountObjects();
autoreflow.h 53 int CountObjects()
layoutprovider_taggedpdf.cpp 609 int CPDF_LayoutElement::CountObjects()
695 int count = m_pPage->CountObjects();
layoutprocessor_reflow.cpp 324 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();
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 88 FX_DWORD CountObjects() const
  /external/pdfium/core/include/reflow/
fpdf_layout.h 204 virtual int CountObjects() = 0;
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 207 return pPage->CountObjects();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 39 FX_DWORD InitObjCount = m_pObjectList->CountObjects();
44 FX_DWORD cost = m_pObjectList->CountObjects() - InitObjCount;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 324 if (m_pForm->CountObjects() == 1 && !m_bColored) {
fpdf_render.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 249 milliseconds