HomeSort by relevance Sort by last modified time
    Searched refs:bestfit (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tdb.c 2489 } bestfit; local
    [all...]
  /external/ImageMagick/www/api/
distort.php 90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p>
92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
101 MagickBooleanType bestfit, ExceptionInfo *exception)
118 <dd> ArcDistortion always ignores source image offset, and always 'bestfit' the destination image with the top left corner offset relative to the polar mapping center. </dd>
133 <dt>bestfit</dt>
134 <dd>Attempt to 'bestfit' the size of the resulting image. This also forces the resulting image to be a 'layered' virtual canvas image. Can be overridden using 'distort:viewport' setting. </dd>
144 <dd> o "distort:viewport" Directly set the output image canvas area and offest to use for the resulting image, rather than use the original images canvas, or a calculated 'bestfit' canvas. </dd>
magick-image.php     [all...]
  /external/ImageMagick/MagickCore/
distort.c     [all...]
  /external/libmtp/src/
libmtp.c 793 uint16_t bestfit = opd->FORM.Enum.SupportedValue[0].u16; local
838 uint32_t bestfit = opd->FORM.Enum.SupportedValue[0].u32; local
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]

Completed in 472 milliseconds