Home
last modified time | relevance | path

Searched refs:graphic_context (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Ddot.c68 *graphic_context = (GVC_t *) NULL; variable
128 assert(graphic_context != (GVC_t *) NULL); in ReadDOTImage()
151 gvLayout(graphic_context,graph,(char *) "dot"); in ReadDOTImage()
153 gvLayout(graphic_context,graph,(char *) option); in ReadDOTImage()
154 gvRenderFilename(graphic_context,graph,(char *) "svg",read_info->filename); in ReadDOTImage()
155 gvFreeLayout(graphic_context,graph); in ReadDOTImage()
210 graphic_context=gvContext(); in RegisterDOTImage()
239 if (graphic_context != (GVC_t *) NULL) in UnregisterDOTImage()
241 gvFreeContext(graphic_context); in UnregisterDOTImage()
242 graphic_context=(GVC_t *) NULL; in UnregisterDOTImage()
/external/ImageMagick/MagickCore/
Ddraw.c1692 **graphic_context; in DrawImage() local
1770 graphic_context=(DrawInfo **) AcquireMagickMemory( in DrawImage()
1771 sizeof(*graphic_context)); in DrawImage()
1772 if (graphic_context == (DrawInfo **) NULL) in DrawImage()
1785 graphic_context[n]=DestroyDrawInfo(graphic_context[n]); in DrawImage()
1786 graphic_context=(DrawInfo **) RelinquishMagickMemory(graphic_context); in DrawImage()
1790 graphic_context[n]=CloneDrawInfo((ImageInfo *) NULL,draw_info); in DrawImage()
1791 graphic_context[n]->viewbox=image->page; in DrawImage()
1794 graphic_context[n]->viewbox.width=image->columns; in DrawImage()
1795 graphic_context[n]->viewbox.height=image->rows; in DrawImage()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c60 #define CurrentContext (wand->graphic_context[wand->index])
131 **graphic_context; member
424 wand->graphic_context=(DrawInfo **) RelinquishMagickMemory( in ClearDrawingWand()
425 wand->graphic_context); in ClearDrawingWand()
444 wand->graphic_context=(DrawInfo **) AcquireMagickMemory( in ClearDrawingWand()
445 sizeof(*wand->graphic_context)); in ClearDrawingWand()
446 if (wand->graphic_context == (DrawInfo **) NULL) in ClearDrawingWand()
515 clone_wand->graphic_context=(DrawInfo **) AcquireQuantumMemory((size_t) in CloneDrawingWand()
516 wand->index+1UL,sizeof(*wand->graphic_context)); in CloneDrawingWand()
517 if (clone_wand->graphic_context == (DrawInfo **) NULL) in CloneDrawingWand()
[all …]