Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:area

511 %    o width, height:  the larger area the region is relative to
1168 % This is typically used for specifing a area within a given image for
1416 area,
1423 Geometry is a maximum area in pixels.
1426 area=geometry_info.rho+sqrt(MagickEpsilon);
1428 scale.x=(double) former_width/(distance/sqrt(area));
1429 scale.y=(double) former_height/(distance/sqrt(area));
1432 *width=(unsigned long) (former_width/(distance/sqrt(area)));
1433 *height=(unsigned long) (former_height/(distance/sqrt(area)));