Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8i_enc.h510 void WebPReplaceTransparentPixels(WebPPicture* const pic, uint32_t color);
Dpicture_tools_enc.c86 void WebPReplaceTransparentPixels(WebPPicture* const pic, uint32_t color) { in WebPReplaceTransparentPixels() function
Dwebp_enc.c403 WebPReplaceTransparentPixels(pic, 0x000000); in WebPEncode()