Searched refs:highlight_stipple (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 409 highlight_stipple, member
|
D | animate.c | 1800 windows->info.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages() 1833 windows->command.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages() 1863 windows->widget.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages() 1887 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
|
D | xwindow.c | 301 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() 4576 if (window->highlight_stipple != (Pixmap) NULL) in XGetWindowInfo() 4577 (void) XFreePixmap(display,window->highlight_stipple); in XGetWindowInfo() 4651 window->highlight_stipple=(Pixmap) NULL; in XGetWindowInfo()
|
D | display.c | 14854 windows->info.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage() 14887 windows->command.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage() 14919 windows->widget.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage() 14943 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
|
D | widget.c | 1450 stipple=window_info->highlight_stipple; in XSetBevelColor()
|