Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:gravity

499 %  given: width, height and gravity; against which it is positioned.
507 % const GravityType gravity,RectangleInfo *region);
513 % o gravity: the edge/corner the current offset is relative to
515 % o region: The region requiring a offset adjustment relative to gravity
519 const size_t height,const GravityType gravity,RectangleInfo *region)
525 switch (gravity)
548 switch (gravity)
676 % without any modification by percentages or gravity.
1166 % gravity setting.
1185 % to the image dimensions and its gravity.
1226 if (image->gravity != UndefinedGravity)
1239 Adjust offset according to gravity setting.
1247 GravityAdjustGeometry(image->columns,image->rows,image->gravity,region_info);
1470 % respect to the image and its gravity.