Searched refs:nCount (Results 1 - 25 of 78) sorted by relevance

1234

/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp50 FX_STRSIZE nCount = 0; local
54 nCount += FX_Unicode_GetNormalization(wch, pDst + nCount);
56 nCount += FX_Unicode_GetNormalization(wch, pDst);
59 return nCount;
H A Dfpdf_text_int.cpp156 int nCount = m_charList.GetSize(); local
157 if (nCount) {
160 for (int i = 0; i < nCount; i++) {
233 int nCount,
238 if (start < 0 || nCount == 0) {
249 if (nCount + start > m_charList.GetSize() || nCount == -1) {
250 nCount = m_charList.GetSize() - start;
252 while (nCount--) {
372 int nCount
232 GetRectArray(int start, int nCount, CFX_RectArray& rectArray) const argument
575 CountRects(int start, int nCount) argument
687 int nCount = m_charList.GetSize(); local
913 int nCount = 0; local
1001 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); local
1032 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); local
1789 FX_STRSIZE nCount = strCurText.GetLength(); local
1991 int nCount = m_charList.GetSize(); local
2125 int nCount = pTextPage->CountChars(); local
2237 int nCount = m_csFindWhatArray.GetSize(); local
2560 int nCount = pos - start; local
[all...]
H A Dtext_int.h66 int nCount,
78 CFX_WideString GetPageText(int start = 0, int nCount = -1) const override;
79 int CountRects(int start, int nCount) override;
122 void CheckMarkedContentObject(int32_t& start, int32_t& nCount) const;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_nodehelper.cpp75 int32_t nCount = 0; local
85 nCount++;
90 nCount++;
93 if (nCount > 0) {
94 return nCount;
96 nCount += XFA_NodeAcc_TraverseAnySiblings(child, dNameHash, pSiblings,
109 nCount++;
116 nCount++;
119 if (nCount > 0) {
120 return nCount;
136 int32_t nCount = 0; local
[all...]
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.cpp23 int32_t nCount = wsBlock.GetLength(); local
27 while (i < nCount) {
32 if (i < nCount) {
69 int32_t nCount = m_FieldArr.GetSize(); local
70 for (int32_t i = 0; i < nCount; i++) {
77 int32_t nCount = m_FieldArr.GetSize(); local
78 for (int32_t i = 0; i < nCount; i++) {
87 int32_t nCount = m_FieldArr.GetSize(); local
88 for (int32_t i = 0; i < nCount; i++) {
95 int32_t nCount local
112 int32_t nCount = m_EditFieldArr.GetSize(); local
123 int32_t nCount = m_FieldArr.GetSize(); local
132 int32_t nCount = m_EditFieldArr.GetSize(); local
138 int32_t nCount = m_EditFieldArr.GetSize(); local
146 int32_t nCount = m_ItemArr.GetSize(); local
156 int32_t nCount = m_wsFormat.GetLength(); local
271 Delete(int32_t nIndex, int32_t nCount, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
305 Replace(int32_t nIndex, int32_t nCount, const CFX_WideString& wsIns, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
462 int32_t nCount = FormatParser.CountItems(); local
514 int32_t nCount = FormatParser.CountItems(); local
589 int32_t nCount = FormatParser.CountItems(); local
632 int32_t nCount = FormatParser.CountItems(); local
[all...]
H A Dfde_txtedtparag.cpp58 int32_t nCount = pTxtBreak->CountBreakPieces(); local
60 for (int32_t j = 0; j < nCount; j++) {
105 int32_t nCount = 0; local
122 nCount++;
134 m_nLineCount = nCount;
138 int32_t& nCount) const {
147 nCount = *pLineBaseArr;
H A Dfde_txtedtpage.cpp47 FX_WCHAR* pBuffer = wsText.GetBuffer(pPiece->nCount);
48 for (int32_t i = 0; i < pPiece->nCount; i++) {
51 wsText.ReleaseBuffer(pPiece->nCount);
52 return pPiece->nCount;
71 int32_t nLength = pPiece->nCount;
106 int32_t nLength = pPiece->nCount;
189 int32_t nCount = m_PieceMassArr.GetSize(); local
190 for (int32_t i = 0; i < nCount; i++) {
193 nIndex < (pPiece->nStart + pPiece->nCount)) {
213 int32_t nCount local
304 int32_t nCount = m_pTextSet->GetDisplayPos(hVisualObj, pos, FALSE); local
316 CalcRangeRectArray(int32_t nStart, int32_t nCount, CFX_RectFArray& RectFArr) const argument
356 SelectWord(const CFX_PointF& fPoint, int32_t& nCount) argument
531 int32_t nCount = m_nCharCount - 1; local
540 int32_t nCount = m_PieceMassArr.GetSize(); local
550 int32_t nCount = m_PieceMassArr.GetSize(); local
[all...]
H A Dfde_txtedtparag.h20 int32_t& nCount) const;
H A Dfde_txtedtbuf.cpp208 int32_t nCount = m_Chunks.GetSize(); local
210 for (i = 0; i < nCount; i++) {
226 int32_t nCount = m_Chunks.GetSize(); local
238 if (nChunkIndex >= nCount) {
330 int32_t nCount = m_Chunks.GetSize(); local
332 while (i < nCount) {
337 while (i < nCount) {
351 int32_t nCount = m_Chunks.GetSize(); local
352 if (nCount == 0) {
356 for (; i < nCount;
429 int32_t nCount = m_Chunks.GetSize(); local
[all...]
H A Dfde_txtedtengine.cpp165 int32_t nCount) {
167 if (nCount == -1) {
168 nCount = nTextBufLength - nStart;
173 m_pTxtBuf->GetRange(wsText, nStart, nCount);
204 int32_t nRealEnd = GetRealIndex(nStart + nCount - 1);
211 m_pTxtBuf->GetRange(wsText, nStart, nCount);
574 int32_t nCount = m_SelRangePtrArr.GetSize(); local
575 for (int32_t i = 0; i < nCount; i++) {
577 nTotalLength -= lpSelRange->nCount;
671 int32_t nCount local
163 GetText(CFX_WideString& wsText, int32_t nStart, int32_t nCount) argument
721 int32_t nCount = 1; local
767 DeleteRange(int32_t nStart, int32_t nCount) argument
925 RemoveSelRange(int32_t nStart, int32_t nCount) argument
939 AddSelRange(int32_t nStart, int32_t nCount) argument
1016 int32_t nCount = m_SelRangePtrArr.GetSize(); local
1071 int32_t nCount = m_ParagPtrArray.GetSize(); local
1135 int32_t nCount = m_ParagPtrArray.GetSize(); local
1315 Inner_DeleteRange(int32_t nStart, int32_t nCount) argument
1370 DeleteRange_DoRecord(int32_t nStart, int32_t nCount, FX_BOOL bSel) argument
1427 int32_t nCount = m_ParagPtrArray.GetSize(); local
1438 int32_t nCount = m_PagePtrArray.GetSize(); local
1449 int32_t nCount = m_ParagPtrArray.GetSize(); local
1650 int32_t nCount = PosArr.GetSize(); local
1725 int32_t nCount = m_ParagPtrArray.GetSize(); local
1873 int32_t nCount = 0; local
1893 int32_t nCount = 0; local
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h299 uint8_t* InsertSpaceAt(int nIndex, int nCount);
301 FX_BOOL RemoveAt(int nIndex, int nCount);
391 TYPE* InsertSpaceAt(int nIndex, int nCount) { argument
392 return (TYPE*)CFX_BasicArray::InsertSpaceAt(nIndex, nCount);
409 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) {
410 if (!InsertSpaceAt(nIndex, nCount)) {
413 while (nCount--) {
419 FX_BOOL RemoveAt(int nIndex, int nCount = 1) {
420 return CFX_BasicArray::RemoveAt(nIndex, nCount);
467 int32_t nCount
887 FX_DWORD nCount = m_DataList.GetSize(); local
1096 Append(int32_t nStart, int32_t nCount) argument
1177 Add(int32_t nStart, int32_t nCount) argument
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp83 uint8_t* CFX_BasicArray::InsertSpaceAt(int nIndex, int nCount) {
84 if (nIndex < 0 || nCount <= 0) {
88 if (!SetSize(nIndex + nCount)) {
93 if (!SetSize(m_nSize + nCount)) {
96 FXSYS_memmove(m_pData + (nIndex + nCount) * m_nUnitSize,
99 FXSYS_memset(m_pData + nIndex * m_nUnitSize, 0, nCount * m_nUnitSize);
103 FX_BOOL CFX_BasicArray::RemoveAt(int nIndex, int nCount) {
104 if (nIndex < 0 || nCount <= 0 || m_nSize < nIndex + nCount) {
107 int nMoveCount = m_nSize - (nIndex + nCount);
[all...]
H A Dfx_basic_bstring.cpp360 FX_STRSIZE CFX_ByteString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) { argument
368 if (nCount > 0 && nIndex < nOldLength) {
369 FX_STRSIZE mLength = nIndex + nCount;
378 m_pData->m_nDataLength = nOldLength - nCount;
428 CFX_ByteString CFX_ByteString::Mid(FX_STRSIZE nFirst, FX_STRSIZE nCount) const {
432 if (nCount < 0) {
433 nCount = 0;
435 if (nFirst + nCount > m_pData->m_nDataLength) {
436 nCount = m_pData->m_nDataLength - nFirst;
439 nCount
842 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); local
856 FX_STRSIZE nCount = 0; local
[all...]
H A Dfx_basic_wstring.cpp405 CFX_WideString CFX_WideString::Left(FX_STRSIZE nCount) const {
409 if (nCount < 0) {
410 nCount = 0;
412 if (nCount >= m_pData->m_nDataLength) {
416 AllocCopy(dest, nCount, 0);
422 CFX_WideString CFX_WideString::Mid(FX_STRSIZE nFirst, FX_STRSIZE nCount) const {
429 if (nCount < 0) {
430 nCount = 0;
432 if (nFirst + nCount > m_pData->m_nDataLength) {
433 nCount
616 FX_STRSIZE nCount = 0; local
696 Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) argument
733 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditimg.cpp24 int nCount,
33 for (int index = 0; index < nCount; index++) {
65 int nCount,
74 for (int index = 0; index < nCount; index++) {
23 FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount, FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess) argument
64 FPDFImageObj_SetBitmap(FPDF_PAGE* pages, int nCount, FPDF_PAGEOBJECT image_object, FPDF_BITMAP bitmap) argument
/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtpage.h23 int32_t nCount,
25 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount) = 0;
H A Difde_txtedtbuf.h24 int32_t nCount = -1) const = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp42 int32_t nCount) const {
45 return static_cast<IFWL_Edit*>(m_pIface)->GetText(wsText, nStart, nCount);
62 FWL_ERR CFWL_Edit::AddSelRange(int32_t nStart, int32_t nCount) { argument
65 static_cast<IFWL_Edit*>(m_pIface)->AddSelRange(nStart, nCount);
68 if (nCount == -1) {
71 pos = nStart + nCount;
122 FWL_ERR CFWL_Edit::DeleteRange(int32_t nStart, int32_t nCount) { argument
125 return static_cast<IFWL_Edit*>(m_pIface)->DeleteRange(nStart, nCount);
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dedit.h20 int32_t nCount = -1) const;
24 FWL_ERR AddSelRange(int32_t nStart, int32_t nCount = -1);
34 FWL_ERR DeleteRange(int32_t nStart, int32_t nCount = -1);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp33 size_t nCount = m_ImageCache.size();
34 CACHEINFO* pCACHEINFO = FX_Alloc(CACHEINFO, nCount);
40 FXSYS_qsort(pCACHEINFO, nCount, sizeof(CACHEINFO), compare);
46 for (i = 0; i < nCount; i++)
48 m_nTimeCount = nCount;
52 while (i + 15 < nCount)
55 while (i < nCount && m_nCacheSize > (FX_DWORD)dwLimitCacheSize)
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h100 int nCount,
117 virtual int CountRects(int start, int nCount) = 0;
139 virtual CFX_WideString GetPageText(int start = 0, int nCount = -1) const = 0;
/external/lz4/programs/
H A Dbench.c167 int nCount; local
169 nCount = (int) (tb.millitm + (tb.time & 0xfffff) * 1000);
170 return nCount;
180 int nCount; local
182 nCount = (int) (tv.tv_usec/1000 + (tv.tv_sec & 0xfffff) * 1000);
183 return nCount;
/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_path_generator.cpp23 int nCount = pPathData->GetPointCount(); local
25 AddPathData(pPoints, nCount);
28 void CFX_PathGenerator::AddPathData(FX_PATHPOINT* pPoints, int nCount) { argument
29 if (pPoints && nCount > 0) {
31 m_pPathData->AddPointCount(nCount);
34 sizeof(FX_PATHPOINT) * nCount);
/external/pdfium/public/
H A Dfpdf_edit.h248 // nCount - Number of pages, could be 0.
262 int nCount,
291 // nCount - Number of pages.
299 int nCount,
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp49 int32_t nCount) const {
50 return static_cast<CFWL_EditImp*>(GetImpl())->GetText(wsText, nStart, nCount);
61 FWL_ERR IFWL_Edit::AddSelRange(int32_t nStart, int32_t nCount) { argument
62 return static_cast<CFWL_EditImp*>(GetImpl())->AddSelRange(nStart, nCount);
93 FWL_ERR IFWL_Edit::DeleteRange(int32_t nStart, int32_t nCount) { argument
94 return static_cast<CFWL_EditImp*>(GetImpl())->DeleteRange(nStart, nCount);
333 int32_t nCount,
346 pPage->CalcRangeRectArray(nStart, nCount, rectArray);
356 int32_t CFWL_EditImp::GetWordAtPoint(CFX_PointF pointf, int32_t& nCount) { argument
531 int32_t nCount) cons
331 AddSpellCheckObj(CFX_Path& PathData, int32_t nStart, int32_t nCount, FX_FLOAT fOffSetX, FX_FLOAT fOffSetY) argument
553 AddSelRange(int32_t nStart, int32_t nCount) argument
619 DeleteRange(int32_t nStart, int32_t nCount) argument
631 int32_t nCount = m_pEdtEngine->GetSelRange(i, nStart); local
661 int32_t nCount = m_pEdtEngine->GetSelRange(0, nStart); local
671 int32_t nCount = m_pEdtEngine->GetSelRange(0, nStart); local
1072 int32_t nCount = rectArr.GetSize(); local
1507 int32_t nCount = m_RecordArr.GetSize(); local
1957 int32_t nCount = 0; local
[all...]

Completed in 517 milliseconds

1234