Searched refs:page (Results 1 - 25 of 453) sorted by path

1234567891011>>

/external/ImageMagick/Magick++/lib/
H A DImage.cpp1228 void Magick::Image::page(const Magick::Geometry &pageSize_) function in class:Magick::Image
1231 options()->page(pageSize_);
1232 image()->page=pageSize_;
1235 Magick::Geometry Magick::Image::page(void) const function in class:Magick::Image
1237 return(Geometry(constImage()->page.width,constImage()->page.height,
1238 constImage()->page.x,constImage()->page.y));
4080 options()->page(Geometry());
4081 image()->page
[all...]
H A DOptions.cpp421 void Magick::Options::page(const Geometry &pageSize_) function in class:Magick::Options
424 _imageInfo->page=(char *) RelinquishMagickMemory(_imageInfo->page);
426 Magick::CloneString(&_imageInfo->page,pageSize_);
429 Magick::Geometry Magick::Options::page(void) const function in class:Magick::Options
431 if (_imageInfo->page)
432 return(Geometry(_imageInfo->page));
H A DSTL.cpp1447 // Postscript page size.
1454 image_.page( _pageSize );
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h358 void page(const Geometry &pageSize_);
359 Geometry page(void) const;
1238 // Resets the image page canvas and position.
H A DOptions.h151 void page(const Geometry &pageSize_);
152 Geometry page(void) const;
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp1077 // page
1080 if ( image.page() != Geometry(640,480,0,0) )
1083 cout << "Line: " << __LINE__ << ", page default "
1084 << "(" << string(image.page()) << ")"
1089 image.page("letter+43+43>");
1090 if ( image.page() != "612x792+43+43" )
1094 << ", page set/get failed (" << string(image.page()) << ")" << endl;
/external/ImageMagick/MagickCore/
H A Danimate.c324 if (image_info->page != (char *) NULL)
325 resource_info.image_geometry=AcquireString(image_info->page);
2986 Request page geometry from user.
2991 if (image_info->page != (char *) NULL)
2992 (void) CopyMagickString(geometry,image_info->page,MagickPathExtent);
2994 "Select page geometry:",geometry);
2996 image_info->page=GetPageGeometry(geometry);
H A Dannotate.c226 % %g layer canvas page geometry (equivalent to "%Wx%H%X%Y")
248 % %H page (canvas) height
250 % %O page (canvas) offset ( = %X%Y )
251 % %P page (canvas) size ( = %Wx%H )
256 % %W page (canvas) width
257 % %X page (canvas) x offset (including sign)
258 % %Y page (canvas) y offset (including sign)
351 annotate_info->affine.tx=geometry_info.xi-image->page.x;
352 annotate_info->affine.ty=geometry_info.psi-image->page.y;
1950 (void) CloneString(&annotate_info->page,geometr
[all...]
H A Dconstitute.c660 if (next->page.width == 0)
661 next->page.width=next->columns;
662 if (next->page.height == 0)
663 next->page.height=next->rows;
686 (void) ParseAbsoluteGeometry("0x0+0+0",&next->page);
1051 (write_info->page == (char *) NULL) &&
H A Ddecorate.c242 frame_image->page=image->page;
243 if ((image->page.width != 0) && (image->page.height != 0))
245 frame_image->page.width+=frame_image->columns-image->columns;
246 frame_image->page.height+=frame_image->rows-image->rows;
H A Ddelegate.c596 "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
597 image->page.height,(double) image->page.x,(double) image->page.y);
750 (double) image->page.height);
763 image->page.x,(long) image->page.y);
766 case 'P': /* layer canvas page size = "%Wx%H" */
770 (double) image->page.width,(double) image->page
821 page; local
[all...]
H A Ddisplay.c825 " third page beyond the current page, press 3<space>.",
832 " third page preceding the current page, press 3<backspace>.",
1704 if (image_info->page != (char *) NULL)
1705 resource_info.image_geometry=AcquireString(image_info->page);
11028 Request Postscript page geometry from user.
11032 if (image_info->page != (char *) NULL)
11033 (void) CopyMagickString(geometry,image_info->page,MagickPathExtent);
11038 image_info->page
[all...]
H A Ddistort.c99 /* From "Digital Image Warping" by George Wolberg, page 50 */
114 /* From "Digital Image Warping" by George Wolberg, page 53 */
674 x = nx = (double)(image->columns)/2.0 + (double)image->page.x;
675 y = ny = (double)(image->rows)/2.0 + (double)image->page.y;
964 functions. It required a full page of algbra to work out the
1205 coeff[2] = (double)(image->columns)/2.0+image->page.x;
1206 coeff[3] = (double)(image->rows)/2.0+image->page.y;
1221 coeff[0]=MagickMin(fabs(coeff[2]-image->page.x),
1222 fabs(coeff[3]-image->page.y));
1224 fabs(coeff[2]-image->page
[all...]
H A Ddraw.c1807 graphic_context[n]->viewbox=image->page;
1808 if ((image->page.width == 0) || (image->page.height == 0))
H A Dfx.c1758 if (LocaleCompare(symbol,"page.height") == 0)
1759 return(image->page.height);
1760 if (LocaleCompare(symbol,"page.width") == 0)
1761 return(image->page.width);
1762 if (LocaleCompare(symbol,"page.x") == 0)
1763 return(image->page.x);
1764 if (LocaleCompare(symbol,"page.y") == 0)
1765 return(image->page.y);
4432 if (shadow_image->page.width == 0)
4433 shadow_image->page
[all...]
H A Dgeometry.c338 % GetPageGeometry() replaces any page mneumonic with the equivalent size in
348 % string is either a Postscript page name (e.g. A4) or a postscript page
449 page[MaxTextExtent];
456 CopyMagickString(page,page_geometry,MaxTextExtent);
474 (void) FormatLocaleString(page,MaxTextExtent,"%s%.80s",
476 flags=GetGeometry(page,&geometry.x,&geometry.y,&geometry.width,
479 (void) ConcatenateMagickString(page,">",MaxTextExtent);
483 return(AcquireString(page));
1165 % with respect to the given image page (canva
446 page[MaxTextExtent]; local
[all...]
H A Didentify.c591 if ((image->page.width != 0) || (image->page.height != 0) ||
592 (image->page.x != 0) || (image->page.y != 0))
594 image->page.width,(double) image->page.height,(double) image->page.x,
595 (double) image->page.y);
1093 if ((image->page.width != 0) || (image->page
[all...]
H A Dimage.c267 if (image_info->page != (char *) NULL)
272 image->page=image->extract_info;
273 geometry=GetPageGeometry(image_info->page);
274 (void) ParseAbsoluteGeometry(geometry,&image->page);
909 clone_image->page.width=(size_t) floor(scale*image->page.width+0.5);
910 clone_image->page.x=(ssize_t) ceil(scale*image->page.x-0.5);
915 clone_image->page.height=(size_t) floor(scale*image->page
2143 ResetImagePage(Image *image,const char *page) argument
[all...]
H A Dimage.h215 page, /* virtual canvas size and offset of image */ member in struct:_Image
383 *page, member in struct:_ImageInfo
H A Dlayer.c215 % CoalesceImages() composites a set of images while respecting any page
256 bounds=next->page;
278 coalesce_image->page=bounds;
285 next->page.x,next->page.y,exception);
293 bounds=previous->page;
337 MagickTrue,next->page.x,next->page.y,exception);
341 coalesce_image->page=previous->page;
1913 page; local
[all...]
H A Dmontage.c430 (void) ParseAbsoluteGeometry("0x0+0+0",&image->page);
H A Dnt-feature.c118 page;
147 page=(*geometry);
148 if ((page.x+(ssize_t) page.width) > (ssize_t) image->columns)
149 page.width=image->columns-page.x;
150 if ((page.y+(ssize_t) page.height) > (ssize_t) image->rows)
151 page.height=image->rows-page
116 page; local
[all...]
H A Dproperty.c170 image->page=clone_image->page;
2291 % %g layer canvas page geometry (equivalent to "%Wx%H%X%Y")
2313 % %H page (canvas) height
2315 % %O page (canvas) offset ( = %X%Y )
2316 % %P page (canvas) size ( = %Wx%H )
2321 % %W page (canvas) width
2322 % %X page (canvas) x offset (including sign)
2323 % %Y page (canvas) y offset (including sign)
2435 "%.20gx%.20g%+.20g%+.20g",(double) image->page
2694 page; local
[all...]
H A Dresize.c317 http://mathworld.wolfram.com/JincFunction.html and page 11 of
3698 (void) ParseAbsoluteGeometry("0x0+0+0",&thumbnail_image->page);
H A Dshear.c130 page;
172 page=(*image)->page;
173 (void) ParseAbsoluteGeometry("0x0+0+0",&(*image)->page);
177 crop_image->page=page;
734 page;
740 page=image->page;
883 Swap(page
128 page; local
730 page; local
[all...]

Completed in 446 milliseconds

1234567891011>>