Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddisplay.c3021 (void) XSetFunction(display,windows->image.highlight_context, in XChopImage()
3025 (void) XSetFunction(display,windows->image.highlight_context, in XChopImage()
3071 (void) XSetFunction(display,windows->image.highlight_context,GXinvert); in XChopImage()
3087 windows->image.highlight_context,&segment_info); in XChopImage()
3098 windows->image.highlight_context,&segment_info); in XChopImage()
3171 (void) XSetFunction(display,windows->image.highlight_context,GXcopy); in XChopImage()
3977 (void) XSetFunction(display,windows->image.highlight_context,GXinvert); in XCompositeImage()
3995 windows->image.highlight_context,&highlight_info); in XCompositeImage()
4001 windows->image.highlight_context,&highlight_info); in XCompositeImage()
4040 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
[all …]
Dxwindow-private.h215 highlight_context, member
364 highlight_context, member
Danimate.c1612 if (pixel->highlight_context != (GC) NULL) in XAnimateImages()
1613 (void) XFreeGC(display,pixel->highlight_context); in XAnimateImages()
1614 pixel->highlight_context=XCreateGC(display,windows->context.id, in XAnimateImages()
1616 if (pixel->highlight_context == (GC) NULL) in XAnimateImages()
2303 (void) XChangeGC(display,magick_windows[i]->highlight_context, in XAnimateImages()
Dxwindow.c388 if (windows->pixel_info->highlight_context != (GC) NULL) in DestroyXResources()
389 XFreeGC(windows->display,windows->pixel_info->highlight_context); in DestroyXResources()
2763 if (window_info->highlight_context != (GC) NULL) in XFreeResources()
2764 (void) XFreeGC(display,window_info->highlight_context); in XFreeResources()
4648 window->highlight_context=pixel->highlight_context; in XGetWindowInfo()
5209 windows->pixel_info->highlight_context=(GC) NULL; in XInitializeWindows()
7467 windows->magnify.highlight_context,(int) highlight_info.x, in XMakeMagnifyImage()
8838 window->highlight_context,x+window->x,y+window->y,width,height,x,y, in XRefreshWindow()
Dwidget.c464 window_info->highlight_context,matte_info->x,matte_info->y, in XDrawMatte()
599 (void) XSetClipRectangles(display,window_info->highlight_context,0,0, in XDrawMatteText()
602 window_info->highlight_context,x,y,text_info->marker, in XDrawMatteText()
604 (void) XSetClipMask(display,window_info->highlight_context,None); in XDrawMatteText()
1018 widget_context=window_info->highlight_context; in XDrawWidgetText()
9213 (void) XSetFont(display,windows->widget.highlight_context, in XTextViewWidget()
9230 (void) XSetFont(display,windows->widget.highlight_context, in XTextViewWidget()