/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
jsdifflib.js | 364 this.ratio = function () { function
|
resourcesPanel.css | 160 @media (-webkit-min-device-pixel-ratio: 1.5) {
|
/external/chromium_org/cc/layers/ |
picture_layer_impl.cc | 863 float ratio = PositiveRatio(ideal_page_scale_, raster_page_scale_); local 864 if (ratio >= kMaxScaleRatioDuringPinch) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 317 double ratio = unselected / TabGtk::GetStandardSize().width(); local 318 int threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 68 double ratio = op_ratio(dividend, divisor); local 70 return ::format_percent(ratio * 100, percent_int_width, 220 // ratio between 100 and the selected % to grow non fixed field use also
|
/external/replicaisland/src/com/replica/replicaisland/ |
AndouKun.java | 134 float ratio =((float)dm.widthPixels) / dm.heightPixels; local 135 defaultWidth = (int)(defaultHeight * ratio);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
psy_main.c | 531 tdata = L_mpy_ls(*data0++, hPsyConfLong->ratio); 713 tdata = L_mpy_ls(*data1++, hPsyConfShort->ratio);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryStatsHelper.java | 412 // Then compute the ratio of time spent at each speed 415 double ratio = (double) cpuSpeedStepTimes[step] / totalTimeAtSpeeds; local 416 processPower += ratio * tmpCpuTime * powerCpuNormal[step]; [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_AudioMixing.c | 1447 M4OSA_UInt32 numerator, denominator, ratio, ratioBuffer; local [all...] |
M4xVSS_API.c | 4525 M4OSA_Double ratio; local [all...] |
M4xVSS_internal.c | 132 /*FB 2008/10/20: add media rendering parameter to keep aspect ratio*/ 600 /*Save ratio values, they can be reused if the new ratios are 0*/ 603 /*Check that the ratio is not 0*/ 611 /*The ratio is 0, that means the area of the picture defined with (a) 621 /*The ratio is 0, that means the area of the picture defined with (a) 637 /*Move the (a) topleft parameter to 0 but the ratio will be also further 648 /*Move the (a) topleft parameter to 0 but the ratio will be also further 652 /*The new ratio is the original one*/ 656 /*Change the ratio if the area of the picture defined with (a) parameters is 662 /*Change the ratio if the area of the picture defined with (a) parameters i 4150 M4OSA_UInt32 ratio = 0; local [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGeometry.cpp | 105 static int valid_unit_divide(SkScalar numer, SkScalar denom, SkScalar* ratio) 107 SkASSERT(ratio); 125 *ratio = r; [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 105 static int valid_unit_divide(SkScalar numer, SkScalar denom, SkScalar* ratio) 107 SkASSERT(ratio); 125 *ratio = r; [all...] |
/external/blktrace/ |
blkparse.c | 1776 double ratio; local [all...] |
/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 85 axis->ratio = 1;
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 85 axis->ratio = 1;
|
/packages/apps/Camera2/src/com/android/camera/ |
VideoUI.java | 485 public void setAspectRatio(double ratio) { 486 // mPreviewFrameLayout.setAspectRatio(ratio);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 715 double ratio = unselected / Tab::GetStandardSize().width(); local 716 threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); [all...] |
/external/chromium_org/ui/base/gestures/ |
gesture_sequence.cc | [all...] |
/external/chromium_org/v8/src/ |
mark-compact.cc | 691 intptr_t ratio; local 695 ratio = (sizes.medium_size_ * 10 + sizes.large_size_ * 2) * 100 / 699 ratio = (sizes.small_size_ * 5 + sizes.medium_size_) * 100 / 720 (ratio > ratio_threshold) ? "[fragmented]" : ""); 727 if (ratio <= ratio_threshold) return 0; // Not fragmented. 729 return static_cast<int>(ratio - ratio_threshold); [all...] |
/external/v8/src/ |
mark-compact.cc | 456 intptr_t ratio; local 460 ratio = (sizes.medium_size_ * 10 + sizes.large_size_ * 2) * 100 / 464 ratio = (sizes.small_size_ * 5 + sizes.medium_size_) * 100 / 485 (ratio > ratio_threshold) ? "[fragmented]" : ""); 492 if (ratio <= ratio_threshold) return 0; // Not fragmented. 494 return static_cast<int>(ratio - ratio_threshold); [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 253 // Pick the largest thumbnail size that matches still image aspect ratio. [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 932 double ratio = unselected \/ Tab::GetStandardSize().width(); local [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | 120 double ratio = fmod(animated_seconds, interval) / interval; local 121 return static_cast<int>(animation_width * ratio) - object_width; [all...] |