Home
last modified time | relevance | path

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

/external/webp/src/demux/
Danim_decode.c26 typedef void (*BlendRowFunc)(uint32_t* const, const uint32_t* const, int); typedef
37 BlendRowFunc blend_func_; // Pointer to the chose blend row function.
316 BlendRowFunc blend_row; in WebPAnimDecoderGetNext()