Lines Matching defs:contiguous
60 /* find contiguous sequence of cells */
61 static Status contiguous(unsigned long[], int, int, unsigned long, int*, int*);
89 * defined in the default map are contiguous, for use in image processing.
206 * that our allocation includes a subset of contiguous pixels at least
210 * 2) We have a contiguous sequence of pixels, monotonically
216 * contiguous order which we prefer. If the server has a choice of
233 if (!contiguous(pixels, npixels, ncolors, delta, &first_index, &remainder))
235 /* can't find enough contiguous cells, give up */
317 * first those occurring before the contiguous sequence begins,
318 * then any following the contiguous sequence.
376 contiguous(unsigned long pixels[], int npixels, int ncolors,
429 * because we want contiguous cells for image processing algorithms.