HomeSort by relevance Sort by last modified time
    Searched full:currentframeduration (Results 1 - 7 of 7) sorted by null

  /external/skia/samplecode/
SampleAnimatedImage.cpp 93 fTimeToShowNextFrame = fImage->currentFrameDuration();
119 fTimeToShowNextFrame = fCurrentTime + fImage->currentFrameDuration();
  /external/skqp/include/android/
SkAnimatedImage.h 59 * Returned by decodeNextFrame and currentFrameDuration if the animation
78 int currentFrameDuration() {
  /external/skqp/samplecode/
SampleAnimatedImage.cpp 93 fTimeToShowNextFrame = fImage->currentFrameDuration();
119 fTimeToShowNextFrame = fCurrentTime + fImage->currentFrameDuration();
  /external/skia/include/android/
SkAnimatedImage.h 59 * Returned by decodeNextFrame and currentFrameDuration if the animation
78 int currentFrameDuration() {
  /frameworks/base/libs/hwui/hwui/
AnimatedImageDrawable.cpp 30 mTimeToShowNextSnapshot = ms2ns(mSkAnimatedImage->currentFrameDuration());
90 *outDelay = ms2ns(mSkAnimatedImage->currentFrameDuration());
121 snap.mDurationMS = mSkAnimatedImage->currentFrameDuration();
234 durationMS = mSkAnimatedImage->currentFrameDuration();
  /external/skqp/tests/
AnimatedImageTest.cpp 116 REPORTER_ASSERT(r, animatedImage->currentFrameDuration() == frameInfos[0].fDuration);
127 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration());
  /external/skia/tests/
AnimatedImageTest.cpp 249 REPORTER_ASSERT(r, animatedImage->currentFrameDuration() == frameInfos[0].fDuration);
260 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration());

Completed in 575 milliseconds