Home
last modified time | relevance | path

Searched defs:nCharArray (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp207 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
412 int32_t nCharArray) { in GetCharArrayAutoFontSize()
426 void CPWL_Edit::SetCharArray(int32_t nCharArray) { in SetCharArray()
Dcpwl_edit_impl.cpp612 void CPWL_EditImpl::SetCharArray(int32_t nCharArray) { in SetCharArray()
1759 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h87 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray()