/external/ImageMagick/MagickCore/ |
H A D | geometry.c | 343 % char *GetPageGeometry(const char *page_geometry) 347 % o page_geometry: Specifies a pointer to an array of characters. The 352 MagickExport char *GetPageGeometry(const char *page_geometry) 454 assert(page_geometry != (char *) NULL); 455 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",page_geometry); 456 CopyMagickString(page,page_geometry,MaxTextExtent); 462 status=LocaleNCompare(PageSizes[i].name,page_geometry,PageSizes[i].extent); 475 PageSizes[i].geometry,page_geometry+PageSizes[i].extent); 349 GetPageGeometry(const char *page_geometry) argument
|
H A D | display.c | 7154 page_geometry; 7709 (void) ParsePageGeometry(*image,geometry,&page_geometry, 7711 roll_image=RollImage(*image,page_geometry.x,page_geometry.y, 8462 (void) ParsePageGeometry(*image,bevel_width,&page_geometry, 8464 (void) RaiseImage(*image,&page_geometry,MagickTrue,exception); 8895 (void) ParsePageGeometry(*image,geometry,&page_geometry, 8897 border_image=BorderImage(*image,&page_geometry,(*image)->compose, 8944 (void) ParsePageGeometry(*image,geometry,&page_geometry, 8946 frame_info.width=page_geometry 7132 page_geometry; local [all...] |
/external/ImageMagick/coders/ |
H A D | ps2.c | 389 page_geometry[MagickPathExtent], 526 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", 529 (void) CopyMagickString(page_geometry,image_info->page,MagickPathExtent); 532 (void) FormatLocaleString(page_geometry,MagickPathExtent, 538 (void) CopyMagickString(page_geometry,PSPageGeometry,MagickPathExtent); 539 (void) ConcatenateMagickString(page_geometry,">",MagickPathExtent); 540 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, 546 (void) ParseAbsoluteGeometry(page_geometry,&media_info); 547 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception); 383 page_geometry[MagickPathExtent], local
|
H A D | pcd.c | 948 static MagickBooleanType WritePCDTile(Image *image,const char *page_geometry, 982 (void) ParseMetaGeometry(page_geometry,&geometry.x,&geometry.y, 992 flags=ParseGeometry(page_geometry,&geometry_info); 940 WritePCDTile(Image *image,const char *page_geometry, const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception) argument
|
H A D | ps3.c | 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); 814 page_geometry[MagickPathExtent]; local
|
H A D | pdf.c | 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,PSPageGeometr 646 *page_geometry; local 1204 page_geometry[MagickPathExtent]; local [all...] |
H A D | ps.c | 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,PSPageGeometr 801 *page_geometry; local 1463 page_geometry[MagickPathExtent]; local [all...] |
H A D | png.c | 4914 page_geometry[MagickPathExtent]; 5241 (void) FormatLocaleString(page_geometry,MagickPathExtent, 4907 page_geometry[MagickPathExtent]; local
|