Searched refs:XPixelIntensity (Results 1 – 3 of 3) sorted by relevance
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()[all …]
587 static inline double XPixelIntensity(const XColor *pixel) in XPixelIntensity() function
1561 foreground=(ssize_t) XPixelIntensity( in XSetTextColor()1563 matte=(ssize_t) XPixelIntensity(&window_info->pixel_info->matte_color); in XSetTextColor()