Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.c2263 static MagickBooleanType CheckPrimitiveExtent(MVGInfo *mvg_info, in CheckPrimitiveExtent() function
4021 status&=CheckPrimitiveExtent(&mvg_info,(double) number_points); in RenderMVGContent()
4130 status&=CheckPrimitiveExtent(&mvg_info,(double) number_points); in RenderMVGContent()
4132 status&=CheckPrimitiveExtent(&mvg_info,PrimitiveExtentPad); in RenderMVGContent()
4381 status&=CheckPrimitiveExtent(&mvg_info,ExpandAffine( in RenderMVGContent()
4385 status&=CheckPrimitiveExtent(&mvg_info,(double) in RenderMVGContent()
6305 if (CheckPrimitiveExtent(mvg_info,(double) control_points+1) == MagickFalse) in TraceBezier()
6430 if (CheckPrimitiveExtent(mvg_info,coordinates) == MagickFalse) in TraceEllipse()
6675 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
6711 if (CheckPrimitiveExtent(mvg_info,PrimitiveExtentPad) == MagickFalse) in TracePath()
[all …]