Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp256 int32_t nCharArray = m_pEdit->GetCharArray(); in GetThisAppearanceStream() local
258 if (nCharArray > 0) { in GetThisAppearanceStream()
265 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()
267 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
270 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
283 for (int32_t i = 1; i < nCharArray; i++) { in GetThisAppearanceStream()
285 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
288 ((rcClient.right - rcClient.left) / nCharArray) * i in GetThisAppearanceStream()
378 int32_t nCharArray = m_pEdit->GetCharArray(); in DrawThisAppearance() local
379 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h76 void SetCharArray(int32_t nCharArray);
107 int32_t nCharArray);
143 FX_FLOAT GetCharArrayAutoFontSize(int32_t nCharArray);
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h374 void SetCharArray(int32_t nCharArray = 0) override {
375 m_nCharArray = nCharArray;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h339 virtual void SetCharArray(int32_t nCharArray = 0) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp848 void CFX_Edit::SetCharArray(int32_t nCharArray, FX_BOOL bPaint) { in SetCharArray() argument
849 m_pVT->SetCharArray(nCharArray); in SetCharArray()
2848 int32_t nCharArray = m_pVT->GetCharArray(); in IsTextFull() local
2851 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h223 virtual void SetCharArray(int32_t nCharArray = 0, FX_BOOL bPaint = TRUE) = 0;
Dfxet_edit.h542 void SetCharArray(int32_t nCharArray = 0, FX_BOOL bPaint = TRUE) override;