Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp201 int32_t nCharArray = m_pEdit->GetCharArray(); in GetThisAppearanceStream()
323 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h126 int32_t GetCharArray() const { return m_nCharArray; } in GetCharArray() function
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp727 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f; in DrawEdit()
1150 int32_t CFX_Edit::GetCharArray() const { in GetCharArray() function in CFX_Edit
1151 return m_pVT->GetCharArray(); in GetCharArray()
2122 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull()
Dfxet_edit.h394 int32_t GetCharArray() const;