Lines Matching full:page_geometry
820 page_geometry[MagickPathExtent];
966 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g",
969 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent);
972 (void) FormatLocaleString(page_geometry,MagickPathExtent,
978 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent);
979 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent);
980 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y,
986 (void) ParseAbsoluteGeometry(page_geometry,&media_info);
987 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception);