Home
last modified time | relevance | path

Searched refs:tIndex (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/animator/
DSkHitTest.cpp40 for (int tIndex = 0; tIndex < targetCount; tIndex++) { in draw() local
41 SkDisplayable* target = targets[tIndex]; in draw()
45 hits[bIndex] = tIndex; in draw()
59 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { in enable() local
60 SkDisplayable* target = targets[tIndex]; in enable()
DSkHitClear.cpp23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { in enable() local
24 SkDisplayable* target = targets[tIndex]; in enable()
/external/skia/tools/
Dbench_pictures_main.cpp111 size_t tIndex; in filtersName() local
112 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) { in filtersName()
113 all &= drawFilters[tIndex]; in filtersName()
121 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) { in filtersName()
122 if (drawFilters[tIndex] & (1 << fIndex)) { in filtersName()
123 types += gFilterTypes[tIndex]; in filtersName()
255 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) { in setup_benchmark() local
256 if (typeLen == strlen(gFilterTypes[tIndex]) in setup_benchmark()
257 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) { in setup_benchmark()
258 type = SkToS32(tIndex); in setup_benchmark()
/external/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp90 for (int tIndex = 0; tIndex <= 4; ++tIndex) { in testQuadLineIntersectMain() local
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0); in testQuadLineIntersectMain()
/external/icu/icu4c/source/layout/
DHangulLayoutEngine.cpp115 le_int32 tIndex = trail - TJMO_FIRST; in compose() local
122 if (tIndex <= 0 || tIndex >= TJMO_COUNT) { in compose()
123 tIndex = 0; in compose()
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose()
/external/skia/src/pathops/
DSkIntersections.h186 void set(bool swap, int tIndex, double t) { in set() argument
187 fT[(int) swap][tIndex] = t; in set()
DSkPathOpsWinding.cpp229 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess() local
230 t += t * 2 * tIndex; in get_t_guess()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...