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

  /external/pdfium/core/src/reflow/
reflowedtextpage.h 35 int CountChars() const;
reflowedtextpage.cpp 64 int CRF_TextPage::CountChars() const
73 if(index >= CountChars() || index < 0 || !m_pDataList) {
183 int count = CountChars();
221 count = CountChars();
253 count = CountChars();
313 totalcount = CountChars();
365 nCount = CountChars();
369 } else if(start >= CountChars()) {
  /external/pdfium/fpdfsdk/src/
fpdftext.cpp 38 return textpage->CountChars();
45 if (index<0 || index>=textpage->CountChars()) return 0;
56 if (index<0 || index>=textpage->CountChars()) return 0;
69 if (index<0 || index>=textpage->CountChars()) return ;
91 if (start>=textpage->CountChars()) return 0;
  /external/pdfium/core/src/fpdftext/
txtproc.h 40 void CountChars(int& count, FX_FLOAT& width, int& minchars);
text_int.h 69 virtual int CountChars() const;
fpdf_text.cpp 232 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
659 void CTextBaseLine::CountChars(int& count, FX_FLOAT& width, int& minchars)
fpdf_text_int.cpp 238 int CPDF_TextPage::CountChars() const
    [all...]
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 91 virtual int CountChars() const = 0;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 528 int CountChars() const;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 138 int CPDF_TextObject::CountChars() const

Completed in 250 milliseconds