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

  /external/ImageMagick/MagickCore/
annotate.c 286 *annotate_info;
332 annotate_info=CloneDrawInfo((ImageInfo *) NULL,draw_info);
335 if (annotate_info->geometry != (char *) NULL)
337 (void) ParsePageGeometry(image,annotate_info->geometry,&geometry,
339 (void) ParseGeometry(annotate_info->geometry,&geometry_info);
351 annotate_info->affine.tx=geometry_info.xi-image->page.x;
352 annotate_info->affine.ty=geometry_info.psi-image->page.y;
362 offset.x=annotate_info->affine.tx+i*annotate_info->affine.ry*height;
363 offset.y=annotate_info->affine.ty+i*annotate_info->affine.sy*height
280 *annotate_info; local
730 *annotate_info; local
838 *annotate_info; local
913 *annotate_info; local
1246 *annotate_info; local
1843 *annotate_info; local
    [all...]
display.c 1892 *annotate_info, local
    [all...]
xwindow.c 454 % const XPixelInfo *pixel,XAnnotateInfo *annotate_info,Image *image,
464 % o annotate_info: Specifies a pointer to a XAnnotateInfo structure.
472 const XPixelInfo *pixel,XAnnotateInfo *annotate_info,Image *image,
514 assert(annotate_info != (XAnnotateInfo *) NULL);
521 annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width,
522 annotate_info->height,depth);
530 context_values.font=annotate_info->font_info->fid;
539 (int) annotate_info->font_info->ascent,annotate_info->text,
540 (int) strlen(annotate_info->text))
9000 annotate_info; local
    [all...]
fx.c 4027 *annotate_info; local
    [all...]

Completed in 117 milliseconds