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

  /external/skia/src/core/
SkAutoKern.h 31 int distort = fPrevRsbDelta - glyph.fLsbDelta;
35 if (distort >= 32)
37 else if (distort < -32)
  /external/freetype/src/autofit/
afwarp.c 141 AF_WarpScore distort = base_distort + ( idx - idx0 ); local
146 distort < warper->best_distort ) )
149 warper->best_distort = distort;
  /external/ImageMagick/MagickCore/
Android.mk 65 distort.c\
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/Magick++/
Image.h 836 // Distort image. distorts an image using various distortion methods, by
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 296 // Distort image. distorts an image using various distortion methods, by
321 image_.distort( _method, _number_arguments, _arguments, _bestfit );
    [all...]
Image.cpp 2737 void Magick::Image::distort(const DistortMethod method_, function in class:Magick::Image
    [all...]

Completed in 3173 milliseconds