Home
last modified time | relevance | path

Searched refs:XSetFunction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h61 #define XMesaSetFunction XSetFunction
/external/ImageMagick/MagickCore/
Ddisplay.c3053 (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()
3203 (void) XSetFunction(display,windows->image.highlight_context,GXcopy); in XChopImage()
4009 (void) XSetFunction(display,windows->image.highlight_context,GXinvert); in XCompositeImage()
4072 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
4076 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
4089 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
4093 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
4102 (void) XSetFunction(display,windows->image.highlight_context, in XCompositeImage()
[all …]
Dvms.h272 #define XSetFunction XSETFUNCTION macro
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c339 XSetFunction(display, xlib_dt->gc, GXcopy); in xlib_sw_display()