Searched refs:highlight_context (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | display.c | 3053 (void) XSetFunction(display,windows->image.highlight_context, in XChopImage() 3057 (void) XSetFunction(display,windows->image.highlight_context, in XChopImage() 3103 (void) XSetFunction(display,windows->image.highlight_context,GXinvert); in XChopImage() 3119 windows->image.highlight_context,&segment_info); in XChopImage() 3130 windows->image.highlight_context,&segment_info); in XChopImage() 3203 (void) XSetFunction(display,windows->image.highlight_context,GXcopy); in XChopImage() 4009 (void) XSetFunction(display,windows->image.highlight_context,GXinvert); in XCompositeImage() 4027 windows->image.highlight_context,&highlight_info); in XCompositeImage() 4033 windows->image.highlight_context,&highlight_info); in XCompositeImage() 4072 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage() [all …]
|
D | xwindow-private.h | 215 highlight_context, member 364 highlight_context, member
|
D | animate.c | 1613 if (pixel->highlight_context != (GC) NULL) in XAnimateImages() 1614 (void) XFreeGC(display,pixel->highlight_context); in XAnimateImages() 1615 pixel->highlight_context=XCreateGC(display,windows->context.id, in XAnimateImages() 1617 if (pixel->highlight_context == (GC) NULL) in XAnimateImages() 2295 (void) XChangeGC(display,magick_windows[i]->highlight_context, in XAnimateImages()
|
D | xwindow.c | 383 if (windows->pixel_info->highlight_context != (GC) NULL) in DestroyXResources() 384 XFreeGC(windows->display,windows->pixel_info->highlight_context); in DestroyXResources() 2758 if (window_info->highlight_context != (GC) NULL) in XFreeResources() 2759 (void) XFreeGC(display,window_info->highlight_context); in XFreeResources() 4651 window->highlight_context=pixel->highlight_context; in XGetWindowInfo() 5217 windows->pixel_info->highlight_context=(GC) NULL; in XInitializeWindows() 7473 windows->magnify.highlight_context,(int) highlight_info.x, in XMakeMagnifyImage() 8843 window->highlight_context,x+window->x,y+window->y,width,height,x,y, in XRefreshWindow()
|
D | widget.c | 463 window_info->highlight_context,matte_info->x,matte_info->y, in XDrawMatte() 598 (void) XSetClipRectangles(display,window_info->highlight_context,0,0, in XDrawMatteText() 601 window_info->highlight_context,x,y,text_info->marker, in XDrawMatteText() 603 (void) XSetClipMask(display,window_info->highlight_context,None); in XDrawMatteText() 1017 widget_context=window_info->highlight_context; in XDrawWidgetText() 9206 (void) XSetFont(display,windows->widget.highlight_context, in XTextViewWidget() 9223 (void) XSetFont(display,windows->widget.highlight_context, in XTextViewWidget()
|