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

  /external/pdfium/core/src/reflow/
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/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 138 int CPDF_TextObject::CountChars() const
  /external/pdfium/core/src/fpdftext/
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...]

Completed in 506 milliseconds