Home
last modified time | relevance | path

Searched refs:XPixelIntensity (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dxwindow.c5943 (XPixelIntensity(&window->pixel_info->foreground_color) < in XMakeImageLSBFirst()
5944 XPixelIntensity(&window->pixel_info->background_color) ? 0x80 : 0x00); in XMakeImageLSBFirst()
5946 (XPixelIntensity(&window->pixel_info->background_color) < in XMakeImageLSBFirst()
5947 XPixelIntensity(&window->pixel_info->foreground_color) ? 0x80 : 0x00); in XMakeImageLSBFirst()
6560 (XPixelIntensity(&window->pixel_info->foreground_color) < in XMakeImageMSBFirst()
6561 XPixelIntensity(&window->pixel_info->background_color) ? 0x01 : 0x00); in XMakeImageMSBFirst()
6563 (XPixelIntensity(&window->pixel_info->background_color) < in XMakeImageMSBFirst()
6564 XPixelIntensity(&window->pixel_info->foreground_color) ? 0x01 : 0x00); in XMakeImageMSBFirst()
7224 (XPixelIntensity(&pixel_info->foreground_color) < in XMakeMagnifyImage()
7225 XPixelIntensity(&pixel_info->background_color) ? 0x80 : 0x00); in XMakeMagnifyImage()
[all …]
Dxwindow-private.h587 static inline double XPixelIntensity(const XColor *pixel) in XPixelIntensity() function
Dwidget.c1563 foreground=(ssize_t) XPixelIntensity( in XSetTextColor()
1565 matte=(ssize_t) XPixelIntensity(&window_info->pixel_info->matte_color); in XSetTextColor()