HomeSort by relevance Sort by last modified time
    Searched refs:tIndex (Results 1 - 10 of 10) sorted by null

  /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/skia/tools/
bench_pictures_main.cpp 111 size_t tIndex;
112 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
113 all &= drawFilters[tIndex];
121 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
122 if (drawFilters[tIndex] & (1 << fIndex)) {
123 types += gFilterTypes[tIndex];
    [all...]
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 90 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
  /external/icu/icu4c/source/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);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
GLUtils.cpp 121 int tIndex = i * 2;
122 texCoords[tIndex + 0] = readFloat(buffer + index);
124 texCoords[tIndex + 1] = readFloat(buffer + index);
  /external/skia/src/pathops/
SkIntersections.h 186 void set(bool swap, int tIndex, double t) {
187 fT[(int) swap][tIndex] = t;
SkPathOpsWinding.cpp 229 int tIndex = (tBase - 1) & ((1 << tBits) - 1);
230 t += t * 2 * tIndex;
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 233 milliseconds