HomeSort by relevance Sort by last modified time
    Searched full:tindex (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/animator/
SkHitClear.cpp 23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
SkHitTest.cpp 40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
41 SkDisplayable* target = targets[tIndex];
45 hits[bIndex] = tIndex;
59 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
60 SkDisplayable* target = targets[tIndex];
  /external/skia/src/animator/
SkHitClear.cpp 23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
SkHitTest.cpp 40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
41 SkDisplayable* target = targets[tIndex];
45 hits[bIndex] = tIndex;
59 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
60 SkDisplayable* target = targets[tIndex];
  /external/clang/test/Sema/
usual-float.c 6 void foo(int dir, int n, int tindex) {
10 float ang = (float) tindex * (-dir*2.0f*PI/n);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 74 bool isCanceled(int tIndex) const {
75 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
111 int oppSum(int tIndex) const {
112 return fTs[tIndex].fOppSum;
120 int oppValue(int tIndex) const {
121 return fTs[tIndex].fOppValue;
159 const SkOpSpan& span(int tIndex) const {
160 return fTs[tIndex];
182 double t(int tIndex) const
    [all...]
SkPathOpsCommon.h 18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex);
SkOpSegment.cpp 233 int tIndex = -1;
238 ++tIndex;
239 } while (!approximately_negative(tStart - fTs[tIndex].fT) && tIndex < tCount);
240 int tIndexStart = tIndex;
247 nextT = fTs[++tIndex].fT;
254 // fTs[tIndexStart - 1], fTs[tIndexStart], fTs[tIndex]
272 if (nextT < 1 && fTs[tIndex].fWindValue) {
275 __FUNCTION__, fID, other->fID, tIndex,
276 fTs[tIndex].fT, xyAtT(tIndex).fX
    [all...]
SkOpContour.h 62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
  /external/skia/src/pathops/
SkOpSegment.h 74 bool isCanceled(int tIndex) const {
75 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
111 int oppSum(int tIndex) const {
112 return fTs[tIndex].fOppSum;
120 int oppValue(int tIndex) const {
121 return fTs[tIndex].fOppValue;
159 const SkOpSpan& span(int tIndex) const {
160 return fTs[tIndex];
182 double t(int tIndex) const
    [all...]
SkPathOpsCommon.h 18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex);
SkOpSegment.cpp 233 int tIndex = -1;
238 ++tIndex;
239 } while (!approximately_negative(tStart - fTs[tIndex].fT) && tIndex < tCount);
240 int tIndexStart = tIndex;
247 nextT = fTs[++tIndex].fT;
254 // fTs[tIndexStart - 1], fTs[tIndexStart], fTs[tIndex]
272 if (nextT < 1 && fTs[tIndex].fWindValue) {
275 __FUNCTION__, fID, other->fID, tIndex,
276 fTs[tIndex].fT, xyAtT(tIndex).fX
    [all...]
SkOpContour.h 62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
  /external/skia/tools/
bench_pictures_main.cpp 92 size_t tIndex;
93 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
94 all &= drawFilters[tIndex];
102 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
103 if (drawFilters[tIndex] & (1 << fIndex)) {
104 types += gFilterTypes[tIndex];
    [all...]
  /external/libffi/doc/
libffi.texi 235 @tindex ffi_type_void
240 @tindex ffi_type_uint8
244 @tindex ffi_type_sint8
248 @tindex ffi_type_uint16
252 @tindex ffi_type_sint16
256 @tindex ffi_type_uint32
260 @tindex ffi_type_sint32
264 @tindex ffi_type_uint64
268 @tindex ffi_type_sint64
272 @tindex ffi_type_floa
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ValidateLimitations.h 13 struct TIndex {
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 91 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
92 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
PathOpsAngleTest.cpp 298 int tIndex = 0;
302 if (seg->t(tIndex) == set[idx].tStart) {
303 ts[0] = tIndex;
305 if (seg->t(tIndex) == set[idx].tEnd) {
306 ts[1] = tIndex;
308 if (seg->t(tIndex) >= 1) {
311 } while (++tIndex);
  /external/icu4c/layout/
HangulLayoutEngine.cpp 115 le_int32 tIndex = trail - TJMO_FIRST;
122 if (tIndex <= 0 || tIndex >= TJMO_COUNT) {
123 tIndex = 0;
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
  /external/harfbuzz/src/
harfbuzz-hangul.c 159 int TIndex = ch[2] - Hangul_TBase;
162 TIndex >= 0 && TIndex < Hangul_TCount)
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 159 int TIndex = ch[2] - Hangul_TBase;
162 TIndex >= 0 && TIndex < Hangul_TCount)
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase;
  /cts/suite/pts/deviceTests/opengl/jni/graphics/
GLUtils.cpp 120 int tIndex = i * 2;
121 texCoords[tIndex + 0] = readFloat(buffer + index);
123 texCoords[tIndex + 1] = readFloat(buffer + index);
  /external/linux-tools-perf/util/
values.c 121 int tindex, cindex; local
123 tindex = perf_read_values__findnew_thread(values, pid, tid);
126 values->value[tindex][cindex] = value;
  /external/iproute2/tc/
m_gact.c 52 "\tINDEX := index value used\n"
58 "\tINDEX := index value used\n"
m_mirred.c 36 fprintf(stderr, "\tINDEX is the specific policy instance id\n");
280 fprintf(f, "\tindex %d ref %d bind %d",p->index,p->refcnt,p->bindcnt);

Completed in 680 milliseconds

1 2 3