HomeSort by relevance Sort by last modified time
    Searched full:devicepixelratio (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ViewportTest.java 61 // window.devicePixelRatio should match the default display. Only check to 1 decimal place
64 String.format("%.1g", evaluateFloatValue("window.devicePixelRatio")));
  /external/chromium-trace/trace-viewer/src/ui/
quad_view_viewport.js 26 this.devicePixelRatio =
27 opt_devicePixelRatio || window.devicePixelRatio || 1;
37 if (this.devicePixelRatio > 1)
38 scale = scale * this.devicePixelRatio;
92 return vec2.scale(res, v, this.devicePixelRatio);
138 this.worldPixelsPerDevicePixel_ / this.devicePixelRatio;
rect_view.js 42 var devicePixelsPerLayoutPixel = 1 / this.viewport_.devicePixelRatio;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PaintProfilerView.js 50 this._innerBarWidth = 4 * window.devicePixelRatio;
51 this._minBarHeight = 4 * window.devicePixelRatio;
52 this._barPaddingWidth = 2 * window.devicePixelRatio;
66 this._canvas.width = this.element.clientWidth * window.devicePixelRatio;
67 this._canvas.height = this.element.clientHeight * window.devicePixelRatio;
93 const paddingHeight = 4 * window.devicePixelRatio;
TimelineFrameOverview.js 42 this._outerPadding = 4 * window.devicePixelRatio;
43 this._maxInnerBarWidth = 10 * window.devicePixelRatio;
44 this._topPadding = 6 * window.devicePixelRatio;
47 this._actualPadding = 5 * window.devicePixelRatio;
77 const minBarWidth = 4 * window.devicePixelRatio;
220 const maxPadding = 5 * window.devicePixelRatio;
249 this._context.font = (10 * window.devicePixelRatio) + "px " + window.getComputedStyle(this.element, null).getPropertyValue("font-family");
253 const labelPadding = 4 * window.devicePixelRatio;
254 const baselineHeight = 3 * window.devicePixelRatio;
255 var lineHeight = 12 * window.devicePixelRatio;
    [all...]
TimelineOverviewPane.js 357 this._canvas.width = this.element.clientWidth * window.devicePixelRatio;
358 this._canvas.height = this.element.clientHeight * window.devicePixelRatio;
FlameChart.js 438 var ratio = window.devicePixelRatio;
481 var ratio = window.devicePixelRatio;
663 var cursorLevel = Math.floor((this._canvas.height / window.devicePixelRatio - y) / this._barHeight);
689 var ratio = window.devicePixelRatio;
TimelineEventOverview.js 121 const stripPadding = 4 * window.devicePixelRatio;
  /external/chromium_org/chrome/browser/net/
client_hints.h 26 // window.devicePixelRatio in Javascript.
  /external/chromium_org/content/test/gpu/gpu_tests/
maps.py 46 dpr = tab.EvaluateJavaScript('window.devicePixelRatio')
88 def CompareToExpectations(screenshot, expectations, devicePixelRatio):
91 x = location[0] * devicePixelRatio
92 y = location[1] * devicePixelRatio
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
drawing_container.js 75 var pixelRatio = window.devicePixelRatio || 1;
102 var pixelRatio = window.devicePixelRatio || 1;
track.js 94 var pixelRatio = window.devicePixelRatio || 1;
117 var pixelRatio = window.devicePixelRatio || 1;
138 var pixelRatio = window.devicePixelRatio || 1;
object_instance_track.js 67 return 7 * (window.devicePixelRatio || 1);
80 var pixelRatio = window.devicePixelRatio || 1;
ruler_track.js 64 var pixelRatio = window.devicePixelRatio || 1;
146 var pixelRatio = window.devicePixelRatio || 1;
211 var pixelRatio = window.devicePixelRatio || 1;
counter_track_test.js 48 var pixelRatio = window.devicePixelRatio || 1;
counter_track.js 80 var pixelRatio = window.devicePixelRatio || 1;
slice_track_test.js 138 var pixelRatio = window.devicePixelRatio || 1;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaFeatureNames.h 41 macro(devicePixelRatio, "-webkit-device-pixel-ratio") \
  /external/chromium_org/tools/telemetry/telemetry/core/
tab_unittest.py 67 pixel_ratio = self._tab.EvaluateJavaScript('window.devicePixelRatio || 1')
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.js 86 var pixelRatio = window.devicePixelRatio || 1;
  /external/chromium_org/remoting/webapp/
client_session.js 670 window.devicePixelRatio);
857 window.devicePixelRatio);
917 window.devicePixelRatio);
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 272 window.devicePixelRatio + 'x';
422 var scale = window.devicePixelRatio;
465 '?scale=' + window.devicePixelRatio + 'x');
601 'chrome://theme/IDR_WARNING?scale=' + window.devicePixelRatio + 'x');
606 window.devicePixelRatio + 'x');
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
viewport.js 298 Viewport.getDevicePixelRatio = function() { return window.devicePixelRatio };
303 * This conversion enlarges the original rectangle devicePixelRatio times
  /external/chromium_org/ui/webui/resources/js/
util.js 53 supportedScaleFactors.push(window.devicePixelRatio);
310 window.devicePixelRatio + 'x/' + url;
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 112 window.devicePixelRatio + "x/" +

Completed in 794 milliseconds

1 2 3