HomeSort by relevance Sort by last modified time
    Searched defs:distort (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/autofit/
afwarp.c 140 AF_WarpScore distort = base_distort + ( idx - idx0 ); local
145 distort < warper->best_distort ) )
148 warper->best_distort = distort;
  /external/ImageMagick/MagickCore/
distort.c 51 #include "MagickCore/distort.h"
291 distort[6];
305 distort[0]=affine_matrix->sx;
306 distort[1]=affine_matrix->rx;
307 distort[2]=affine_matrix->ry;
308 distort[3]=affine_matrix->sy;
309 distort[4]=affine_matrix->tx;
310 distort[5]=affine_matrix->ty;
311 deskew_image=DistortImage(image,AffineProjectionDistortion,6,distort,
350 % 0: 2 dimensional mapping of control points (Distort)
288 distort[6]; local
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 2737 void Magick::Image::distort(const DistortMethod method_, function in class:Magick::Image
    [all...]

Completed in 1319 milliseconds