Lines Matching refs:pixel
362 * from each window, but only Label a pixel in the Img once.
363 * That is, once a pixel has been Labeled, any more fetches
364 * from the same pixel position are discarded. Once all pixels
389 /* For each pixel in the returned Image */
398 /* If the pixel hasn't been labelled before */
400 /* label the pixel in the map with this window's cmap */
404 * Call a routine like mvFindColorInColormap() with the pixel
407 * But if its a full 32 bit pixel, and there are no
423 /* and pixel value */
424 pPel->pixel = XGetPixel(xim, xi, yi);
458 /* We have to create a composite pixel value */
461 pCol->pixel = mvCompositePixel(i, pCmp);
466 /* Fill in the pixel values by hand */
468 pCol++->pixel = i++;
495 * Calculate a composite pixel value that indexes into all
511 * Calculate the offsets used to composite a pixel value for
591 * Use pixel value at x, y as an index into
593 * If the pixel value were not important, this would be called
594 * in mvDoWindowsFrontToBack(), with the pixel value
605 /* Treat the pixel value as 3 separate indices, composite
607 unsigned long pix = pPel->pixel;
612 scratch.pixel=pix;
616 return &(pCmap->Colors[pPel->pixel]);