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()
152 gvLayout(graphic_context,graph,(char *) "dot"); in ReadDOTImage()
154 gvLayout(graphic_context,graph,(char *) option); in ReadDOTImage()
155 gvRenderFilename(graphic_context,graph,(char *) "svg",read_info->filename); in ReadDOTImage()
156 gvFreeLayout(graphic_context,graph); in ReadDOTImage()
213 graphic_context=gvContext(); in RegisterDOTImage()
242 if (graphic_context != (GVC_t *) NULL) in UnregisterDOTImage()
244 gvFreeContext(graphic_context); in UnregisterDOTImage()
245 graphic_context=(GVC_t *) NULL; in UnregisterDOTImage()
/external/ImageMagick/MagickCore/
Ddraw.c2478 **graphic_context; in RenderMVGContent() local
2568 graphic_context=(DrawInfo **) AcquireMagickMemory(sizeof(*graphic_context)); in RenderMVGContent()
2569 if (graphic_context == (DrawInfo **) NULL) in RenderMVGContent()
2582 graphic_context[n]=DestroyDrawInfo(graphic_context[n]); in RenderMVGContent()
2583 graphic_context=(DrawInfo **) RelinquishMagickMemory(graphic_context); in RenderMVGContent()
2593 graphic_context[n]=CloneDrawInfo((ImageInfo *) NULL,draw_info); in RenderMVGContent()
2594 graphic_context[n]->viewbox=image->page; in RenderMVGContent()
2597 graphic_context[n]->viewbox.width=image->columns; in RenderMVGContent()
2598 graphic_context[n]->viewbox.height=image->rows; in RenderMVGContent()
2627 current=graphic_context[n]->affine; in RenderMVGContent()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c61 #define CurrentContext (wand->graphic_context[wand->index])
132 **graphic_context; member
425 wand->graphic_context=(DrawInfo **) RelinquishMagickMemory( in ClearDrawingWand()
426 wand->graphic_context); in ClearDrawingWand()
445 wand->graphic_context=(DrawInfo **) AcquireQuantumMemory(1, in ClearDrawingWand()
446 sizeof(*wand->graphic_context)); in ClearDrawingWand()
447 if (wand->graphic_context == (DrawInfo **) NULL) in ClearDrawingWand()
516 clone_wand->graphic_context=(DrawInfo **) AcquireQuantumMemory((size_t) in CloneDrawingWand()
517 wand->index+1UL,sizeof(*wand->graphic_context)); in CloneDrawingWand()
518 if (clone_wand->graphic_context == (DrawInfo **) NULL) in CloneDrawingWand()
[all …]