Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_utils.h67 bool GetPixelMapListFromAnimatedDrawable(JSRef<JSVal> obj, std::vector<RefPtr<PixelMap>>& pixelMaps,
H A Djs_utils.cpp126 bool GetPixelMapListFromAnimatedDrawable(JSRef<JSVal> obj, std::vector<RefPtr<PixelMap>>& pixelMaps, in GetPixelMapListFromAnimatedDrawable() function
H A Djs_image.cpp323 if (GetPixelMapListFromAnimatedDrawable(imageInfo, pixelMaps, duration, iterations)) { in CreateImage()