Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing.c423 void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color); variable
452 WebPAlphaReplace = AlphaReplace_C; in WEBP_DSP_INIT_FUNC()
494 assert(WebPAlphaReplace != NULL); in WEBP_DSP_INIT_FUNC()
Ddsp.h682 extern void (*WebPAlphaReplace)(uint32_t* src, int length, uint32_t color);
Dalpha_processing_sse2.c360 WebPAlphaReplace = AlphaReplace_SSE2; in WebPInitAlphaProcessingSSE2()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c93 WebPAlphaReplace(argb, pic->width, color); in WebPReplaceTransparentPixels()