HomeSort by relevance Sort by last modified time
    Searched full:tindex (Results 1 - 25 of 62) 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/skia/src/pathops/
SkOpSegment.h 105 bool isCanceled(int tIndex) const {
106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
142 int oppSum(int tIndex) const {
143 return fTs[tIndex].fOppSum;
151 int oppValue(int tIndex) const {
152 return fTs[tIndex].fOppValue;
190 const SkOpSpan& span(int tIndex) const {
191 return fTs[tIndex];
219 double t(int tIndex) const
    [all...]
SkPathOpsCommon.h 18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex);
SkPathOpsOp.cpp 12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) {
18 *tIndex = backPtr.fOtherIndex;
22 if (const SkOpAngle* last = segment->activeAngle(*tIndex, tIndex, endIndex, &done,
27 *tIndex = last->start();
43 const SkOpAngle* angle = segment->spanToAngle(*tIndex, *endIndex);
73 *tIndex = start;
SkOpContour.h 67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
110 bool swap, int tIndex, SkIntersections* ts, SkPoint* point) const;
327 int alignT(bool swap, int tIndex, SkIntersections* ts) const;
SkOpSegment.cpp 214 int tIndex = -1;
219 ++tIndex;
220 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
221 int tIndexStart = tIndex;
228 nextPt = &fTs[++tIndex].fPt;
229 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
231 double nextT = fTs[tIndex].fT;
239 // fTs[tIndexStart - 1], fTs[tIndexStart], fTs[tIndex]
257 if (nextT < 1 && fTs[tIndex].fWindValue)
    [all...]
  /external/skia/tools/
bench_pictures_main.cpp 99 size_t tIndex;
100 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
101 all &= drawFilters[tIndex];
109 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
110 if (drawFilters[tIndex] & (1 << fIndex)) {
111 types += gFilterTypes[tIndex];
    [all...]
pathops_visualizer.htm     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 105 bool isCanceled(int tIndex) const {
106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
142 int oppSum(int tIndex) const {
143 return fTs[tIndex].fOppSum;
151 int oppValue(int tIndex) const {
152 return fTs[tIndex].fOppValue;
192 const SkOpSpan& span(int tIndex) const {
193 return fTs[tIndex];
221 double t(int tIndex) const
    [all...]
SkPathOpsCommon.h 18 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex);
SkPathOpsOp.cpp 12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) {
18 *tIndex = backPtr.fOtherIndex;
22 if (const SkOpAngle* last = segment->activeAngle(*tIndex, tIndex, endIndex, &done,
27 *tIndex = last->start();
43 const SkOpAngle* angle = segment->spanToAngle(*tIndex, *endIndex);
73 *tIndex = start;
SkOpContour.h 67 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
68 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
110 bool swap, int tIndex, SkIntersections* ts, SkPoint* point) const;
327 int alignT(bool swap, int tIndex, SkIntersections* ts) const;
SkOpSegment.cpp 214 int tIndex = -1;
219 ++tIndex;
220 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
221 int tIndexStart = tIndex;
228 nextPt = &fTs[++tIndex].fPt;
229 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
231 double nextT = fTs[tIndex].fT;
239 // fTs[tIndexStart - 1], fTs[tIndexStart], fTs[tIndex]
257 if (nextT < 1 && fTs[tIndex].fWindValue)
    [all...]
  /external/chromium_org/third_party/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...]
pathops_visualizer.htm     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 90 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 90 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 257 unsigned int tindex = 0; local
262 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
312 unsigned int tindex = nindex % TCount; local
314 if (!tindex &&
335 (!tindex &&
341 TBase + tindex};
344 (!tindex || font->has_glyph (decomposed[2])))
346 unsigned int s_len = tindex ? 3 : 2;
359 if (has_glyph && !tindex)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 248 unsigned int tindex = 0; local
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
303 unsigned int tindex = nindex % TCount; local
305 if (!tindex &&
326 (!tindex &&
332 TBase + tindex};
335 (!tindex || font->has_glyph (decomposed[2])))
337 unsigned int s_len = tindex ? 3 : 2;
350 if (has_glyph && !tindex)
    [all...]
  /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);

Completed in 848 milliseconds

1 2 3