Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp201 int32_t nCharArray = m_pEdit->GetCharArray(); in GetThisAppearanceStream() local
203 if (nCharArray > 0) { in GetThisAppearanceStream()
212 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()
214 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
217 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
233 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()
235 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
238 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
323 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
324 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
[all …]
DPWL_Edit.h78 void SetCharArray(int32_t nCharArray);
101 int32_t nCharArray);
126 FX_FLOAT GetCharArrayAutoFontSize(int32_t nCharArray);
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h100 void SetCharArray(int32_t nCharArray) { m_nCharArray = nCharArray; } in SetCharArray() argument
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp919 void CFX_Edit::SetCharArray(int32_t nCharArray) { in SetCharArray() argument
920 m_pVT->SetCharArray(nCharArray); in SetCharArray()
2122 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
2125 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
Dfxet_edit.h359 void SetCharArray(int32_t nCharArray);