HomeSort by relevance Sort by last modified time
    Searched refs:total_scale (Results 1 - 4 of 4) 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));

Completed in 1684 milliseconds