Lines Matching defs:in
4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
232 // Blend 'num_pixels' in 'src' over 'dst' assuming they are NOT pre-multiplied
245 // Individually multiply each channel in 'pix' by 'scale'.
259 // Blend 'num_pixels' in 'src' over 'dst' assuming they are pre-multiplied by
338 const uint8_t* in = iter.fragment.bytes;
348 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) {
356 // that pixel in the previous frame if blending method of is WEBP_MUX_BLEND.
361 // Blend transparent pixels with pixels in previous canvas.
374 // * The pixel in the previous canvas otherwise <-- Need alpha-blending.
406 // All OK, fill in the values.