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/legacy/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.cpp63 size_t tIndex; in filtersName() local
64 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) { in filtersName()
65 all &= drawFilters[tIndex]; in filtersName()
73 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) { in filtersName()
74 if (drawFilters[tIndex] & (1 << fIndex)) { in filtersName()
75 types += gFilterTypes[tIndex]; in filtersName()
545 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) { in parse_commandline() local
546 if (typeLen == strlen(gFilterTypes[tIndex]) in parse_commandline()
547 && !strncmp(*argv, gFilterTypes[tIndex], typeLen)) { in parse_commandline()
548 type = tIndex; in parse_commandline()
/external/icu4c/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/icu4c/i18n/
Dbmsearch.cpp674 int32_t tIndex = 0; in search() local
709 tIndex = ++lIndex; in search()
714 const CEI *tcei = target->prevCE(tIndex++); in search()
748 const CEI firstCEI = *target->prevCE(tIndex - 1); in search()
Ducol.cpp7780 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1() local
7832 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7845 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7852 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7862 … tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
7900 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
7911 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
7926 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7933 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7936 … tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
[all …]