Home
last modified time | relevance | path

Searched refs:highlight_stipple (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dxwindow-private.h409 highlight_stipple, member
Danimate.c1799 windows->info.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1832 windows->command.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1862 windows->widget.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1886 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
Dxwindow.c301 if (magick_windows[i]->highlight_stipple != (Pixmap) NULL) in DestroyXResources()
304 magick_windows[i]->highlight_stipple); in DestroyXResources()
305 magick_windows[i]->highlight_stipple=(Pixmap) NULL; in DestroyXResources()
4579 if (window->highlight_stipple != (Pixmap) NULL) in XGetWindowInfo()
4580 (void) XFreePixmap(display,window->highlight_stipple); in XGetWindowInfo()
4654 window->highlight_stipple=(Pixmap) NULL; in XGetWindowInfo()
Ddisplay.c14858 windows->info.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14891 windows->command.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14923 windows->widget.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14947 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
Dwidget.c1448 stipple=window_info->highlight_stipple; in XSetBevelColor()