Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp201 int32_t nCharArray = m_pEdit->GetCharArray(); in GetThisAppearanceStream() local
323 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
532 int32_t nCharArray) { in GetCharArrayAutoFontSize()
547 void CPWL_Edit::SetCharArray(int32_t nCharArray) { in SetCharArray()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h100 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp919 void CFX_Edit::SetCharArray(int32_t nCharArray) { in SetCharArray()
2122 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local