Lines Matching full:page_geometry
806 *page_geometry;
808 page_geometry=GetPageGeometry(option);
809 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width,
822 page_geometry=DestroyString(page_geometry);
1471 page_geometry[MagickPathExtent];
1596 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g",
1599 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent);
1602 (void) FormatLocaleString(page_geometry,MagickPathExtent,
1608 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent);
1609 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent);
1610 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y,
1616 (void) ParseAbsoluteGeometry(page_geometry,&media_info);
1617 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception);