Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp29 static void testFail(skiatest::Reporter* reporter, int iIndex) { in testFail() argument
30 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic; in testFail()
34 const SkDLine& line = failLineCubicTests[iIndex].line; in testFail()
41 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail()
45 SkDebugf("[%d] line order=%d\n", iIndex, order2); in testFail()
131 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() argument
132 const CubicPts& cuPts = lineCubicTests[iIndex].cubic; in testOne()
136 const SkDLine& line = lineCubicTests[iIndex].line; in testOne()
143 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne()
147 SkDebugf("[%d] line order=%d\n", iIndex, order in testOne()
182 int iIndex = static_cast<int>(index); DEF_TEST() local
190 int iIndex = static_cast<int>(index); DEF_TEST() local
197 int iIndex = 0; DEF_TEST() local
[all...]
H A DPathOpsCubicQuadIntersectionTest.cpp55 int iIndex = static_cast<int>(index); in cubicQuadIntersection() local
69 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in cubicQuadIntersection()
73 SkDebugf("[%d] quad order=%d\n", iIndex, order2); in cubicQuadIntersection()
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
H A DPathOpsQuadLineIntersectionTest.cpp113 int iIndex = static_cast<int>(index); in DEF_TEST() local
124 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
128 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2); in DEF_TEST()
147 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
H A DPathOpsConicLineIntersectionTest.cpp103 int iIndex = static_cast<int>(index); in DEF_TEST() local
118 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
123 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2); in DEF_TEST()
142 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
H A DPathOpsCubicIntersectionTest.cpp23 int iIndex = static_cast<int>(index); in standardTestCases() local
35 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
41 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2); in standardTestCases()
49 SkDebugf("%s [%d] no intersection\n", __FUNCTION__, iIndex); in standardTestCases()
55 SkDebugf("%s [%d] coincident\n", __FUNCTION__, iIndex); in standardTestCases()
/third_party/backends/backend/
H A Dhp5400_sanei.c67 _UsbWriteControl (int fd, int iValue, int iIndex, void *pabData, int iSize) in _UsbWriteControl() argument
89 sanei_usb_control_msg (fd, requesttype, request, iValue, iIndex, iSize, in _UsbWriteControl()
103 _UsbReadControl (int fd, int iValue, int iIndex, void *pabData, int iSize) in _UsbReadControl() argument
113 sanei_usb_control_msg (fd, requesttype, request, iValue, iIndex, iSize, in _UsbReadControl()
H A Dhp5400_sanei.h65 HP5400_SANE_STATIC void _UsbWriteControl (int fd, int iValue, int iIndex, void *pabData, int iSize);
69 HP5400_SANE_STATIC void _UsbReadControl (int fd, int iValue, int iIndex, void *pabData, int iSize);
/third_party/lwip/src/include/lwip/apps/
H A Dhttpd.h60 * http_set_cgi_handlers. The iIndex parameter provides the index of the
84 typedef const char *(*tCGIHandler)(int iIndex, int iNumParams, char *pcParam[],
137 * pcInsert. The iIndex parameter provides the zero-based index of the tag as
160 int iIndex,
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp269 int rIndex, iIndex; in assemble() local
281 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) { in assemble()
282 const SkOpPtT* iPtT = runs[iIndex]; in assemble()
286 distLookup.push_back(rRow + iIndex); in assemble()
/third_party/lame/dshow/
H A DMpegac.cpp1950 HRESULT STDMETHODCALLTYPE CMpegAudEncOutPin::GetStreamCaps(int iIndex, AM_MEDIA_TYPE **pmt, BYTE *pSCC) in GetStreamCaps() argument
1966 if (iIndex < 0) return E_INVALIDARG; in GetStreamCaps()
1967 if (iIndex > m_pFilter->m_CapsNum) return S_FALSE; in GetStreamCaps()
1986 p_mp3wvfmt->wfx.nSamplesPerSec = m_pFilter->OutputCaps[iIndex].nSampleRate; in GetStreamCaps()
1987 p_mp3wvfmt->wfx.nAvgBytesPerSec = GET_DATARATE(m_pFilter->OutputCaps[iIndex].nBitRate); in GetStreamCaps()
1994 p_mp3wvfmt->nBlockSize = GET_FRAMELENGTH(m_pFilter->OutputCaps[iIndex].nBitRate, m_pFilter->OutputCaps[iIndex].nSampleRate); in GetStreamCaps()
H A DMpegac.h266 HRESULT STDMETHODCALLTYPE GetStreamCaps(int iIndex, AM_MEDIA_TYPE **pmt, BYTE *pSCC);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1911 deUint32 iIndex = 0;
1949 const deUint32 indexBuffIndex = (iIndex / batchIndexCount);
1951 iIndex += 1;
2059 deUint32 iIndex = 0;
2126 const deUint32 indexBuffIndex = (iIndex / batchIndexCount);
2127 if (iIndex != 0 && (iIndex % batchIndexCount) == 0)
2137 iIndex += 1;
/third_party/sqlite/src/
H A Dsqlite3.c182607 fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) global() argument
182681 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) global() argument
190452 getAbsoluteLevel( Fts3Table *p, int iLangid, int iIndex, int iLevel ) global() argument
190484 sqlite3Fts3AllSegdirs( Fts3Table *p, int iLangid, int iIndex, int iLevel, sqlite3_stmt **ppStmt ) global() argument
191013 fts3AllocateSegdirIdx( Fts3Table *p, int iLangid, int iIndex, int iLevel, int *piIdx ) global() argument
191590 sqlite3Fts3SegReaderPending( Fts3Table *p, int iIndex, const char *zTerm, int nTerm, int bPrefix, Fts3SegReader **ppReader ) global() argument
192354 fts3SegmentMaxLevel( Fts3Table *p, int iLangid, int iIndex, sqlite3_int64 *pnMax ) global() argument
192450 fts3DeleteSegdir( Fts3Table *p, int iLangid, int iIndex, int iLevel, Fts3SegReader **apSegment, int nReader ) global() argument
193106 fts3SegmentMerge( Fts3Table *p, int iLangid, int iIndex, int iLevel ) global() argument
195064 fts3ChecksumEntry( const char *zTerm, int nTerm, int iLangid, int iIndex, i64 iDocid, int iCol, int iPos ) global() argument
195094 fts3ChecksumIndex( Fts3Table *p, int iLangid, int iIndex, int *pRc ) global() argument
[all...]

Completed in 145 milliseconds