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

  /external/pdfium/fpdfsdk/src/
fpdftext.cpp 45 return textpage->CountChars();
54 if (index < 0 || index >= textpage->CountChars())
68 if (index < 0 || index >= textpage->CountChars())
86 if (index < 0 || index >= textpage->CountChars())
117 if (start >= textpage->CountChars())
  /external/pdfium/core/src/fpdftext/
txtproc.h 42 void CountChars(int& count, FX_FLOAT& width, int& minchars);
text_int.h 63 int CountChars() const override;
fpdf_text.cpp 244 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
667 void CTextBaseLine::CountChars(int& count, FX_FLOAT& width, int& minchars) {
fpdf_text_int.cpp 199 int CPDF_TextPage::CountChars() const {
    [all...]
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 95 virtual int CountChars() const = 0;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp 215 int32_t iCount = m_pCurLine->CountChars();
596 int32_t iCount = m_pCurLine->CountChars();
614 int32_t iCount = m_pCurLine->CountChars();
666 int32_t iCount = m_pCurLine->CountChars();
687 iCount = m_pCurLine->CountChars();
719 int32_t iCount = m_pCurLine->CountChars();
940 iCount = m_pCurLine->CountChars();
    [all...]
fx_rtfbreak.h 23 int32_t CountChars() const { return m_LineChars.GetSize(); }
fx_textbreak.h 27 int32_t CountChars() const { return m_pLineChars->GetSize(); }
fx_rtfbreak.cpp 265 int32_t iCount = m_pCurLine->CountChars();
378 int32_t iCount = m_pCurLine->CountChars();
639 iCount = m_pCurLine->CountChars();
676 CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1);
706 int32_t iLast = m_pCurLine->CountChars() - 1, j = 0;
755 int32_t iCount = m_pCurLine->CountChars();
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 414 int CountChars() const;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 131 int CPDF_TextObject::CountChars() const {

Completed in 763 milliseconds