Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_tools_enc.c151 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { in WebPBlendAlpha() argument
152 const int red = (background_rgb >> 16) & 0xff; in WebPBlendAlpha()
153 const int green = (background_rgb >> 8) & 0xff; in WebPBlendAlpha()
154 const int blue = (background_rgb >> 0) & 0xff; in WebPBlendAlpha()
/external/webp/src/webp/
Dencode.h519 WEBP_EXTERN(void) WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);
/external/webp/include/webp/
Dencode.h519 WEBP_EXTERN(void) WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);