Searched refs:iCount (Results 1 - 25 of 61) sorted by relevance

123

/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.cpp80 int32_t iCount) {
86 if (iCount < 0) {
87 iCount = iAdded;
89 if (iStart + iCount > iAdded) {
90 iCount = iAdded - iStart;
92 if (iCount < 1) {
96 AddSpaceTo(iBlockCount + iCount - 1);
98 iCount * iBlockSize);
99 return iCount;
103 int32_t iCount) {
78 Append(const CFX_BaseArray& src, int32_t iStart, int32_t iCount) argument
101 Copy(const CFX_BaseArray& src, int32_t iStart, int32_t iCount) argument
123 RemoveLast(int32_t iCount) argument
191 Append(const CFX_BaseMassArrayImp& src, int32_t iStart, int32_t iCount) argument
212 Copy(const CFX_BaseMassArrayImp& src, int32_t iStart, int32_t iCount) argument
284 RemoveLast(int32_t iCount) argument
[all...]
H A Dfgas_utils.h24 int32_t Append(const CFX_BaseArray& src, int32_t iStart, int32_t iCount);
25 int32_t Copy(const CFX_BaseArray& src, int32_t iStart, int32_t iCount);
26 int32_t RemoveLast(int32_t iCount);
65 int32_t iCount) {
66 return CFX_BaseArray::Append(src, iStart, iCount);
70 int32_t iCount) {
71 return CFX_BaseArray::Copy(src, iStart, iCount);
73 int32_t RemoveLast(int32_t iCount) { argument
74 return CFX_BaseArray::RemoveLast(iCount);
89 int32_t iCount);
63 Append(const CFX_BaseArrayTemplate& src, int32_t iStart, int32_t iCount) argument
68 Copy(const CFX_BaseArrayTemplate& src, int32_t iStart, int32_t iCount) argument
[all...]
/external/pdfium/xfa/fde/
H A Dfde_render.cpp64 int32_t iCount = 0; local
77 iCount += 5;
85 if (iCount >= 100 && pPause && pPause->NeedToPauseNow()) {
111 int32_t iCount = pTextSet->GetDisplayPos(*pText, nullptr, false);
112 if (iCount < 1)
118 if (m_CharPos.size() < static_cast<size_t>(iCount))
119 m_CharPos.resize(iCount, FXTEXT_CHARPOS());
121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false);
125 m_pRenderDevice->DrawString(m_pBrush.get(), pFont, m_CharPos.data(), iCount,
H A Dcfde_path.cpp81 int32_t iCount = points.size(); local
82 if (iCount < 4)
86 const CFX_PointF* pEnd = p + iCount;
96 int32_t iCount = pdfium::CollectionSize<int32_t>(points); local
97 tangents->resize(iCount);
98 if (iCount < 3)
104 for (int32_t i = 0; i < iCount; ++i) {
107 if (r >= iCount)
108 r = bClosed ? (r - iCount) : (iCount
179 size_t iCount = points.size(); local
193 size_t iCount = points.size(); local
[all...]
H A Dfde_gedevice.h45 int32_t iCount,
106 int32_t iCount,
112 int32_t iCount,
/external/pdfium/core/fxcrt/
H A Dfx_arabic.cpp347 int32_t iCount) {
349 ASSERT(iCount >= 0 && iStart + iCount <= wsText.GetLength());
353 FX_WCHAR* pEnd = pStart + iCount - 1;
403 int32_t iCount = i - iStart; local
404 if (bReverse && iCount > 1) {
405 FX_BidiReverseString(wsText, iStart, iCount);
407 return iCount;
429 int32_t iCount) {
431 ASSERT(iCount >
345 FX_BidiReverseString(CFX_WideString& wsText, int32_t iStart, int32_t iCount) argument
427 FX_BidiReverseString(std::vector<baseType>& chars, int32_t iStart, int32_t iCount) argument
436 FX_BidiSetDeferredRun(std::vector<baseType>& chars, bool bClass, int32_t iStart, int32_t iCount, int32_t iValue) argument
453 FX_BidiClassify(std::vector<baseType>& chars, int32_t iCount, bool bWS) argument
470 FX_BidiResolveExplicit(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
479 FX_BidiResolveWeak(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
551 FX_BidiResolveNeutrals(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
600 FX_BidiResolveImplicit(std::vector<baseType>& chars, int32_t iCount) argument
614 FX_BidiResolveWhitespace(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
658 FX_BidiReorderLevel(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel, int32_t iStart, bool bReverse) argument
686 FX_BidiReorder(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
697 FX_BidiPosition(std::vector<baseType>& chars, int32_t iCount) argument
703 FX_BidiLine(std::vector<baseType>& chars, int32_t iCount, int32_t iBaseLevel) argument
722 FX_BidiLine(std::vector<CFX_TxtChar>& chars, int32_t iCount, int32_t iBaseLevel) argument
728 FX_BidiLine(std::vector<CFX_RTFChar>& chars, int32_t iCount, int32_t iBaseLevel) argument
[all...]
H A Dfx_arb.h45 int32_t iCount,
48 int32_t iCount,
H A Dfx_ext.h84 void FX_Random_GenerateBase(uint32_t* pBuffer, int32_t iCount);
85 void FX_Random_GenerateMT(uint32_t* pBuffer, int32_t iCount);
86 void FX_Random_GenerateCrypto(uint32_t* pBuffer, int32_t iCount);
H A Dextension.h55 bool FX_GenerateCryptoRandom(uint32_t* pBuffer, int32_t iCount);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_rendercontext.cpp51 int32_t iCount = 0; local
61 iCount++;
62 if (iCount > kMaxCount && pPause && pPause->NeedToPauseNow())
H A Dxfa_ffapp.cpp58 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Data); local
60 while (index < iCount) {
69 while (index < iCount) {
H A Dcxfa_textlayout.cpp255 int32_t iCount = m_pLoader->m_lineHeights.GetSize();
256 if (iCount == 0 && m_pLoader->m_fWidth > 0) {
269 for (int32_t i = 0; i < iCount; i++)
344 int32_t iCount = m_pLoader->m_lineHeights.GetSize(); local
346 for (i = iLineIndex; i < iCount; i++) {
383 int32_t iCount = m_Blocks.GetSize() / 2; local
384 return iCount > 0 ? iCount : 1;
439 int32_t iCount = m_Blocks.GetSize(); local
453 if (iCount >
582 int32_t iCount = m_Blocks.GetSize(); local
974 int32_t iCount = m_textParser.CountTabs(pStyle); local
1163 int32_t iCount = GetDisplayPos(pPiece, pCharPos); local
[all...]
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.cpp106 int32_t iCount = 0; local
109 iCount++;
112 return iCount;
213 int32_t iCount = 0; local
215 while (++iCount != index && pFind->m_pNext) {
223 return iCount;
418 int32_t iCount = pdfium::CollectionSize<int32_t>(attributes); local
420 for (i = 0; i < iCount; i += 2) {
435 iCount = pdfium::CollectionSize<int32_t>(targetdata);
436 for (i = 0; i < iCount;
453 int32_t iCount = pdfium::CollectionSize<int32_t>(attributes); local
552 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
566 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
578 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
591 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
605 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
623 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
640 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
764 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
778 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
789 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
802 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
816 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
834 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
851 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); local
988 int32_t iCount = pdfium::CollectionSize<int32_t>(attributes); local
1023 int32_t iCount = pdfium::CollectionSize<int32_t>(attributes); local
1164 DeleteTextChars(int32_t iCount, bool bDirection) argument
[all...]
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp169 int32_t iCount = m_pCurLine->CountChars(); local
170 if (iCount < 1)
173 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
180 int32_t iCount = pdfium::CollectionSize<int32_t>(tca); local
181 if (index < 0 || index >= iCount)
184 int32_t iStart = iCount - 1;
254 int32_t iCount = m_pCurLine->CountChars(); local
255 if (iCount > 0)
256 pCurChar = &m_pCurLine->m_LineChars[iCount - 1];
396 int32_t iCount local
530 int32_t iCount = m_pCurLine->CountChars(); local
620 int32_t iCount = pCurPieces->GetSize(); local
800 int32_t iCount = pCurLine->CountChars(); local
902 int32_t iCount = 0; local
[all...]
H A Dfgas_textbreak.cpp216 int32_t iCount = m_pCurLine->CountChars();
217 if (iCount < 1)
220 CFX_TxtChar* pTC = m_pCurLine->GetCharPtr(iCount - 1);
247 int32_t iCount = pdfium::CollectionSize<int32_t>(ca); local
248 if (index < 0 || index >= iCount)
251 int32_t iStart = iCount - 1;
575 int32_t iCount = m_pCurLine->CountChars(); local
576 if (iCount > 0)
577 pCurChar = &(*m_pCurLine->m_pLineChars)[iCount - 1];
592 int32_t iCount local
648 int32_t iCount = m_pCurLine->CountChars(); local
705 int32_t iCount = m_pCurLine->CountChars(); local
816 int32_t iCount = pCurPieces->GetSize(); local
899 int32_t iCount = pCurPieces->GetSize(); local
1060 int32_t iCount = pCurLine->CountChars(); local
1194 int32_t iCount = 0; local
[all...]
H A Dfgas_textbreak.h185 int32_t iCount = pdfium::CollectionSize<int32_t>(*m_pLineChars); local
186 FX_WCHAR* pBuf = wsStr.GetBuffer(iCount);
187 for (int32_t i = 0; i < iCount; i++)
189 wsStr.ReleaseBuffer(iCount);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp52 int32_t iCount = wsDate.GetLength(); local
54 for (i = 0; i < iCount; i++) {
58 if (i == iCount)
63 int32_t iCount = wsTime.GetLength(); local
65 for (i = 0; i < iCount; i++) {
69 if (i == iCount)
327 int32_t iCount = allEvents.GetSize(); local
328 for (int32_t i = 0; i < iCount; i++) {
743 int32_t iCount = 0; local
749 iCount
774 int32_t iCount = 0; local
810 int32_t iCount = 0; local
1042 int32_t iCount = 0; local
1099 int32_t iCount = 0; local
1145 int32_t iCount = 0; local
1912 int32_t iCount = wsValue.GetLength(); local
[all...]
H A Dxfa_utils.cpp326 int32_t iCount = 0;
327 const XFA_PROPERTY* pProperties = XFA_GetElementProperties(eElement, iCount);
328 if (!pProperties || iCount < 1)
331 auto it = std::find_if(pProperties, pProperties + iCount,
335 if (it == pProperties + iCount)
346 int32_t& iCount) {
352 iCount = pElement->wCount;
356 const uint8_t* XFA_GetElementAttributes(XFA_Element eElement, int32_t& iCount) {
362 iCount = pElement->wCount;
H A Dcxfa_xml_parser.cpp38 int32_t iCount = 0;
84 iCount++;
164 if (pPause && iCount > 500 && pPause->NeedToPauseNow()) {
H A Dcxfa_nodelist.cpp28 int32_t iCount = GetLength(); local
29 for (int32_t i = 0; i < iCount; i++) {
H A Dcxfa_node.cpp55 int32_t iCount = 0; local
66 if (iCount == 0) {
71 return iCount;
78 iCount++;
80 return iCount;
86 int32_t iCount = pdfium::CollectionSize<int32_t>(rgNodeSet); local
87 rgNodeArray.SetSize(iCount);
88 rgIdxArray.SetSize(iCount);
89 if (iCount == 0)
97 pNode && iIndex < iCount;
190 int32_t iCount = 0; local
454 int32_t iCount = 0; local
779 int32_t iCount = pItems->GetSize(); local
3071 int32_t iCount = GetCount(this); local
3123 int32_t iCount = GetCount(this); local
3160 int32_t iCount = GetCount(this); local
3199 int32_t iCount = GetCount(this); local
3249 int32_t iCount = GetCount(this); local
4385 int32_t iCount = 0; local
4421 int32_t iCount = 0; local
4442 int32_t iCount = 0; local
4479 int32_t iCount = 0; local
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp129 int32_t iCount = CountItems(this); local
130 for (int32_t i = 0; i < iCount; i++) {
149 int32_t iCount = CountItems(this); local
150 for (int32_t i = 0; i < iCount; i++) {
197 int32_t iCount = CountItems(this); local
198 iDstItem = iCount - 1;
220 int32_t iCount = CountItems(this); local
221 for (int32_t i = 0; i < iCount; i++) {
252 int32_t iCount = CountItems(this); local
253 for (int32_t i = 0; i < iCount;
279 int32_t iCount = CountItems(this); local
395 int32_t iCount = CountItems(this); local
496 int32_t iCount = CountItems(this); local
600 int32_t iCount = CountItems(this); local
[all...]
/external/skia/tests/
H A DVerticesTest.cpp54 int iCount = 6; local
62 SkVertices::Builder builder(SkCanvas::kTriangles_VertexMode, vCount, iCount, flags);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp167 int iCount = CountControls(); local
168 if (iCount) {
172 for (int i = 0; i < iCount; i++)
175 for (int i = 0; i < iCount; i++)
673 int iCount = pdfium::base::checked_cast<int>(pOpt->GetCount()); local
674 if (index >= iCount) {
676 index = iCount;
721 int iCount = CountControls(); local
723 for (int i = 0; i < iCount; i++) {
768 int iCount local
785 int iCount = CountControls(); local
815 int iCount = pArray->GetCount(); local
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp624 int32_t iCount = 0; local
650 iCount++;
657 iCount += newPropertyValue->IsNull() ? 0 : 1;
664 iCount++;
666 iCount++;
669 args.GetReturnValue()->SetInteger(iCount);
3408 int32_t iCount = 0; local
3409 while (iCount < 2) {
3414 chTemp += (ch - '0') * (!iCount ? 16 : 1);
3416 chTemp += (ch - 'A' + 10) * (!iCount
3673 int32_t iCount = FX_ArraySize(strUnsafe); local
4549 int32_t iCount = 0; local
4799 int32_t iCount = (iInteger - iIndex) % 12; local
4816 int32_t iCount = (iLength - iIndex) % 12; local
5968 int32_t iCount = 0; local
[all...]

Completed in 2642 milliseconds

123