Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp187 (m_pVT->GetCharArray() <= 0 ? 1 : m_pVT->GetCharArray()); in CharArray()
201 nStart = (m_pVT->GetCharArray() - in CharArray()
208 nStart = m_pVT->GetCharArray() - in CharArray()
217 if (w >= m_pVT->GetCharArray()) in CharArray()
Dcpdf_variabletext.h108 int32_t GetCharArray() const { return m_nCharArray; } in GetCharArray() function
Dcsection.cpp46 if (m_pVT->GetCharArray() > 0) in Rearrange()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp464 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; in DrawEdit()
850 int32_t CPWL_EditImpl::GetCharArray() const { in GetCharArray() function in CPWL_EditImpl
851 return m_pVT->GetCharArray(); in GetCharArray()
1783 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull()
Dcpwl_edit_impl.h328 int32_t GetCharArray() const;
Dcpwl_edit.cpp167 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance()