Searched refs:GetPixelMapListFromAnimatedDrawable (Results 1 – 3 of 3) sorted by relevance
67 bool GetPixelMapListFromAnimatedDrawable(JSRef<JSVal> obj, std::vector<RefPtr<PixelMap>>& pixelMaps,
126 bool GetPixelMapListFromAnimatedDrawable(JSRef<JSVal> obj, std::vector<RefPtr<PixelMap>>& pixelMaps, in GetPixelMapListFromAnimatedDrawable() function
323 if (GetPixelMapListFromAnimatedDrawable(imageInfo, pixelMaps, duration, iterations)) { in CreateImage()