Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dxps.c238 *page_geometry; in ReadXPSImage() local
240 page_geometry=GetPageGeometry(option); in ReadXPSImage()
241 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width, in ReadXPSImage()
247 page_geometry=DestroyString(page_geometry); in ReadXPSImage()
255 page_geometry=DestroyString(page_geometry); in ReadXPSImage()
Dps2.c379 page_geometry[MagickPathExtent], in WritePS2Image() local
518 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePS2Image()
521 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePS2Image()
524 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePS2Image()
530 (void) CopyMagickString(page_geometry,PSPageGeometry, in WritePS2Image()
532 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); in WritePS2Image()
533 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, in WritePS2Image()
539 (void) ParseAbsoluteGeometry(page_geometry,&media_info); in WritePS2Image()
540 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception); in WritePS2Image()
Dps.c664 *page_geometry; in ReadPSImage() local
666 page_geometry=GetPageGeometry(option); in ReadPSImage()
667 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width, in ReadPSImage()
673 page_geometry=DestroyString(page_geometry); in ReadPSImage()
681 page_geometry=DestroyString(page_geometry); in ReadPSImage()
1342 page_geometry[MagickPathExtent]; in WritePSImage() local
1468 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePSImage()
1471 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePSImage()
1474 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePSImage()
1480 (void) CopyMagickString(page_geometry,PSPageGeometry, in WritePSImage()
[all …]
Dps3.c818 page_geometry[MagickPathExtent]; in WritePS3Image() local
965 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePS3Image()
968 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); in WritePS3Image()
971 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePS3Image()
977 (void) CopyMagickString(page_geometry,PSPageGeometry, in WritePS3Image()
979 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); in WritePS3Image()
980 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, in WritePS3Image()
986 (void) ParseAbsoluteGeometry(page_geometry,&media_info); in WritePS3Image()
987 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception); in WritePS3Image()
Dpcd.c967 static MagickBooleanType WritePCDTile(Image *image,const char *page_geometry, in WritePCDTile() argument
1001 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, in WritePCDTile()
1011 flags=ParseGeometry(page_geometry,&geometry_info); in WritePCDTile()
Dpdf.c503 *page_geometry; in ReadPDFImage() local
505 page_geometry=GetPageGeometry(option); in ReadPDFImage()
506 flags=ParseMetaGeometry(page_geometry,&page.x,&page.y,&page.width, in ReadPDFImage()
508 page_geometry=DestroyString(page_geometry); in ReadPDFImage()
Dpng.c5321 page_geometry[MagickPathExtent]; in ReadOneMNGImage() local
5626 (void) FormatLocaleString(page_geometry,MagickPathExtent, in ReadOneMNGImage()
/external/ImageMagick/MagickCore/
Dgeometry.c362 MagickExport char *GetPageGeometry(const char *page_geometry) in GetPageGeometry() argument
470 assert(page_geometry != (char *) NULL); in GetPageGeometry()
471 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",page_geometry); in GetPageGeometry()
472 (void) CopyMagickString(page,page_geometry,MagickPathExtent); in GetPageGeometry()
478 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent); in GetPageGeometry()
491 PageSizes[i].geometry,page_geometry+PageSizes[i].extent); in GetPageGeometry()
Ddisplay.c7102 page_geometry; in XMagickCommand() local
7659 (void) ParsePageGeometry(*image,geometry,&page_geometry, in XMagickCommand()
7661 roll_image=RollImage(*image,page_geometry.x,page_geometry.y, in XMagickCommand()
8412 (void) ParsePageGeometry(*image,bevel_width,&page_geometry, in XMagickCommand()
8414 (void) RaiseImage(*image,&page_geometry,MagickTrue,exception); in XMagickCommand()
8845 (void) ParsePageGeometry(*image,geometry,&page_geometry, in XMagickCommand()
8847 border_image=BorderImage(*image,&page_geometry,(*image)->compose, in XMagickCommand()
8894 (void) ParsePageGeometry(*image,geometry,&page_geometry, in XMagickCommand()
8896 frame_info.width=page_geometry.width; in XMagickCommand()
8897 frame_info.height=page_geometry.height; in XMagickCommand()
[all …]