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

  /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/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/skia/tests/
PathOpsTestCommon.cpp 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /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__,
464 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t();
469 if (!approximately_between_orderable(tStart, testT, tEnd)) {
476 limited[index] = approximately_equal_orderable(t, tEnd);
722 double tEnd = angle->fEnd->t()
    [all...]
SkPathOpsTSect.h     [all...]

Completed in 7540 milliseconds