HomeSort by relevance Sort by last modified time
    Searched defs:annotate_context (Results 1 - 3 of 3) 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...]
display.c 1866 annotate_context; local
    [all...]

Completed in 50 milliseconds