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.c1802 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1836 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1865 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1889 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()
4578 if (window->shadow_stipple != (Pixmap) NULL) in XGetWindowInfo()
4579 (void) XFreePixmap(display,window->shadow_stipple); in XGetWindowInfo()
4650 window->shadow_stipple=(Pixmap) NULL; in XGetWindowInfo()
Ddisplay.c14856 windows->info.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14890 windows->command.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14921 windows->widget.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14945 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
Dwidget.c1452 stipple=window_info->shadow_stipple; in XSetBevelColor()