Home
last modified time | relevance | path

Searched refs:WebPCleanupTransparentArea (Results 1 – 4 of 4) sorted by relevance

/external/webp/include/webp/
Dencode.h512 WEBP_EXTERN void WebPCleanupTransparentArea(WebPPicture* picture);
/external/webp/src/webp/
Dencode.h512 WEBP_EXTERN void WebPCleanupTransparentArea(WebPPicture* picture);
/external/webp/src/enc/
Dpicture_tools_enc.c86 void WebPCleanupTransparentArea(WebPPicture* pic) { in WebPCleanupTransparentArea() function
Dwebp_enc.c373 WebPCleanupTransparentArea(pic); in WebPEncode()