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

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 23 int32_t CountChars() const { return m_LineChars.GetSize(); }
fx_textbreak.h 27 int32_t CountChars() const { return m_pLineChars->GetSize(); }
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 131 int CPDF_TextObject::CountChars() const {
  /external/pdfium/core/src/fpdftext/
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...]

Completed in 204 milliseconds