Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Danim_decode.c242 const uint8_t src_alpha = (src[i] >> 24) & 0xff; in BlendPixelRowNonPremult() local
243 if (src_alpha != 0xff) { in BlendPixelRowNonPremult()
269 const uint8_t src_alpha = (src[i] >> 24) & 0xff; in BlendPixelRowPremult() local
270 if (src_alpha != 0xff) { in BlendPixelRowPremult()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c289 const int src_alpha = src_pixel >> 24; in GIFBlendFrames() local
290 if (src_alpha != 0) { in GIFBlendFrames()

Completed in 5 milliseconds