HomeSort by relevance Sort by last modified time
    Searched defs:tEnd (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
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/tests/
PathOpsTestCommon.cpp 24 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
PathOpsCubicQuadIntersectionTest.cpp 155 const double tEnd = i1 < tsCount ? ts[i1] : 1;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
190 tStart = tEnd = 0.0;
207 tEnd = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
  /external/skia/tests/
PathOpsTestCommon.cpp 24 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
PathOpsCubicQuadIntersectionTest.cpp 155 const double tEnd = i1 < tsCount ? ts[i1] : 1;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 138 timespec tEnd;
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);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 67 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);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
433 limited[index] = approximately_equal_orderable(t, tEnd);
720 double tEnd = tSegment->span(test.fEnd).fT
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 67 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);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
433 limited[index] = approximately_equal_orderable(t, tEnd);
720 double tEnd = tSegment->span(test.fEnd).fT
    [all...]

Completed in 399 milliseconds