Home
last modified time | relevance | path

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

/imagick/
H A Dimagickkernel_class.c607 geometry_info->rho = geometry_info->sigma; /* then width = height */ in imagick_fiddle_with_geometry_info()
609 if (geometry_info->rho < 1.0) { /* if width too small */ in imagick_fiddle_with_geometry_info()
610 geometry_info->rho = 3; /* then width = 3 */ in imagick_fiddle_with_geometry_info()
612 if (geometry_info->sigma < 1.0) { /* if height too small */ in imagick_fiddle_with_geometry_info()
613 geometry_info->sigma = geometry_info->rho; /* then height = width */ in imagick_fiddle_with_geometry_info()
616 geometry_info->xi = (double)(((ssize_t)geometry_info->rho-1)/2); in imagick_fiddle_with_geometry_info()
619 geometry_info->psi = (double)(((ssize_t)geometry_info->sigma-1)/2); in imagick_fiddle_with_geometry_info()
632 geometry_info->sigma = QuantumRange/(geometry_info->sigma+1); /* maximum pixel distance */ in imagick_fiddle_with_geometry_info()
652 GeometryInfo geometry_info = { in PHP_METHOD() local
671 flags = ParseGeometry(string, &geometry_info); in PHP_METHOD()
[all …]

Completed in 5 milliseconds