HomeSort by relevance Sort by last modified time
    Searched refs:tVal (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/source/
event_posix.cc 146 timeval tVal;
150 gettimeofday(&tVal,&tZone);
151 TIMEVAL_TO_TIMESPEC(&tVal,&tEnd);
256 timeval tVal;
260 gettimeofday(&tVal,&tZone);
261 TIMEVAL_TO_TIMESPEC(&tVal,&_tCreate);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 248 double tVal = (*ts)[swap][tIndex];
249 if (tVal != 0 && precisely_zero(tVal)) {
253 if (tVal != 1 && precisely_equal(tVal, 1)) {
  /external/skia/src/pathops/
SkOpContour.cpp 240 double tVal = (*ts)[swap][tIndex];
241 if (tVal != 0 && precisely_zero(tVal)) {
245 if (tVal != 1 && precisely_equal(tVal, 1)) {

Completed in 90 milliseconds