Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp189 (m_pVT->GetCharArray() <= 0 ? 1 : m_pVT->GetCharArray()); in CharArray()
203 nStart = (m_pVT->GetCharArray() - in CharArray()
210 nStart = m_pVT->GetCharArray() - in CharArray()
219 if (w >= m_pVT->GetCharArray()) in CharArray()
Dcpdf_variabletext.h108 int32_t GetCharArray() const { return m_nCharArray; } in GetCharArray() function
Dcsection.cpp49 if (m_pVT->GetCharArray() > 0) in Rearrange()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp436 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; in DrawEdit()
824 int32_t CPWL_EditImpl::GetCharArray() const { in GetCharArray() function in CPWL_EditImpl
825 return m_pVT->GetCharArray(); in GetCharArray()
1759 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull()
Dcpwl_edit_impl.h303 int32_t GetCharArray() const;
Dcpwl_edit.cpp207 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance()