Searched refs:iIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp27 static void testFail(skiatest::Reporter* reporter, int iIndex) { argument
28 const SkDCubic& cubic = failLineCubicTests[iIndex].cubic;
30 const SkDLine& line = failLineCubicTests[iIndex].line;
37 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
41 SkDebugf("[%d] line order=%d\n", iIndex, order2);
119 static void testOne(skiatest::Reporter* reporter, int iIndex) { argument
120 const SkDCubic& cubic = lineCubicTests[iIndex].cubic;
122 const SkDLine& line = lineCubicTests[iIndex].line;
129 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
133 SkDebugf("[%d] line order=%d\n", iIndex, order
170 int iIndex = static_cast<int>(index); local
178 int iIndex = static_cast<int>(index); local
185 int iIndex = 0; local
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp108 int iIndex = static_cast<int>(index); local
117 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
121 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp61 int iIndex = static_cast<int>(index); local
71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
97 __FUNCTION__, iIndex, pt, xy1.fX, xy1.fY);
H A DPathOpsCubicIntersectionTest.cpp18 int iIndex = static_cast<int>(index); local
27 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
33 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
41 SkDebugf("%s [%d] no intersection\n", __FUNCTION__, iIndex);
47 SkDebugf("%s [%d] coincident\n", __FUNCTION__, iIndex);
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp27 static void testFail(skiatest::Reporter* reporter, int iIndex) { argument
28 const SkDCubic& cubic = failLineCubicTests[iIndex].cubic;
30 const SkDLine& line = failLineCubicTests[iIndex].line;
37 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
41 SkDebugf("[%d] line order=%d\n", iIndex, order2);
119 static void testOne(skiatest::Reporter* reporter, int iIndex) { argument
120 const SkDCubic& cubic = lineCubicTests[iIndex].cubic;
122 const SkDLine& line = lineCubicTests[iIndex].line;
129 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
133 SkDebugf("[%d] line order=%d\n", iIndex, order
170 int iIndex = static_cast<int>(index); local
178 int iIndex = static_cast<int>(index); local
185 int iIndex = 0; local
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp108 int iIndex = static_cast<int>(index); local
117 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
121 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp61 int iIndex = static_cast<int>(index); local
71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
97 __FUNCTION__, iIndex, pt, xy1.fX, xy1.fY);
H A DPathOpsCubicIntersectionTest.cpp18 int iIndex = static_cast<int>(index); local
27 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
33 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
41 SkDebugf("%s [%d] no intersection\n", __FUNCTION__, iIndex);
47 SkDebugf("%s [%d] coincident\n", __FUNCTION__, iIndex);
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp164 //for(int iIndex = 1;iIndex < params.size();iIndex++)
166 for(int iIndex = 0;iIndex < (int)c_strConvers.size();iIndex++)
168 c_strFormat = c_strConvers[iIndex];
169 if (iIndex == 0)
177 if (iIndex >= iSize) {
185 strSegment.Format((FX_LPCWSTR)c_strFormat.c_str(),(int)params[iIndex]);
288 int iIndex; local
384 int iIndex; local
[all...]
H A DPublicMethods.cpp1687 int iIndex = params[0]; local
1692 ASSERT(iIndex < sizeof(cFormats)/sizeof(FX_LPCWSTR));
1694 if (iIndex < 0)
1695 iIndex = 0;
1696 if (iIndex >= sizeof(cFormats)/sizeof(FX_LPCWSTR))
1697 iIndex = 0;
1699 CJS_Value val(isolate,cFormats[iIndex]);
1718 int iIndex = params[0];
1723 ASSERT(iIndex<sizeof(cFormats)/sizeof(FX_LPCWSTR));
1725 if (iIndex <
[all...]
H A DField.cpp3151 int iIndex; local
3154 iIndex = pFormField->GetSelectedIndex(i);
3155 ElementValue = pFormField->GetOptionValue(iIndex);
3157 ElementValue = pFormField->GetOptionLabel(iIndex);
3266 int iIndex = pFormField->FindOption(strArray.GetAt(i)); local
3268 if (!pFormField->IsItemSelected(iIndex))
3280 int iIndex = pFormField->FindOption(strArray.GetAt(i)); local
3281 pFormField->SetItemSelection(iIndex, TRUE, TRUE);
H A DDocument.cpp1592 IconElement* IconTree::operator [](int iIndex) argument
1594 if (iIndex >= 0 && iIndex <= m_iLength)
1597 for (int i = 0; i < iIndex; i++)
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp134 int iIndex = GetDefaultSelectedItem(); local
135 if (iIndex >= 0) {
136 csValue = GetOptionLabel(iIndex);
144 SetItemSelection(iIndex, TRUE);
153 int iIndex = GetDefaultSelectedItem(); local
154 if (iIndex >= 0) {
155 csValue = GetOptionLabel(iIndex);
163 SetItemSelection(iIndex, TRUE);
359 int iIndex = FindOptionValue(csValue); local
360 if (iIndex <
382 int iIndex = FindOptionValue(value); local
510 int iIndex = GetSelectedIndex(0); local
1051 int iIndex = GetSelectedIndex(0); local
[all...]
H A Ddoc_action.cpp155 CPDF_Object* CPDF_ActionFields::GetField(FX_DWORD iIndex) const
177 if (iIndex == 0) {
181 pFindObj = ((CPDF_Array*)pFields)->GetElementValue(iIndex);
260 CPDF_Action CPDF_Action::GetSubAction(FX_DWORD iIndex) const
268 if (iIndex == 0) {
273 return ((CPDF_Array*)pNext)->GetDict(iIndex);
H A Ddoc_formcontrol.cpp90 int iIndex = m_pField->GetControlIndex(this); local
91 csOn.Format("%d", iIndex);
106 int iIndex = m_pField->GetControlIndex(this); local
107 csOn = ((CPDF_Array*)pOpt)->GetString(iIndex);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp546 int rIndex, iIndex; local
560 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) {
561 int inner = runs[iIndex >> 1];
563 const SkPoint& iPt = iIndex & 1 ? iContour.end() : iContour.start();
567 distances[row + iIndex] = dist; // oStart distance from iStart
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp546 int rIndex, iIndex; local
560 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) {
561 int inner = runs[iIndex >> 1];
563 const SkPoint& iPt = iIndex & 1 ? iContour.end() : iContour.start();
567 distances[row + iIndex] = dist; // oStart distance from iStart
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_thread.c339 int iIndex; local
347 interp, objv[1], aSub, sizeof(aSub[0]), "sub-command", 0, &iIndex
350 pSub = &aSub[iIndex];
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex) argument
871 if (!iLen || iLen <= iIndex) {
874 while (iIndex < iLen) {
875 if (pStyle[iIndex] == ',') {
878 buf.AppendChar(pStyle[iIndex]);
879 ++iIndex;
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h70 IconElement* operator[](int iIndex);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h274 CPDF_Object* GetField(FX_DWORD iIndex) const;
443 CPDF_Action GetSubAction(FX_DWORD iIndex) const;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp6407 int rIndex, iIndex;
6421 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) {
6422 int inner = runs[iIndex >> 1];
6424 const SkPoint& iPt = iIndex & 1 ? iContour.end() : iContour.start();
6428 distances[row + iIndex] = dist; // oStart distance from iStart
/external/skia/experimental/Intersection/
H A DSimplify.cpp6407 int rIndex, iIndex;
6421 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) {
6422 int inner = runs[iIndex >> 1];
6424 const SkPoint& iPt = iIndex & 1 ? iContour.end() : iContour.start();
6428 distances[row + iIndex] = dist; // oStart distance from iStart
/external/sqlite/dist/orig/
H A Dsqlite3.c129574 fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
129648 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
137259 getAbsoluteLevel( Fts3Table *p, int iLangid, int iIndex, int iLevel ) argument
137291 sqlite3Fts3AllSegdirs( Fts3Table *p, int iLangid, int iIndex, int iLevel, sqlite3_stmt **ppStmt ) argument
137815 fts3AllocateSegdirIdx( Fts3Table *p, int iLangid, int iIndex, int iLevel, int *piIdx ) argument
138360 sqlite3Fts3SegReaderPending( Fts3Table *p, int iIndex, const char *zTerm, int nTerm, int bPrefix, Fts3SegReader **ppReader ) argument
139107 fts3SegmentMaxLevel( Fts3Table *p, int iLangid, int iIndex, sqlite3_int64 *pnMax ) argument
139203 fts3DeleteSegdir( Fts3Table *p, int iLangid, int iIndex, int iLevel, Fts3SegReader **apSegment, int nReader ) argument
139846 fts3SegmentMerge( Fts3Table *p, int iLangid, int iIndex, int iLevel ) argument
141729 fts3ChecksumEntry( const char *zTerm, int nTerm, int iLangid, int iIndex, i64 iDocid, int iCol, int iPos ) argument
141759 fts3ChecksumIndex( Fts3Table *p, int iLangid, int iIndex, int *pRc ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129594 fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
129668 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
137291 getAbsoluteLevel( Fts3Table *p, int iLangid, int iIndex, int iLevel ) argument
137323 sqlite3Fts3AllSegdirs( Fts3Table *p, int iLangid, int iIndex, int iLevel, sqlite3_stmt **ppStmt ) argument
137847 fts3AllocateSegdirIdx( Fts3Table *p, int iLangid, int iIndex, int iLevel, int *piIdx ) argument
138392 sqlite3Fts3SegReaderPending( Fts3Table *p, int iIndex, const char *zTerm, int nTerm, int bPrefix, Fts3SegReader **ppReader ) argument
139139 fts3SegmentMaxLevel( Fts3Table *p, int iLangid, int iIndex, sqlite3_int64 *pnMax ) argument
139235 fts3DeleteSegdir( Fts3Table *p, int iLangid, int iIndex, int iLevel, Fts3SegReader **apSegment, int nReader ) argument
139878 fts3SegmentMerge( Fts3Table *p, int iLangid, int iIndex, int iLevel ) argument
141761 fts3ChecksumEntry( const char *zTerm, int nTerm, int iLangid, int iIndex, i64 iDocid, int iCol, int iPos ) argument
141791 fts3ChecksumIndex( Fts3Table *p, int iLangid, int iIndex, int *pRc ) argument
[all...]

Completed in 786 milliseconds

12