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

  /external/skia/samplecode/
SampleAnimBlur.cpp 15 SkScalar get_anim_sin(double secs, SkScalar amplitude, SkScalar periodInSec, SkScalar phaseInSec) { function
59 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5);
60 fCircleRadius = 3 + get_anim_sin(timer.secs(), 150, 25, 3);
  /external/skqp/samplecode/
SampleAnimBlur.cpp 15 SkScalar get_anim_sin(double secs, SkScalar amplitude, SkScalar periodInSec, SkScalar phaseInSec) { function
59 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5);
60 fCircleRadius = 3 + get_anim_sin(timer.secs(), 150, 25, 3);

Completed in 3979 milliseconds