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