Searched defs:total_scale (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Ddisambiguation_popup_helper.cc33 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);
32 FindOptimalScaleFactor(const WebVector<WebRect>& target_rects, float total_scale) argument
90 ComputeZoomAreaAndScaleFactor( const gfx::Rect& tap_rect, const WebVector<WebRect>& target_rects, const gfx::Size& screen_size, const gfx::Size& visible_content_size, float total_scale, gfx::Rect* zoom_rect) argument
/external/chromium_org/media/base/
H A Daudio_converter_unittest.cc146 float total_scale = 0; local
149 total_scale += volume;
153 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));
H A Daudio_renderer_mixer_unittest.cc207 float total_scale = 0; local
210 total_scale += volume;
214 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));

Completed in 198 milliseconds