Searched refs:tStart (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ local
190 tStart = tEnd = 0.0;
203 tStart = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ local
190 tStart = tEnd = 0.0;
203 tStart = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h196 const SkOpAngle* spanToAngle(int tStart, int tEnd) const { argument
197 SkASSERT(tStart != tEnd);
198 const SkOpSpan& span = fTs[tStart];
199 return tStart < tEnd ? span.fToAngle : span.fFromAngle;
203 SkOpAngle* spanToAngle(int tStart, int tEnd) { argument
204 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
428 bool clockwise(int tStart, int tEnd, bool* swap) const;
466 bool monotonicInY(int tStart, int tEnd) const;
473 bool serpentine(int tStart, int tEnd) const;
502 bool controlsContainedByEnds(int tStart, in
[all...]
H A DSkPathOpsDebug.cpp294 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { argument
298 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
316 void SkOpSegment::debugCheckPointsEqualish(int tStart, int tEnd) const { argument
317 const SkPoint& basePt = fTs[tStart].fPt;
318 while (++tStart < tEnd) {
319 const SkPoint& cmpPt = fTs[tStart].fPt;
326 int SkOpSegment::debugInflections(int tStart, int tEnd) const { argument
330 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
H A DSkOpAngle.cpp67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
417 double tStart = segment.t(index ? rh.fStart : fStart); local
423 if (!approximately_between_orderable(tStart, testT, tEnd)) {
426 if (approximately_equal_orderable(tStart, testT)) {
516 double tStart
716 double tStart = tSegment->span(test.fStart).fT; local
[all...]
H A DSkDCubicIntersection.cpp28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) { argument
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
H A DSkOpSegment.cpp343 double tStart = fTs[tIndex].fT; local
345 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
349 addTPair(tStart, other, oStart, false, nextPt);
2136 int tStart = -1;
2144 tStart = inner - 1;
2169 for (int tIndex = tStart + 1; tIndex < tLast; ++tIndex) {
3709 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const {
3712 subDivide(tStart, tEnd, edge);
3728 double tLo = this->span(tStart).fT;
3753 SkPoint topPt = cubic_top(fPts, fTs[tStart]
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.h194 const SkOpAngle* spanToAngle(int tStart, int tEnd) const { argument
195 SkASSERT(tStart != tEnd);
196 const SkOpSpan& span = fTs[tStart];
197 return tStart < tEnd ? span.fToAngle : span.fFromAngle;
201 SkOpAngle* spanToAngle(int tStart, int tEnd) { argument
202 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
426 bool clockwise(int tStart, int tEnd, bool* swap) const;
464 bool monotonicInY(int tStart, int tEnd) const;
471 bool serpentine(int tStart, int tEnd) const;
500 bool controlsContainedByEnds(int tStart, in
[all...]
H A DSkPathOpsDebug.cpp293 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { argument
297 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
315 void SkOpSegment::debugCheckPointsEqualish(int tStart, int tEnd) const { argument
316 const SkPoint& basePt = fTs[tStart].fPt;
317 while (++tStart < tEnd) {
318 const SkPoint& cmpPt = fTs[tStart].fPt;
325 int SkOpSegment::debugInflections(int tStart, int tEnd) const { argument
329 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
H A DSkOpAngle.cpp67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
420 double tStart = segment.t(index ? rh.fStart : fStart); local
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
429 if (approximately_equal_orderable(tStart, testT)) {
519 double tStart
719 double tStart = tSegment->span(test.fStart).fT; local
[all...]
H A DSkDCubicIntersection.cpp28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) { argument
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
H A DSkOpSegment.cpp342 double tStart = fTs[tIndex].fT; local
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
2066 int tStart = -1;
2074 tStart = inner - 1;
2099 for (int tIndex = tStart + 1; tIndex < tLast; ++tIndex) {
3624 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const {
3627 subDivide(tStart, tEnd, edge);
3643 double tLo = this->span(tStart).fT;
3668 SkPoint topPt = cubic_top(fPts, fTs[tStart]
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp152 double tStart = 0; local
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
H A DPathOpsTestCommon.cpp22 double tStart = 0; local
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
/external/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp152 double tStart = 0; local
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
H A DPathOpsTestCommon.cpp22 double tStart = 0; local
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection.cpp30 static int quadPart(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) { argument
32 sub_divide(cubic, tStart, tEnd, part);
41 cubic[3].x, cubic[3].y, tStart, tEnd);
H A DSimplify.cpp1466 void addCancelOutsides(double tStart, double oStart, Segment& other,
1474 } while (!approximately_negative(tStart - fTs[tIndex].fT) && tIndex < tCount);
1483 } while (nextT < 1 && approximately_negative(nextT - tStart));
1546 double tStart = outsideTs[0];
1550 } while (!approximately_negative(tStart - fTs[tIndex].fT));
1556 addTPair(tStart, other, oStart, false, ptStart);
1558 tStart = fTs[tIndex].fT;
1564 } while (approximately_negative(nextT - tStart));
1565 tStart = nextT;
1571 if (tStart
[all...]
/external/skia/experimental/Intersection/
H A DCubicIntersection.cpp30 static int quadPart(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) { argument
32 sub_divide(cubic, tStart, tEnd, part);
41 cubic[3].x, cubic[3].y, tStart, tEnd);
H A DSimplify.cpp1466 void addCancelOutsides(double tStart, double oStart, Segment& other,
1474 } while (!approximately_negative(tStart - fTs[tIndex].fT) && tIndex < tCount);
1483 } while (nextT < 1 && approximately_negative(nextT - tStart));
1546 double tStart = outsideTs[0];
1550 } while (!approximately_negative(tStart - fTs[tIndex].fT));
1556 addTPair(tStart, other, oStart, false, ptStart);
1558 tStart = fTs[tIndex].fT;
1564 } while (approximately_negative(nextT - tStart));
1565 tStart = nextT;
1571 if (tStart
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2184 int32_t tStart = t; local
2199 if (!lenient && t == tStart) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2210 int32_t tStart = t; local
2225 if (!whitespaceLenient && t == tStart) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 399 milliseconds

12