Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.c2239 static MagickBooleanType CheckPrimitiveExtent(MVGInfo *mvg_info, in CheckPrimitiveExtent() function
3918 status&=CheckPrimitiveExtent(&mvg_info,number_points); in RenderMVGContent()
4061 status&=CheckPrimitiveExtent(&mvg_info,number_points); in RenderMVGContent()
4063 status&=CheckPrimitiveExtent(&mvg_info,PrimitiveExtentPad); in RenderMVGContent()
6115 if (CheckPrimitiveExtent(mvg_info,control_points+1) == MagickFalse) in TraceBezier()
6241 if (CheckPrimitiveExtent(mvg_info,(size_t) coordinates) == MagickFalse) in TraceEllipse()
6486 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
6522 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
6570 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
6747 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
[all …]