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

  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.h 42 FT_Fixed best_scale; member in struct:AF_WarperRec_
afwarp.c 150 warper->best_scale = scale;
194 warper->best_scale = org_scale;
353 FT_Fixed best_scale = warper->best_scale; local
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale )
362 *a_scale = best_scale;
  /external/freetype/src/autofit/
afwarp.h 42 FT_Fixed best_scale; member in struct:AF_WarperRec_
afwarp.c 150 warper->best_scale = scale;
194 warper->best_scale = org_scale;
353 FT_Fixed best_scale = warper->best_scale; local
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale )
362 *a_scale = best_scale;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 93 float best_scale = 1.f; // Default to unscaled if nothing matches. local
112 best_scale = scale;
118 return best_scale;

Completed in 63 milliseconds