Searched refs:fZoomPeriodMs (Results 1 – 4 of 4) sorted by relevance
/external/skia/bench/ |
D | SKPAnimationBench.cpp | 50 , fZoomPeriodMs(zoomPeriodMs) { in ZoomAnimation() 57 double t = fmod(animationTimeMs / fZoomPeriodMs, 1.0); // t is in [0, 1). in preConcatFrameMatrix() 70 double fZoomPeriodMs; member in ZoomAnimation
|
D | nanobench.cpp | 624 if (2 != sscanf(FLAGS_zoom[0], "%f,%lf", &fZoomMax, &fZoomPeriodMs)) { in BenchmarkStream() 802 if (fZoomMax != 1.0f && fZoomPeriodMs > 0) { in rawNext() 814 SKPAnimationBench::CreateZoomAnimation(fZoomMax, fZoomPeriodMs)); in rawNext() 1062 double fZoomPeriodMs; member in BenchmarkStream
|
/external/skqp/bench/ |
D | SKPAnimationBench.cpp | 50 , fZoomPeriodMs(zoomPeriodMs) { in ZoomAnimation() 57 double t = fmod(animationTimeMs / fZoomPeriodMs, 1.0); // t is in [0, 1). in preConcatFrameMatrix() 70 double fZoomPeriodMs; member in ZoomAnimation
|
D | nanobench.cpp | 624 if (2 != sscanf(FLAGS_zoom[0], "%f,%lf", &fZoomMax, &fZoomPeriodMs)) { in BenchmarkStream() 802 if (fZoomMax != 1.0f && fZoomPeriodMs > 0) { in rawNext() 814 SKPAnimationBench::CreateZoomAnimation(fZoomMax, fZoomPeriodMs)); in rawNext() 1062 double fZoomPeriodMs; member in BenchmarkStream
|