Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow-private.h404 shadow_stipple, member
Danimate.c1792 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1826 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1855 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1879 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()
4593 if (window->shadow_stipple != (Pixmap) NULL) in XGetWindowInfo()
4594 (void) XFreePixmap(display,window->shadow_stipple); in XGetWindowInfo()
4665 window->shadow_stipple=(Pixmap) NULL; in XGetWindowInfo()
Ddisplay.c14852 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14886 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14917 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14941 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
Dwidget.c1450 stipple=window_info->shadow_stipple; in XSetBevelColor()