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

  /external/chromium_org/third_party/skia/src/core/
SkAutoKern.h 33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
37 if (distort >= 32)
39 else if (distort < -32)
  /external/skia/src/core/
SkAutoKern.h 33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
37 if (distort >= 32)
39 else if (distort < -32)
  /external/chromium_org/third_party/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/freetype/src/autofit/
afwarp.c 141 AF_WarpScore distort = base_distort + ( idx - idx0 ); local
146 distort < warper->best_distort ) )
149 warper->best_distort = distort;

Completed in 832 milliseconds