HomeSort by relevance Sort by last modified time
    Searched full:page_geometry (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/coders/
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
    [all...]
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
    [all...]
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);
646 *page_geometry; local
1204 page_geometry[MagickPathExtent]; local
    [all...]
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);
801 *page_geometry; local
1463 page_geometry[MagickPathExtent]; local
    [all...]
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);
    [all...]
png.c 4907 page_geometry[MagickPathExtent]; local
    [all...]
  /external/ImageMagick/MagickCore/
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);
    [all...]
display.c 7132 page_geometry; local
    [all...]

Completed in 655 milliseconds