Searched refs:WebPPictureAllocARGB (Results 1 – 3 of 3) sorted by relevance
65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { in WebPPictureAllocARGB() function162 return WebPPictureAllocARGB(picture, width, height); in WebPPictureAlloc()
564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
1002 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0; in WebPPictureYUVAToARGB()