Searched refs:highlight_info (Results 1 - 3 of 3) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | display.c | 3973 highlight_info, 4038 highlight_info=composite_info; 4039 highlight_info.x=composite_info.x-windows->image.x; 4040 highlight_info.y=composite_info.y-windows->image.y; 4042 windows->image.highlight_context,&highlight_info); 4048 windows->image.highlight_context,&highlight_info); 4646 highlight_info; 4892 highlight_info=crop_info; 4893 highlight_info.x=crop_info.x-windows->image.x; 4894 highlight_info 3958 highlight_info, local 4629 highlight_info; local 6367 highlight_info; local 10653 highlight_info, local 11307 highlight_info, local [all...] |
H A D | xwindow.c | 4740 % highlight_info. 4745 % GC annotate_context,const RectangleInfo *highlight_info) 4756 % o highlight_info: Specifies a pointer to a RectangleInfo structure. It 4761 GC annotate_context,const RectangleInfo *highlight_info) 4767 assert(highlight_info != (RectangleInfo *) NULL); 4768 if ((highlight_info->width < 4) || (highlight_info->height < 4)) 4770 (void) XDrawArc(display,window,annotate_context,(int) highlight_info->x, 4771 (int) highlight_info->y,(unsigned int) highlight_info argument 4721 XHighlightEllipse(Display *display,Window window, GC annotate_context,const RectangleInfo *highlight_info) argument 4815 XHighlightRectangle(Display *display,Window window, GC annotate_context,const RectangleInfo *highlight_info) argument 7465 highlight_info; local [all...] |
H A D | widget.c | 7721 highlight_info, 7815 highlight_info=selection_info; 7816 highlight_info.bevel_width--; 7817 highlight_info.width-=(highlight_info.bevel_width << 1); 7818 highlight_info.height-=(highlight_info.bevel_width << 1); 7819 highlight_info.x+=highlight_info.bevel_width; 7855 highlight_info 7689 highlight_info, local [all...] |
Completed in 308 milliseconds