Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_tools_enc.c198 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { in WebPBlendAlpha() argument
199 const int red = (background_rgb >> 16) & 0xff; in WebPBlendAlpha()
200 const int green = (background_rgb >> 8) & 0xff; in WebPBlendAlpha()
201 const int blue = (background_rgb >> 0) & 0xff; in WebPBlendAlpha()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h522 WEBP_EXTERN void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h522 WEBP_EXTERN void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h522 WEBP_EXTERN void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);

Completed in 11 milliseconds