OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iIndex
(Results
1 - 13
of
13
) sorted by null
/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
);
/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;
/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
...]
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);
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);
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
);
/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;
/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/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/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 283 milliseconds