• Home
  • Raw
  • Download

Lines Matching refs:XPixelIntensity

5949         (XPixelIntensity(&window->pixel_info->foreground_color) <  in XMakeImageLSBFirst()
5950 XPixelIntensity(&window->pixel_info->background_color) ? 0x80 : 0x00); in XMakeImageLSBFirst()
5952 (XPixelIntensity(&window->pixel_info->background_color) < in XMakeImageLSBFirst()
5953 XPixelIntensity(&window->pixel_info->foreground_color) ? 0x80 : 0x00); in XMakeImageLSBFirst()
6566 (XPixelIntensity(&window->pixel_info->foreground_color) < in XMakeImageMSBFirst()
6567 XPixelIntensity(&window->pixel_info->background_color) ? 0x01 : 0x00); in XMakeImageMSBFirst()
6569 (XPixelIntensity(&window->pixel_info->background_color) < in XMakeImageMSBFirst()
6570 XPixelIntensity(&window->pixel_info->foreground_color) ? 0x01 : 0x00); in XMakeImageMSBFirst()
7230 (XPixelIntensity(&pixel_info->foreground_color) < in XMakeMagnifyImage()
7231 XPixelIntensity(&pixel_info->background_color) ? 0x80 : 0x00); in XMakeMagnifyImage()
7233 (XPixelIntensity(&pixel_info->background_color) < in XMakeMagnifyImage()
7234 XPixelIntensity(&pixel_info->foreground_color) ? 0x80 : 0x00); in XMakeMagnifyImage()
7302 (XPixelIntensity(&pixel_info->foreground_color) < in XMakeMagnifyImage()
7303 XPixelIntensity(&pixel_info->background_color) ? 0x01 : 0x00); in XMakeMagnifyImage()
7305 (XPixelIntensity(&pixel_info->background_color) < in XMakeMagnifyImage()
7306 XPixelIntensity(&pixel_info->foreground_color) ? 0x01 : 0x00); in XMakeMagnifyImage()
7885 gray_value=(unsigned short) XPixelIntensity(&color); in XMakeStandardColormap()
8022 gray_value=(unsigned short) XPixelIntensity(&color); in XMakeStandardColormap()
8059 gray_value=(unsigned short) XPixelIntensity(&color); in XMakeStandardColormap()
8148 gray_value=(unsigned short) XPixelIntensity(&color); in XMakeStandardColormap()