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

  /external/skia/bench/
SKPAnimationBench.cpp 49 , fZoomPeriodMs(zoomPeriodMs) {
56 double t = fmod(animationTimeMs / fZoomPeriodMs, 1.0); // t is in [0, 1).
69 double fZoomPeriodMs;
nanobench.cpp 584 if (2 != sscanf(FLAGS_zoom[0], "%f,%lf", &fZoomMax, &fZoomPeriodMs)) {
712 if (fZoomMax != 1.0f && fZoomPeriodMs > 0) {
724 SKPAnimationBench::CreateZoomAnimation(fZoomMax, fZoomPeriodMs));
    [all...]

Completed in 153 milliseconds