Lines Matching defs:pixels
505 // assumed to hold the previous frame's pixels (after processing the
551 wuffs_base__table_u8 pixels = fPixelBuffer.plane(0);
553 uint8_t* ptr = pixels.ptr + (frame_rect.min_incl_y * pixels.stride) +
559 if ((len == pixels.stride) && (frame_rect.min_incl_y < frame_rect.max_excl_y)) {
564 ptr += pixels.stride;
650 // If the frame rect does not fill the output, ensure that those pixels are not
671 wuffs_base__table_u8 pixels = fPixelBuffer.plane(0);
679 uint8_t* s = pixels.ptr + (dirty_rect.min_incl_y * pixels.stride) +
690 src.installPixels(srcInfo, s, pixels.stride);
720 // the page, which can be much longer than when the pixels are fully