Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp207 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
208 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
212 if (nCharArray > 0 && nCharArraySafe.IsValid()) { in DrawThisAppearance()
220 for (int32_t i = 0; i < nCharArray - 1; i++) { in DrawThisAppearance()
224 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
230 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
250 for (int32_t i = 0; i < nCharArray - 1; i++) { in DrawThisAppearance()
254 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
260 ((rcClient.right - rcClient.left) / nCharArray) * (i + 1), in DrawThisAppearance()
412 int32_t nCharArray) { in GetCharArrayAutoFontSize() argument
[all …]
Dcpwl_edit.h71 void SetCharArray(int32_t nCharArray);
89 int32_t nCharArray);
117 float GetCharArrayAutoFontSize(int32_t nCharArray);
Dcpwl_edit_impl.cpp612 void CPWL_EditImpl::SetCharArray(int32_t nCharArray) { in SetCharArray() argument
613 m_pVT->SetCharArray(nCharArray); in SetCharArray()
1759 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
1762 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
Dcpwl_edit_impl.h269 void SetCharArray(int32_t nCharArray);
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h87 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray() argument