Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsvg.c173 view_box; member
412 if (svg_info->view_box.width == 0.0) in GetUserSpaceCoordinateValue()
414 return(svg_info->view_box.width*value/100.0); in GetUserSpaceCoordinateValue()
418 if (svg_info->view_box.height == 0.0) in GetUserSpaceCoordinateValue()
420 return(svg_info->view_box.height*value/100.0); in GetUserSpaceCoordinateValue()
422 alpha=value-svg_info->view_box.width; in GetUserSpaceCoordinateValue()
423 beta=value-svg_info->view_box.height; in GetUserSpaceCoordinateValue()
2424 svg_info->view_box.x=StringToDouble(token,&next_token); in SVGStartElement()
2428 svg_info->view_box.y=StringToDouble(token,&next_token); in SVGStartElement()
2432 svg_info->view_box.width=StringToDouble(token, in SVGStartElement()
[all …]