Home
last modified time | relevance | path

Searched refs:fStartTime (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/gm/
H A Dparticles.cpp34 , fStartTime(startTime)
62 for (double time = 0; time < fStartTime; time += 1.0 / 30) {
63 fEffect->update(/*now=*/std::min(time, fStartTime));
69 fEffect->update(fStartTime + (nanos * 1E-9));
83 const double fStartTime; member in ParticlesGM
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp316 , fStartTime (TickTimeInSeconds ()) in dng_timer()
330 real64 totalTime = TickTimeInSeconds () - fStartTime; in ~dng_timer()
H A Ddng_utils.h783 real64 fStartTime; member in dng_timer
/third_party/skia/src/gpu/
H A DGrResourceCache.h565 uint64_t fStartTime = 0; member in GrResourceCache
H A DGrResourceCache.cpp1203 fStartTime = startTime.tv_sec * timeUnit * timeUnit + startTime.tv_nsec / timeUnit; in allowToPurge()
1211 if (((endTime.tv_sec * timeUnit * timeUnit + endTime.tv_nsec / timeUnit) - fStartTime) >= fOvertimeDuration) { in allowToPurge()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 8 milliseconds