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

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp52 int CPDF_TextObject::CountChars() const { function in class:CPDF_TextObject
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.h115 int32_t CountChars() const { function in class:CFX_RTFLine
H A Dfgas_textbreak.h168 int32_t CountChars() const { function in class:CFX_TxtLine
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp197 int CPDF_TextPage::CountChars() const { function in class:CPDF_TextPage
1007 if (pTextObj->CountChars() == 1) {
1198 int32_t nChars = pTextObj->CountChars();
1364 int32_t nChars = pObj->CountChars();

Completed in 649 milliseconds