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

  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 1922 float max_scale = 0.f; local
    [all...]
transform_operations_unittest.cc 1411 float max_scale = 0.f; local
1470 float max_scale = 0.f; local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 711 FT_Fixed max_scale; local
729 max_scale = FT_DivFix( 1000, max_height );
730 globals->blues.blue_scale = priv->blue_scale < max_scale
732 : max_scale;
  /external/freetype/src/pshinter/
pshglob.c 711 FT_Fixed max_scale; local
729 max_scale = FT_DivFix( 1000, max_height );
730 globals->blues.blue_scale = priv->blue_scale < max_scale
732 : max_scale;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 719 FT_Fixed max_scale; local
737 max_scale = FT_DivFix( 1000, max_height );
738 globals->blues.blue_scale = priv->blue_scale < max_scale
740 : max_scale;
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 684 float max_scale = ui::GetScaleForScaleFactor( local
693 max_scale,
    [all...]

Completed in 241 milliseconds