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

  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 1901 float max_scale = 0.f; local
1986 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 676 float max_scale = ui::GetScaleForScaleFactor( local
678 int desired_size_in_pixel = std::ceil(gfx::kFaviconSize * max_scale);
    [all...]

Completed in 417 milliseconds