Home
last modified time | relevance | path

Searched refs:WebPBlendAlpha (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c289 WebPBlendAlpha(&pic1, 0x00000000); in main()
290 WebPBlendAlpha(&pic2, 0x00000000); in main()
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h529 WEBP_EXTERN void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c193 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { in WebPBlendAlpha() function
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c981 WebPBlendAlpha(&picture, background_color); in main()
/third_party/skia/third_party/externals/libwebp/
DChangeLog313 382af7a2 clean-up WebPBlendAlpha
2744 67bc353e Revert "add WebPBlendAlpha() function to blend colors against background"
2796 dcbb1ca5 add WebPBlendAlpha() function to blend colors against background
2913 e7d9548c add WebPBlendAlpha() function to blend colors against background