Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.c2455 const RectangleInfo *new_geometry) in UpdateClipPath() argument
2516 y-=new_geometry->y; in UpdateClipPath()
2517 yy=(signed int) ((y*4096*4096)/new_geometry->height); in UpdateClipPath()
2521 x-=new_geometry->x; in UpdateClipPath()
2522 xx=(signed int) ((x*4096*4096)/new_geometry->width); in UpdateClipPath()
2543 const RectangleInfo *new_geometry) in Update8BIMClipPath() argument
2559 assert(new_geometry != (RectangleInfo *) NULL); in Update8BIMClipPath()
2591 UpdateClipPath(info,(size_t) count,old_columns,old_rows,new_geometry); in Update8BIMClipPath()