Searched defs:CountChars (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.h23 int32_t CountChars() const { return m_LineChars.GetSize(); } function in class:CFX_RTFLine
H A Dfx_textbreak.h27 int32_t CountChars() const { return m_pLineChars->GetSize(); } function in class:CFX_TxtLine
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp244 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
667 void CTextBaseLine::CountChars(int& count, FX_FLOAT& width, int& minchars) { function in class:CTextBaseLine
H A Dfpdf_text_int.cpp199 int CPDF_TextPage::CountChars() const { function in class:CPDF_TextPage
1548 int32_t nChars = pTextObj->CountChars();
1757 int32_t nChars = pTextObj->CountChars();
1932 int32_t nChars = pObj->CountChars();
2125 int nCount = pTextPage->CountChars();
2554 int TotalChar = m_pTextPage->CountChars();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp131 int CPDF_TextObject::CountChars() const { function in class:CPDF_TextObject

Completed in 158 milliseconds