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

1 2

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
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) {
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, order2)
    [all...]
PathOpsQuadLineIntersectionTest.cpp 108 int iIndex = static_cast<int>(index);
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);
PathOpsCubicQuadIntersectionTest.cpp 61 int iIndex = static_cast<int>(index);
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);
PathOpsCubicIntersectionTest.cpp 18 int iIndex = static_cast<int>(index);
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/
PathOpsCubicLineIntersectionTest.cpp 27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
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) {
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, order2)
    [all...]
PathOpsQuadLineIntersectionTest.cpp 108 int iIndex = static_cast<int>(index);
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);
PathOpsCubicQuadIntersectionTest.cpp 61 int iIndex = static_cast<int>(index);
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);
PathOpsCubicIntersectionTest.cpp 18 int iIndex = static_cast<int>(index);
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/
util.cpp 164 //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]);
    [all...]
PublicMethods.cpp     [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 67 int32_t iIndex = 0;
71 p[i].pos[0] = teapotPositions[iIndex];
72 p[i].pos[1] = teapotPositions[iIndex + 1];
73 p[i].pos[2] = teapotPositions[iIndex + 2];
75 p[i].normal[0] = teapotNormals[iIndex];
76 p[i].normal[1] = teapotNormals[iIndex + 1];
77 p[i].normal[2] = teapotNormals[iIndex + 2];
78 iIndex += 3;
TeapotNativeActivity.cpp 84 int32_t iIndex,
  /development/ndk/sources/android/ndk_helper/
gestureDetector.cpp 165 int32_t iIndex = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
167 vec_pointers_.push_back( AMotionEvent_getPointerId( event, iIndex ) );
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
338 if( iIndex == -1 )
341 float x = AMotionEvent_getX( event_, iIndex );
342 float y = AMotionEvent_getY( event_, iIndex );
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 134 int iIndex = GetDefaultSelectedItem();
135 if (iIndex >= 0) {
136 csValue = GetOptionLabel(iIndex);
144 SetItemSelection(iIndex, TRUE);
153 int iIndex = GetDefaultSelectedItem();
154 if (iIndex >= 0) {
155 csValue = GetOptionLabel(iIndex);
163 SetItemSelection(iIndex, TRUE);
359 int iIndex = FindOptionValue(csValue);
360 if (iIndex < 0) {
    [all...]
doc_action.cpp 155 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);
doc_formcontrol.cpp 90 int iIndex = m_pField->GetControlIndex(this);
91 csOn.Format("%d", iIndex);
106 int iIndex = m_pField->GetControlIndex(this);
107 csOn = ((CPDF_Array*)pOpt)->GetString(iIndex);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 82 int32_t iIndex = 0;
86 p[i].pos[0] = teapotPositions[iIndex];
87 p[i].pos[1] = teapotPositions[iIndex + 1];
88 p[i].pos[2] = teapotPositions[iIndex + 2];
90 p[i].normal[0] = teapotNormals[iIndex];
91 p[i].normal[1] = teapotNormals[iIndex + 1];
92 p[i].normal[2] = teapotNormals[iIndex + 2];
93 iIndex += 3;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftsiface.h 87 ERRORCODE WINAPI DiscardIndex (HSEARCHER hsrch,INT iIndex);
88 ERRORCODE WINAPI QueryOptions (HSEARCHER hsrch,INT iIndex,PUINT pfdwOptions);
propsys.h 907 UINT iIndex,
912 UINT iIndex,
922 UINT iIndex) = 0;
954 UINT iIndex,
960 UINT iIndex,
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 546 int rIndex, iIndex;
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/
SkPathOpsCommon.cpp 546 int rIndex, iIndex;
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/
test_thread.c 339 int iIndex;
347 interp, objv[1], aSub, sizeof(aSub[0]), "sub-command", 0, &iIndex
350 pSub = &aSub[iIndex];
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex)
871 if (!iLen || iLen <= iIndex) {
874 while (iIndex < iLen) {
875 if (pStyle[iIndex] == ',') {
878 buf.AppendChar(pStyle[iIndex]);
879 ++iIndex;
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Document.h 70 IconElement* operator[](int iIndex);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 274 CPDF_Object* GetField(FX_DWORD iIndex) const;
443 CPDF_Action GetSubAction(FX_DWORD iIndex) const;
    [all...]

Completed in 762 milliseconds

1 2