Lines Matching refs:src
34 extern void WebPCopyPlane(const uint8_t* src, int src_stride,
37 extern void WebPCopyPixels(const WebPPicture* const src,
90 static int Remap(const GifFileType* const gif, const uint8_t* const src,
101 if (src[i] == transparent_index) {
103 } else if (src[i] < cmap->ColorCount) {
104 const GifColorType c = colors[src[i]];
256 void GIFCopyPixels(const WebPPicture* const src, WebPPicture* const dst) {
257 WebPCopyPixels(src, dst);
268 const uint32_t* const src = prev_canvas->argb + rect->x_offset
274 WebPCopyPlane((uint8_t*)src, (int)(4 * src_stride),
280 void GIFBlendFrames(const WebPPicture* const src,
283 const size_t src_stride = src->argb_stride;
285 assert(src->width == dst->width && src->height == dst->height);
288 const uint32_t src_pixel = src->argb[j * src_stride + i];
385 void GIFBlendFrames(const struct WebPPicture* const src,
388 (void)src;
407 void GIFCopyPixels(const struct WebPPicture* const src,
409 (void)src;