Home
last modified time | relevance | path

Searched refs:nTotalWords (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dctypeset.cpp292 int32_t nTotalWords = m_pSection->m_WordArray.GetSize(); in SplitLines() local
294 if (nTotalWords > 0) { in SplitLines()
296 while (i < nTotalWords) { in SplitLines()
380 if (nLineHead <= nTotalWords - 1) { in SplitLines()
381 nLineTail = nTotalWords - 1; in SplitLines()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dctypeset.cpp291 int32_t nTotalWords = m_pSection->m_WordArray.GetSize(); in SplitLines() local
293 if (nTotalWords > 0) { in SplitLines()
295 while (i < nTotalWords) { in SplitLines()
381 if (nLineHead <= nTotalWords - 1) { in SplitLines()
382 nLineTail = nTotalWords - 1; in SplitLines()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dctypeset.cpp324 int32_t nTotalWords = in SplitLines() local
328 while (i < nTotalWords) { in SplitLines()
411 if (nLineHead <= nTotalWords - 1) { in SplitLines()
412 nLineTail = nTotalWords - 1; in SplitLines()
H A Dcpdf_variabletext.cpp206 int32_t nTotalWords = GetTotalWords(); in InsertWord() local
207 if (m_nLimitChar > 0 && nTotalWords >= m_nLimitChar) in InsertWord()
209 if (m_nCharArray > 0 && nTotalWords >= m_nCharArray) in InsertWord()
221 int32_t nTotalWords = GetTotalWords(); in InsertSection() local
222 if (m_nLimitChar > 0 && nTotalWords >= m_nLimitChar) in InsertSection()
224 if (m_nCharArray > 0 && nTotalWords >= m_nCharArray) in InsertSection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dctypeset.cpp324 int32_t nTotalWords = in SplitLines() local
328 while (i < nTotalWords) { in SplitLines()
411 if (nLineHead <= nTotalWords - 1) { in SplitLines()
412 nLineTail = nTotalWords - 1; in SplitLines()
H A Dcpdf_variabletext.cpp207 int32_t nTotalWords = GetTotalWords(); in InsertWord() local
208 if (m_nLimitChar > 0 && nTotalWords >= m_nLimitChar) in InsertWord()
210 if (m_nCharArray > 0 && nTotalWords >= m_nCharArray) in InsertWord()
222 int32_t nTotalWords = GetTotalWords(); in InsertSection() local
223 if (m_nLimitChar > 0 && nTotalWords >= m_nLimitChar) in InsertSection()
225 if (m_nCharArray > 0 && nTotalWords >= m_nCharArray) in InsertSection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp1781 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull() local
1785 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
1786 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp1776 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull() local
1780 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
1781 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp2120 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull() local
2124 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
2125 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp2942 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull() local
2946 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
2947 (nCharArray > 0 && nTotalWords >= nCharArray); in IsTextFull()