Lines Matching refs:start
43 int start = width;
48 start = j;
60 identical = start + (width - end);
61 *bfront = (u8 *) &front[start];
62 *width_bytes = (end - start) * sizeof(unsigned long);
151 const u8 *const start = pixel;
166 if (unlikely(pixel > start + bpp)) {
168 *raw_pixels_count_byte = (((start -
172 *cmd++ = (((pixel - start) >> log_bpp) - 1) & 0xFF;
174 /* Then start another raw pixel span */