Home
last modified time | relevance | path

Searched refs:pictureAnimation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp117 animator_->AddInterpolator(pictureAnimation_); in PerformBuild()
204 if (!pictureAnimation_) { in CreatePictureAnimation()
205 pictureAnimation_ = MakeRefPtr<PictureAnimation<int32_t>>(); in CreatePictureAnimation()
208 pictureAnimation_->ClearListeners(); in CreatePictureAnimation()
209 pictureAnimation_->ClearPictures(); in CreatePictureAnimation()
214 pictureAnimation_->AddPicture((float)imageDuration / durationTotal_, index); in CreatePictureAnimation()
218 pictureAnimation_->AddPicture(NORMALIZED_DURATION_MAX / size, index); in CreatePictureAnimation()
221 pictureAnimation_->AddListener([weak = WeakClaim(this)](const int32_t index) { in CreatePictureAnimation()
H A Dimage_animator_element.h101 RefPtr<PictureAnimation<int32_t>> pictureAnimation_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.h159 RefPtr<APngImageAnimation> pictureAnimation_; variable
H A Dapng_image_player.cpp75 pictureAnimation_ = pictureAnimation; in APngImagePlayer()
84 controller->pictureAnimation_->OnNormalizedTimestampChanged(duration, false); in APngImagePlayer()