OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ratio_height
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
aeropeek_manager.cc
394
float
ratio_height
= thumbnail_height / source_height;
local
395
if (ratio_width >
ratio_height
) {
396
thumbnail_width = source_width *
ratio_height
;
[
all
...]
/external/chromium_org/android_webview/renderer/
print_web_view_helper.cc
190
double
ratio_height
=
local
192
scale_factor = ratio_width <
ratio_height
? ratio_width :
ratio_height
;
[
all
...]
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc
186
double
ratio_height
=
local
188
scale_factor = ratio_width <
ratio_height
? ratio_width :
ratio_height
;
[
all
...]
Completed in 233 milliseconds