Searched defs:page_geometry (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dgeometry.c343 % 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 Ddisplay.c7154 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 Dps2.c389 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 Dpcd.c948 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 Dps3.c820 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 Dpdf.c652 *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 Dps.c806 *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 Dpng.c4914 page_geometry[MagickPathExtent];
5241 (void) FormatLocaleString(page_geometry,MagickPathExtent,
4907 page_geometry[MagickPathExtent]; local

Completed in 466 milliseconds