HomeSort by relevance Sort by last modified time
    Searched refs:annotate_context (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickCore/
xwindow-private.h 214 annotate_context, member in struct:_XPixelInfo
357 annotate_context, member in struct:_XWindowInfo
xwindow.c 374 if (windows->icon_pixel->annotate_context != (GC) NULL)
375 XFreeGC(windows->display,windows->icon_pixel->annotate_context);
384 if (windows->pixel_info->annotate_context != (GC) NULL)
385 XFreeGC(windows->display,windows->pixel_info->annotate_context);
479 annotate_context;
531 annotate_context=XCreateGC(display,root_window,(unsigned long)
533 if (annotate_context == (GC) NULL)
538 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0,
541 (void) XFreeGC(display,annotate_context);
473 annotate_context; local
9258 annotate_context; local
    [all...]
animate.c 944 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long)
946 if (pixel.annotate_context == (GC) NULL)
    [all...]
display.c 1866 annotate_context; local
    [all...]
widget.c 558 (void) XDrawLine(display,window_info->id,window_info->annotate_context,
604 (void) XSetClipRectangles(display,window_info->annotate_context,0,0,
608 window_info->annotate_context,x,y-font_info->ascent,width,height);
609 (void) XSetClipMask(display,window_info->annotate_context,None);
619 (void) XDrawLine(display,window_info->id,window_info->annotate_context,x,y+3,
    [all...]

Completed in 282 milliseconds