Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c418 const int is_premult_alpha = WebPIsPremultipliedMode(colorspace); in ExportAlpha() local
430 if (is_premult_alpha && non_opaque) { in ExportAlpha()
449 const int is_premult_alpha = WebPIsPremultipliedMode(colorspace); in ExportAlphaRGBA4444() local
466 if (is_premult_alpha && alpha_mask != 0x0f) { in ExportAlphaRGBA4444()