Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp172 const int32_t nCharArray = m_pEditImpl->GetCharArray(); in DrawThisAppearance() local
282 int32_t nCharArray) { in GetCharArrayAutoFontSize()
295 void CPWL_Edit::SetCharArray(int32_t nCharArray) { in SetCharArray()
H A Dcpwl_edit_impl.cpp734 void CPWL_EditImpl::SetCharArray(int32_t nCharArray) { in SetCharArray()
1840 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.h85 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray()