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

  /external/skia/include/core/
SkAutoKern.h 41 int distort = fPrevRsbDelta - glyph.fLsbDelta;
45 if (distort >= 32)
47 else if (distort < -32)
  /external/freetype/src/autofit/
afwarp.c 115 AF_WarpScore distort = base_distort + ( idx - idx0 ); local
120 distort < warper->best_distort ) )
123 warper->best_distort = distort;

Completed in 1284 milliseconds