Home
last modified time | relevance | path

Searched refs:nCharArray (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp167 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
168 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
172 if (nCharArray > 0 && nCharArraySafe.IsValid()) { in DrawThisAppearance()
180 for (int32_t i = 0; i < nCharArray - 1; i++) { in DrawThisAppearance()
184 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
190 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
208 for (int32_t i = 0; i < nCharArray - 1; i++) { in DrawThisAppearance()
212 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
218 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
364 int32_t nCharArray) { in GetCharArrayAutoFontSize() argument
[all …]
Dcpwl_edit.h75 void SetCharArray(int32_t nCharArray);
91 int32_t nCharArray);
Dcpwl_edit_impl.cpp638 void CPWL_EditImpl::SetCharArray(int32_t nCharArray) { in SetCharArray() argument
639 m_pVT->SetCharArray(nCharArray); in SetCharArray()
1783 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
1786 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
Dcpwl_edit_impl.h293 void SetCharArray(int32_t nCharArray);
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h87 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray() argument