Searched defs:tEnd (Results 1 - 15 of 15) sorted by relevance

/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;
207 tEnd = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), 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);
/external/chromium_org/third_party/skia/src/pathops/
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.h196 const SkOpAngle* spanToAngle(int tStart, int tEnd) const {
197 SkASSERT(tStart != tEnd);
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, int tEnd) const;
509 void debugCheckPointsEqualish(int tStart, int tEnd) cons
[all...]
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__,
418 double tEnd = segment.t(index ? rh.fComputedEnd : fComputedEnd); local
423 if (!approximately_between_orderable(tStart, testT, tEnd)) {
430 limited[index] = approximately_equal_orderable(t, tEnd);
717 double tEnd local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp155 const double tEnd = i1 < tsCount ? ts[i1] : 1; local
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
H A DPathOpsTestCommon.cpp24 const double tEnd = i1 < ts.count() ? ts[i1] : 1; local
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
/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;
207 tEnd = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
/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);
/external/skia/src/pathops/
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.h194 const SkOpAngle* spanToAngle(int tStart, int tEnd) const {
195 SkASSERT(tStart != tEnd);
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, int tEnd) const;
507 void debugCheckPointsEqualish(int tStart, int tEnd) cons
[all...]
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__,
421 double tEnd = segment.t(index ? rh.fComputedEnd : fComputedEnd); local
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
433 limited[index] = approximately_equal_orderable(t, tEnd);
720 double tEnd local
[all...]
/external/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp155 const double tEnd = i1 < tsCount ? ts[i1] : 1; local
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
H A DPathOpsTestCommon.cpp24 const double tEnd = i1 < ts.count() ? ts[i1] : 1; local
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc138 timespec tEnd; local
141 clock_gettime(CLOCK_REALTIME, &tEnd);
143 clock_gettime(CLOCK_MONOTONIC, &tEnd);
151 TIMEVAL_TO_TIMESPEC(&tVal,&tEnd);
153 tEnd.tv_sec += timeout / 1000;
154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
156 if (tEnd.tv_nsec >= E9)
158 tEnd.tv_sec++;
159 tEnd.tv_nsec -= E9;
161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd);
266 timespec tEnd; local
[all...]

Completed in 6796 milliseconds