Searched refs:pixels (Results 1 – 3 of 3) sorted by relevance
582 unsigned long *pixels = NULL; in GetVisual() local658 pixels = (unsigned long *) in GetVisual()660 MCHECK(pixels); in GetVisual()662 NULL, 0, pixels, colormapSize); in GetVisual()663 basePixel = (unsigned char) pixels[0]; in GetVisual()664 free(pixels); in GetVisual()
371 # Test extracting a section 60 pixels wide and 60 pixels high
871 typedef void biasFn (void *image, void *bias, uint32 pixels);874 static void subtract##bits (void *i, void *b, uint32 pixels)\878 while (pixels--) {\