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

1 2 3

  /external/pdfium/core/fxcrt/
fx_random.h 16 void FX_Random_GenerateMT(uint32_t* pBuffer, int32_t iCount);
fx_bidi.cpp 235 void BidiLine(std::vector<CFX_Char>* chars, size_t iCount) {
236 ASSERT(iCount <= chars->size());
237 if (iCount < 2)
240 Classify(chars, iCount, false);
241 ResolveExplicit(chars, iCount);
242 ResolveWeak(chars, iCount);
243 ResolveNeutrals(chars, iCount);
244 ResolveImplicit(chars, iCount);
245 Classify(chars, iCount, true);
246 ResolveWhitespace(chars, iCount);
    [all...]
cfx_seekablemultistream.cpp 35 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Data);
37 while (index < iCount) {
46 while (index < iCount) {
cfx_blockbuffer.h 39 void DeleteTextChars(size_t iCount);
fx_bidi.h 80 void FX_BidiLine(std::vector<CFX_Char>* chars, size_t iCount);
fx_random.cpp 126 void FX_Random_GenerateMT(uint32_t* pBuffer, int32_t iCount) {
128 while (iCount-- > 0)
  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 49 int32_t iCount = GetXFANode()->GetCount();
50 if (iDesired == iCount)
53 if (iDesired < iCount) {
70 while (iCount > iDesired) {
82 iCount--;
86 while (iCount < iDesired) {
91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
92 ++iCount;
111 int32_t iCount = GetXFANode()->GetCount()
    [all...]
  /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++) {
  /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/fgas/layout/
cfx_txtbreak.cpp 219 int32_t iCount = m_pCurLine->CountChars();
220 if (iCount > 0)
221 pCurChar = &m_pCurLine->m_LineChars[iCount - 1];
263 int32_t iCount = m_pCurLine->CountChars();
267 pTC = m_pCurLine->GetChar(iCount - 1);
280 iCount = m_pCurLine->CountChars();
295 int32_t iCount = m_pCurLine->CountChars();
298 ASSERT(iCount >= 0);
301 for (size_t i = 0; i < static_cast<size_t>(iCount); ++i) {
320 while (i < iCount) {
    [all...]
cfx_break.cpp 98 int32_t iCount = m_pCurLine->CountChars();
99 if (iCount < 1)
102 CFX_Char* tc = m_pCurLine->GetChar(iCount - 1);
cfx_rtfbreak.cpp 86 int32_t iCount = m_pCurLine->CountChars();
87 if (iCount > 0)
88 pCurChar = &m_pCurLine->m_LineChars[iCount - 1];
264 int32_t iCount = m_pCurLine->CountChars();
265 if (iCount < 1)
268 CFX_Char* tc = m_pCurLine->GetChar(iCount - 1);
365 int32_t iCount = m_pCurLine->CountChars();
367 ASSERT(iCount >= 0);
370 for (size_t i = 0; i < static_cast<size_t>(iCount); ++i) {
380 for (int32_t i = 0; i < iCount; ++i)
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 126 int32_t iCount = CountItems(this);
127 for (int32_t i = 0; i < iCount; i++) {
146 int32_t iCount = CountItems(this);
147 for (int32_t i = 0; i < iCount; i++) {
194 int32_t iCount = CountItems(this);
195 iDstItem = iCount - 1;
217 int32_t iCount = CountItems(this);
218 for (int32_t i = 0; i < iCount; i++) {
249 int32_t iCount = CountItems(this);
250 for (int32_t i = 0; i < iCount; i++)
    [all...]
  /external/pdfium/xfa/fde/
cfde_textout.h 31 int32_t iCount,
66 void RemoveLast(int32_t iCount);
cfde_textout.cpp 40 int32_t iCount,
43 ASSERT(pFont && pCharPos && iCount > 0);
47 for (int32_t i = 0; i < iCount; ++i) {
70 for (int32_t i = 0; i < iCount; ++i) {
315 int32_t iCount = GetDisplayPos(pPiece);
316 if (iCount > 0) {
318 iCount, m_fFontSize, &m_Matrix);
378 int32_t iCount = m_pTxtBreak->CountBreakPieces();
379 for (int32_t i = 0; i < iCount; i++) {
412 AppendPiece(ttoPiece, bNeedReload, (bReload && i == iCount - 1))
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 168 int iCount = CountControls();
169 if (iCount) {
173 for (int i = 0; i < iCount; i++)
176 for (int i = 0; i < iCount; i++)
671 int iCount = pdfium::base::checked_cast<int>(pOpt->GetCount());
672 if (index >= iCount) {
674 index = iCount;
719 int iCount = CountControls();
721 for (int i = 0; i < iCount; i++) {
764 int iCount = CountControls()
    [all...]
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.h 46 int32_t iCount);
cfxjse_formcalc_context.cpp 730 int32_t iCount = 0;
756 iCount++;
763 iCount += newPropertyValue->IsNull() ? 0 : 1;
770 iCount++;
772 iCount++;
775 args.GetReturnValue()->SetInteger(iCount);
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 43 int32_t iCount = 0;
46 iCount++;
49 return iCount;
148 int32_t iCount = 0;
150 while (++iCount != index && pFind->m_pNext) {
158 return iCount;
cfx_xmlparser.cpp 38 int32_t iCount = 0;
84 iCount++;
  /external/pdfium/xfa/fxfa/parser/
cxfa_xmllocale.cpp 198 size_t iCount = pElement->CountElements("", bsTag);
199 for (size_t i = 0; i < iCount; i++) {
  /external/skia/tests/
VerticesTest.cpp 57 int iCount = 9; // odd value exercises padding logic in encode()
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
  /external/skqp/tests/
VerticesTest.cpp 57 int iCount = 9; // odd value exercises padding logic in encode()
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags);
  /external/skia/include/core/
SkVertices.h 120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
  /external/skqp/include/core/
SkVertices.h 120 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,

Completed in 921 milliseconds

1 2 3