Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c193 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { in WebPBlendAlpha() argument
194 const int red = (background_rgb >> 16) & 0xff; in WebPBlendAlpha()
195 const int green = (background_rgb >> 8) & 0xff; in WebPBlendAlpha()
196 const int blue = (background_rgb >> 0) & 0xff; in WebPBlendAlpha()
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h529 WEBP_EXTERN void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);