Home
last modified time | relevance | path

Searched refs:UpdateAndNotifyPicture (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dpicture_animation.h115 void UpdateAndNotifyPicture(const RefPtr<PictureFrame<T>>& picture) in UpdateAndNotifyPicture() function
141 UpdateAndNotifyPicture(picture); in OnNormalizedTimestampChanged()
146 UpdateAndNotifyPicture(pictures_.back()); in OnNormalizedTimestampChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_animation.cpp40 void APngImageAnimation::UpdateAndNotifyPicture(const RefPtr<PictureFrame<int32_t>> &picture) in UpdateAndNotifyPicture() function in OHOS::Ace::APngImageAnimation
85 UpdateAndNotifyPicture(picture); in OnNormalizedTimestampChanged()
H A Dapng_image_animation.h67 void UpdateAndNotifyPicture(const RefPtr<PictureFrame<int32_t>> &picture);