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

  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 41 int CountChars() const;
cpdf_textobject.cpp 52 int CPDF_TextObject::CountChars() const {
  /external/pdfium/fpdfsdk/
fpdftext.cpp 75 return textpage->CountChars();
84 if (index < 0 || index >= textpage->CountChars())
98 if (index < 0 || index >= textpage->CountChars())
116 if (index < 0 || index >= textpage->CountChars())
150 if (start >= textpage->CountChars())
  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 35 int TotalChar = m_pTextPage->CountChars();
cpdf_textpage.h 98 int CountChars() const;
cpdf_textpage.cpp 197 int CPDF_TextPage::CountChars() const {
1007 if (pTextObj->CountChars() == 1) {
    [all...]
cpdf_textpagefind.cpp 47 int nCount = pTextPage->CountChars();
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 169 int32_t iCount = m_pCurLine->CountChars();
254 int32_t iCount = m_pCurLine->CountChars();
421 iCount = m_pCurLine->CountChars();
455 const CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1);
483 int32_t iLast = m_pCurLine->CountChars() - 1;
530 int32_t iCount = m_pCurLine->CountChars();
800 int32_t iCount = pCurLine->CountChars();
fgas_textbreak.cpp 216 int32_t iCount = m_pCurLine->CountChars();
575 int32_t iCount = m_pCurLine->CountChars();
592 int32_t iCount = m_pCurLine->CountChars();
648 int32_t iCount = m_pCurLine->CountChars();
670 iCount = m_pCurLine->CountChars();
705 int32_t iCount = m_pCurLine->CountChars();
923 iCount = m_pCurLine->CountChars();
    [all...]
fgas_rtfbreak.h 115 int32_t CountChars() const {
fgas_textbreak.h 168 int32_t CountChars() const {
  /external/pdfium/fpdfsdk/javascript/
Document.cpp     [all...]

Completed in 350 milliseconds