Home | History | Annotate | Download | only in coders

Lines Matching full:page_geometry

652       *page_geometry;
654 page_geometry=GetPageGeometry(option);
655 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width,
657 page_geometry=DestroyString(page_geometry);
1213 page_geometry[MagickPathExtent];
1538 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g",
1541 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent);
1544 (void) FormatLocaleString(page_geometry,MagickPathExtent,
1550 (void) CopyMagickString(page_geometry,PSPageGeometry,
1552 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent);
1553 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y,
1559 (void) ParseAbsoluteGeometry(page_geometry,&media_info);
1560 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception);