Searched refs:tIndex (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkHitClear.cpp23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
H A DSkHitTest.cpp40 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/
H A DSkHitClear.cpp23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
H A DSkHitTest.cpp40 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/
H A Dbench_pictures_main.cpp92 size_t tIndex; local
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/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h74 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) cons
[all...]
H A DSkPathOpsCommon.h18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex);
H A DSkOpSegment.cpp233 int tIndex = -1; local
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]
309 int tIndex = -1; local
788 int tIndex = nextExactSpan(end, step); local
[all...]
H A DSkPathOpsCommon.cpp113 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex) { argument
119 tIndex = backPtr.fOtherIndex;
122 if (segment->activeAngle(tIndex, &done, &angles)) {
124 tIndex = last->start();
189 tIndex = angle->start();
191 int lesser = SkMin32(tIndex, endIndex);
H A DSkOpContour.h62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
/external/skia/src/pathops/
H A DSkOpSegment.h74 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) cons
[all...]
H A DSkPathOpsCommon.h18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex);
H A DSkOpSegment.cpp233 int tIndex = -1; local
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]
309 int tIndex = -1; local
788 int tIndex = nextExactSpan(end, step); local
[all...]
H A DSkPathOpsCommon.cpp113 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex) { argument
119 tIndex = backPtr.fOtherIndex;
122 if (segment->activeAngle(tIndex, &done, &angles)) {
124 tIndex = last->start();
189 tIndex = angle->start();
191 int lesser = SkMin32(tIndex, endIndex);
H A DSkOpContour.h62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp91 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
92 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
H A DPathOpsAngleTest.cpp298 int tIndex = 0; local
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/
H A DHangulLayoutEngine.cpp115 le_int32 tIndex = trail - TJMO_FIRST; local
122 if (tIndex <= 0 || tIndex >= TJMO_COUNT) {
123 tIndex = 0;
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
/external/chromium_org/third_party/icu/source/i18n/
H A Dbmsearch.cpp674 int32_t tIndex = 0; local
709 tIndex = ++lIndex;
714 const CEI *tcei = target->prevCE(tIndex++);
748 const CEI firstCEI = *target->prevCE(tIndex - 1);
H A Ducol.cpp8051 int32_t sIndex = 0, tIndex = 0; local
8103 tChar=target[tIndex++];
8116 if(tIndex==tLen) {
8123 tChar=target[tIndex++];
8133 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8171 sLen = sIndex; tLen = tIndex;
8182 sIndex = 0; tIndex = 0;
8197 if(tIndex==tLen) {
8204 tChar=target[tIndex++];
8207 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLe
[all...]
/external/icu4c/i18n/
H A Ducol.cpp7754 int32_t sIndex = 0, tIndex = 0; local
7806 tChar=target[tIndex++];
7819 if(tIndex==tLen) {
7826 tChar=target[tIndex++];
7836 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7874 sLen = sIndex; tLen = tIndex;
7885 sIndex = 0; tIndex = 0;
7900 if(tIndex==tLen) {
7907 tChar=target[tIndex++];
7910 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLe
8147 int32_t sIndex = 0, tIndex = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 283 milliseconds