HomeSort by relevance Sort by last modified time
    Searched refs:iCount (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/pdfium/xfa/fgas/crt/
fgas_utils.cpp 80 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) {
    [all...]
fgas_utils.h 24 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) {
74 return CFX_BaseArray::RemoveLast(iCount);
89 int32_t iCount);
    [all...]
  /external/pdfium/xfa/fde/
fde_render.cpp 64 int32_t iCount = 0;
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,
cfde_path.cpp 81 int32_t iCount = points.size();
82 if (iCount < 4)
86 const CFX_PointF* pEnd = p + iCount;
96 int32_t iCount = pdfium::CollectionSize<int32_t>(points);
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 - 1)
    [all...]
fde_gedevice.h 45 int32_t iCount,
106 int32_t iCount,
112 int32_t iCount,
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 347 int32_t iCount) {
349 ASSERT(iCount >= 0 && iStart + iCount <= wsText.GetLength());
353 FX_WCHAR* pEnd = pStart + iCount - 1;
403 int32_t iCount = i - iStart;
404 if (bReverse && iCount > 1) {
405 FX_BidiReverseString(wsText, iStart, iCount);
407 return iCount;
429 int32_t iCount) {
431 ASSERT(iCount >= 0 &
    [all...]
fx_arb.h 45 int32_t iCount,
48 int32_t iCount,
fx_ext.h 84 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);
extension.h 55 bool FX_GenerateCryptoRandom(uint32_t* pBuffer, int32_t iCount);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 42 int iCount = usbDevice.getInterfaceCount();
43 for (int i = 0; i < iCount; i++) {
57 int iCount = usbDevice.getInterfaceCount();
58 for (int i = 0; i < iCount; i++) {
  /external/pdfium/xfa/fxfa/app/
xfa_rendercontext.cpp 51 int32_t iCount = 0;
61 iCount++;
62 if (iCount > kMaxCount && pPause && pPause->NeedToPauseNow())
xfa_ffapp.cpp 58 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Data);
60 while (index < iCount) {
69 while (index < iCount) {
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 114 int iCount = attributedStrings.size();
116 AttributedCharacterIterator[iCount];
118 for (int counter = 0; counter < iCount; counter++) {
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 106 int32_t iCount = 0;
109 iCount++;
112 return iCount;
213 int32_t iCount = 0;
215 while (++iCount != index && pFind->m_pNext) {
223 return iCount;
418 int32_t iCount = pdfium::CollectionSize<int32_t>(attributes);
420 for (i = 0; i < iCount; i += 2) {
435 iCount = pdfium::CollectionSize<int32_t>(targetdata);
436 for (i = 0; i < iCount; i++)
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 169 int32_t iCount = m_pCurLine->CountChars();
170 if (iCount < 1)
173 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
180 int32_t iCount = pdfium::CollectionSize<int32_t>(tca);
181 if (index < 0 || index >= iCount)
184 int32_t iStart = iCount - 1;
254 int32_t iCount = m_pCurLine->CountChars();
255 if (iCount > 0)
256 pCurChar = &m_pCurLine->m_LineChars[iCount - 1];
396 int32_t iCount = pCurPieces->GetSize()
    [all...]
fgas_textbreak.cpp 216 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);
248 if (index < 0 || index >= iCount)
251 int32_t iStart = iCount - 1;
575 int32_t iCount = m_pCurLine->CountChars();
576 if (iCount > 0)
577 pCurChar = &(*m_pCurLine->m_pLineChars)[iCount - 1];
592 int32_t iCount = m_pCurLine->CountChars()
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp 52 int32_t iCount = wsDate.GetLength();
54 for (i = 0; i < iCount; i++) {
58 if (i == iCount)
63 int32_t iCount = wsTime.GetLength();
65 for (i = 0; i < iCount; i++) {
69 if (i == iCount)
327 int32_t iCount = allEvents.GetSize();
328 for (int32_t i = 0; i < iCount; i++) {
743 int32_t iCount = 0;
749 iCount++
    [all...]
xfa_utils.cpp 244 int32_t icount = scriptIndex->wAttributeCount;
245 if (icount == 0) {
250 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1;
326 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
    [all...]
cxfa_xml_parser.cpp 38 int32_t iCount = 0;
84 iCount++;
164 if (pPause && iCount > 500 && pPause->NeedToPauseNow()) {
cxfa_nodelist.cpp 28 int32_t iCount = GetLength();
29 for (int32_t i = 0; i < iCount; i++) {
cxfa_node.cpp 55 int32_t iCount = 0;
66 if (iCount == 0) {
71 return iCount;
78 iCount++;
80 return iCount;
86 int32_t iCount = pdfium::CollectionSize<int32_t>(rgNodeSet);
87 rgNodeArray.SetSize(iCount);
88 rgIdxArray.SetSize(iCount);
89 if (iCount == 0)
97 pNode && iIndex < iCount;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 129 int32_t iCount = CountItems(this);
130 for (int32_t i = 0; i < iCount; i++) {
149 int32_t iCount = CountItems(this);
150 for (int32_t i = 0; i < iCount; i++) {
197 int32_t iCount = CountItems(this);
198 iDstItem = iCount - 1;
220 int32_t iCount = CountItems(this);
221 for (int32_t i = 0; i < iCount; i++) {
252 int32_t iCount = CountItems(this);
253 for (int32_t i = 0; i < iCount; i++)
    [all...]
  /external/skia/tests/
VerticesTest.cpp 54 int iCount = 6;
62 SkVertices::Builder builder(SkCanvas::kTriangles_VertexMode, vCount, iCount, flags);
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 167 int iCount = CountControls();
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());
674 if (index >= iCount) {
676 index = iCount;
721 int iCount = CountControls();
723 for (int i = 0; i < iCount; i++) {
768 int iCount = CountControls()
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 624 int32_t iCount = 0;
650 iCount++;
657 iCount += newPropertyValue->IsNull() ? 0 : 1;
664 iCount++;
666 iCount++;
669 args.GetReturnValue()->SetInteger(iCount);
    [all...]

Completed in 627 milliseconds

1 2 3