Home
last modified time | relevance | path

Searched refs:currentFrameDuration (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/samplecode/
H A DSampleAnimatedImage.cpp93 fTimeToShowNextFrame = fImage->currentFrameDuration();
114 fTimeToShowNextFrame = fCurrentTime + fImage->currentFrameDuration();
/third_party/skia/include/android/
H A DSkAnimatedImage.h60 * Returned by decodeNextFrame and currentFrameDuration if the animation
86 int currentFrameDuration() { in currentFrameDuration() function in SkAnimatedImage
/third_party/skia/gm/
H A Danimated_image_orientation.cpp141 const auto duration = animatedImage->currentFrameDuration();
/third_party/skia/tests/
H A DAnimatedImageTest.cpp364 REPORTER_ASSERT(r, animatedImage->currentFrameDuration() == frameInfos[0].fDuration); in DEF_TEST()
375 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration()); in DEF_TEST()

Completed in 2 milliseconds