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

  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 33 float total_scale) {
38 float smallest_target = min(target_rects[0].width * total_scale,
39 target_rects[0].height * total_scale);
41 smallest_target = min(smallest_target, target_rects[i].width * total_scale);
43 target_rects[i].height * total_scale);
47 kDisambiguationPopupMinimumTouchSize / smallest_target)) * total_scale;
95 float total_scale,
105 FindOptimalScaleFactor(target_rects, total_scale);
disambiguation_popup_helper.h 30 float total_scale,
  /external/chromium_org/media/base/
audio_converter_unittest.cc 146 float total_scale = 0; local
149 total_scale += volume;
153 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));
audio_renderer_mixer_unittest.cc 207 float total_scale = 0; local
210 total_scale += volume;
214 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 376 float total_scale = normalized < 0.f ? 1.f / scale_factor : scale_factor; variable
379 total_scale / host_impl->active_tree()->total_page_scale_factor();

Completed in 290 milliseconds