Home
last modified time | relevance | path

Searched refs:GetCharArray (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp240 if (m_pVT->GetCharArray() > 0) in Rearrange()
442 (m_pVT->GetCharArray() <= 0 ? 1 : m_pVT->GetCharArray()); in RearrangeCharArray()
456 nStart = (m_pVT->GetCharArray() - in RearrangeCharArray()
463 m_pVT->GetCharArray() - fxcrt::CollectionSize<int32_t>(m_WordArray); in RearrangeCharArray()
469 if (w >= m_pVT->GetCharArray()) in RearrangeCharArray()
Dcpvt_variabletext.h106 int32_t GetCharArray() const { return m_nCharArray; } in GetCharArray() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h115 int32_t GetCharArray() const;
Dcpwl_edit_impl.cpp587 const bool bContinuous = GetCharArray() == 0; in DrawEdit()
924 int32_t CPWL_EditImpl::GetCharArray() const { in GetCharArray() function in CPWL_EditImpl
925 return m_pVT->GetCharArray(); in GetCharArray()
1833 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull()
Dcpwl_edit.cpp171 const int32_t nCharArray = m_pEditImpl->GetCharArray(); in DrawThisAppearance()