Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow-private.h410 shadow_stipple, member
Danimate.c1801 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1835 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1864 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1888 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
Dxwindow.c307 if (magick_windows[i]->shadow_stipple != (Pixmap) NULL) in DestroyXResources()
309 (void) XFreePixmap(windows->display,magick_windows[i]->shadow_stipple); in DestroyXResources()
310 magick_windows[i]->shadow_stipple=(Pixmap) NULL; in DestroyXResources()
4581 if (window->shadow_stipple != (Pixmap) NULL) in XGetWindowInfo()
4582 (void) XFreePixmap(display,window->shadow_stipple); in XGetWindowInfo()
4653 window->shadow_stipple=(Pixmap) NULL; in XGetWindowInfo()
Ddisplay.c14860 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14894 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14925 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14949 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
Dwidget.c1450 stipple=window_info->shadow_stipple; in XSetBevelColor()