Lines Matching refs:page_geometry
736 *page_geometry; in ReadPSImage() local
738 page_geometry=GetPageGeometry(option); in ReadPSImage()
739 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width, in ReadPSImage()
752 page_geometry=DestroyString(page_geometry); in ReadPSImage()
1496 page_geometry[MagickPathExtent]; in WritePSImage() local
1623 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePSImage()
1626 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePSImage()
1629 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePSImage()
1635 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent); in WritePSImage()
1636 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); in WritePSImage()
1637 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, in WritePSImage()
1643 (void) ParseAbsoluteGeometry(page_geometry,&media_info); in WritePSImage()
1644 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception); in WritePSImage()