Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/external/chromium_org/cc/resources/
Dtile_priority.h41 TileResolution resolution);
45 : resolution(NON_IDEAL_RESOLUTION), in TilePriority()
50 TilePriority(TileResolution resolution, in TilePriority()
53 : resolution(resolution), in TilePriority()
59 if (active.resolution == HIGH_RESOLUTION || in TilePriority()
60 pending.resolution == HIGH_RESOLUTION) in TilePriority()
61 resolution = HIGH_RESOLUTION; in TilePriority()
62 else if (active.resolution == LOW_RESOLUTION || in TilePriority()
63 pending.resolution == LOW_RESOLUTION) in TilePriority()
64 resolution = LOW_RESOLUTION; in TilePriority()
[all …]
Dprioritized_tile_set.cc24 if (ams.resolution != bms.resolution) in operator ()()
25 return ams.resolution < bms.resolution; in operator ()()
/external/chromium_org/ash/display/
Dresolution_notification_controller_unittest.cc121 gfx::Size resolution; in TEST_F() local
123 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); in TEST_F()
124 EXPECT_EQ("200x200", resolution.ToString()); in TEST_F()
132 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); in TEST_F()
151 gfx::Size resolution; in TEST_F() local
153 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); in TEST_F()
154 EXPECT_EQ("200x200", resolution.ToString()); in TEST_F()
162 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); in TEST_F()
163 EXPECT_EQ("200x200", resolution.ToString()); in TEST_F()
184 gfx::Size resolution; in TEST_F() local
[all …]
Ddisplay_change_observer_chromeos.cc60 const Resolution resolution(gfx::Size(mode_info.width, mode_info.height), in GetResolutionList() local
67 resolution_map.insert(std::make_pair(size, resolution)); in GetResolutionList()
68 else if (resolution_it->second.interlaced && !resolution.interlaced) in GetResolutionList()
69 resolution_it->second = resolution; in GetResolutionList()
108 gfx::Size resolution; in GetResolutionForDisplayId() local
110 GetSelectedResolutionForDisplayId(display_id, &resolution)) { in GetResolutionForDisplayId()
114 *width = resolution.width(); in GetResolutionForDisplayId()
115 *height = resolution.height(); in GetResolutionForDisplayId()
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
Dperformance_monitor_ui_util.cc43 const base::TimeDelta& resolution) { in AggregateMetrics() argument
64 resolution)); in AggregateMetrics()
76 const base::TimeDelta& resolution) { in AggregateInterval() argument
92 const base::TimeDelta& resolution) { in AggregateInterval() argument
101 (*metric)->time < window_start + resolution) { in AggregateInterval()
108 window_start + resolution, in AggregateInterval()
111 window_start += resolution; in AggregateInterval()
123 const base::TimeDelta& resolution) { in AggregateInterval() argument
129 int64 window_offset = ((*metric)->time - time_start) / resolution; in AggregateInterval()
130 base::Time window_start = time_start + (window_offset * resolution); in AggregateInterval()
[all …]
Dperformance_monitor_ui_util.h35 const base::TimeDelta& resolution);
52 const base::TimeDelta& resolution) = 0;
64 const base::TimeDelta& resolution) OVERRIDE;
75 const base::TimeDelta& resolution) OVERRIDE;
86 const base::TimeDelta& resolution) OVERRIDE;
117 const base::TimeDelta& resolution,
/external/chromium_org/remoting/host/
Dresizing_host_observer.cc67 const ScreenResolution& resolution() const { return resolution_; } in resolution() function in remoting::__anone965b2f90111::CandidateResolution
105 return resolution().dimensions().width() > in IsBetterThan()
106 other.resolution().dimensions().width(); in IsBetterThan()
131 const ScreenResolution& resolution) { in SetScreenResolution() argument
136 if (resolution.IsEmpty()) in SetScreenResolution()
151 weak_factory_.GetWeakPtr(), resolution)); in SetScreenResolution()
158 desktop_resizer_->GetSupportedResolutions(resolution); in SetScreenResolution()
161 CandidateResolution best_candidate(resolutions.front(), resolution); in SetScreenResolution()
164 CandidateResolution candidate(*i, resolution); in SetScreenResolution()
171 if (!best_candidate.resolution().Equals(current_resolution)) in SetScreenResolution()
[all …]
Ddesktop_resizer_linux.cc133 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
228 void DesktopResizerLinux::SetResolution(const ScreenResolution& resolution) { in SetResolution() argument
256 HOST_LOG << "Changing desktop size to " << resolution.dimensions().width() in SetResolution()
257 << "x" << resolution.dimensions().height(); in SetResolution()
260 int width_mm = PixelsToMillimeters(resolution.dimensions().width(), in SetResolution()
262 int height_mm = PixelsToMillimeters(resolution.dimensions().height(), in SetResolution()
264 CreateMode(kTempModeName, resolution.dimensions().width(), in SetResolution()
265 resolution.dimensions().height()); in SetResolution()
267 XRRSetScreenSize(display_, root_, resolution.dimensions().width(), in SetResolution()
268 resolution.dimensions().height(), width_mm, height_mm); in SetResolution()
[all …]
Ddesktop_resizer_mac.cc30 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
66 void DesktopResizerMac::SetResolution(const ScreenResolution& resolution) { in SetResolution() argument
81 if (i->Equals(resolution)) { in SetResolution()
108 << resolution.dimensions().width() << "x" in SetResolution()
109 << "x" << resolution.dimensions().height() << "x" in SetResolution()
111 << resolution.dpi().x() << "x" << resolution.dpi().y() << " dpi)"; in SetResolution()
142 ScreenResolution resolution( in GetSupportedModesAndResolutions() local
146 resolutions->push_back(resolution); in GetSupportedModesAndResolutions()
Dscreen_resolution_unittest.cc29 ScreenResolution resolution( in TEST() local
33 resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(5, 5)))); in TEST()
36 resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(20, 20)))); in TEST()
40 ScreenResolution resolution( in TEST() local
45 resolution.ScaleDimensionsToDpi( in TEST()
Ddaemon_process_unittest.cc46 const ScreenResolution& resolution) OVERRIDE {} in SetScreenResolution() argument
62 const ScreenResolution& resolution,
101 const ScreenResolution& resolution, in DoCreateDesktopSession() argument
233 ScreenResolution resolution; in TEST_F() local
236 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); in TEST_F()
254 ScreenResolution resolution; in TEST_F() local
257 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); in TEST_F()
278 ScreenResolution resolution; in TEST_F() local
281 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); in TEST_F()
330 ScreenResolution resolution; in TEST_F() local
[all …]
Ddaemon_process.cc36 std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) { in operator <<() argument
37 return os << resolution.dimensions().width() << "x" in operator <<()
38 << resolution.dimensions().height() << " at " in operator <<()
39 << resolution.dpi().x() << "x" << resolution.dpi().y() << " DPI"; in operator <<()
185 const ScreenResolution& resolution, in CreateDesktopSession() argument
203 terminal_id, resolution, virtual_terminal); in CreateDesktopSession()
216 const ScreenResolution& resolution) { in SetScreenResolution() argument
229 if (resolution.IsEmpty()) { in SetScreenResolution()
230 LOG(ERROR) << "Invalid resolution specified: " << resolution; in SetScreenResolution()
248 (*i)->SetScreenResolution(resolution); in SetScreenResolution()
Dresizing_host_observer_unittest.cc20 std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) { in operator <<() argument
21 return os << resolution.dimensions().width() << "x" in operator <<()
22 << resolution.dimensions().height() << " @ " in operator <<()
23 << resolution.dpi().x() << "x" << resolution.dpi().y(); in operator <<()
70 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE { in SetResolution() argument
71 current_resolution_ = resolution; in SetResolution()
74 virtual void RestoreResolution(const ScreenResolution& resolution) OVERRIDE { in RestoreResolution() argument
75 current_resolution_ = resolution; in RestoreResolution()
Dclient_session.cc102 const protocol::ClientResolution& resolution) { in NotifyClientResolution() argument
106 if (!resolution.has_dips_width() || !resolution.has_dips_height() || in NotifyClientResolution()
107 resolution.dips_width() < 0 || resolution.dips_height() < 0 || in NotifyClientResolution()
108 resolution.width() <= 0 || resolution.height() <= 0) { in NotifyClientResolution()
114 << resolution.dips_width() << ", dips_height=" in NotifyClientResolution()
115 << resolution.dips_height() << ")"; in NotifyClientResolution()
121 webrtc::DesktopSize(resolution.dips_width(), resolution.dips_height()), in NotifyClientResolution()
Ddesktop_session_win.cc99 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
126 bool Initialize(const ScreenResolution& resolution);
134 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
193 void ConsoleSession::SetScreenResolution(const ScreenResolution& resolution) { in SetScreenResolution() argument
222 bool RdpSession::Initialize(const ScreenResolution& resolution) { in Initialize() argument
234 ScreenResolution local_resolution = resolution; in Initialize()
286 void RdpSession::SetScreenResolution(const ScreenResolution& resolution) { in SetScreenResolution() argument
373 const ScreenResolution& resolution) { in CreateForConsole() argument
387 const ScreenResolution& resolution) { in CreateForVirtualTerminal() argument
391 if (!session->Initialize(resolution)) in CreateForVirtualTerminal()
/external/chromium_org/sync/protocol/
Dfavicon_image_specifics.proto29 // their scale. If multiple favicons are appropriate, the highest resolution
32 // A normal low-resolution web favicon (max resolution 16x16).
34 // A slightly higher-resolution web favicon (max resolution 32x32).
36 // A high-resolution touch favicon (not precomposed, max resolution 64x64).
38 // A high-resolution touch favicon (precomposed, max resolution 64x64).
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dencode_decode_uri.js27 var resolution = 251; // set to 1 for 100% coverage variable
79 for (var charcode = 1; charcode < 0xD7FF; charcode += resolution)
82 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
85 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution)
88 for (var charcode = 0xD801; charcode < 0xDBFF; charcode += resolution)
91 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution)
94 for (var charcode = 1; charcode < 0xDBFF; charcode += resolution)
97 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java84 public void addResolution(Resolution resolution) { in addResolution() argument
89 mResolutions.add(resolution); in addResolution()
104 for (Resolution resolution : resolutions) { in resolveResolutions()
106 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName, in resolveResolutions()
107 resolution.getInfoBuilder()); in resolveResolutions()
111 mResolutions.add(resolution); in resolveResolutions()
113 } else if ("annotationTypeName".equals(resolution.getVariable())) { in resolveResolutions()
DAnnotationValueInfo.java90 public void addResolution(Resolution resolution) { in addResolution() argument
95 mResolutions.add(resolution); in addResolution()
110 for (Resolution resolution : resolutions) { in resolveResolutions()
113 resolution.getInfoBuilder()); in resolveResolutions()
117 mResolutions.add(resolution); in resolveResolutions()
119 } else if ("element".equals(resolution.getVariable())) { in resolveResolutions()
122 if (resolution.getValue().equals(m.name()) || in resolveResolutions()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/META-INF/
DMANIFEST.MF13 org.apache.derby;resolution:=optional,
14 Cloudscape;resolution:=optional,
15 org.eclipse.test.performance.derby;bundle-version="10.4.2";resolution:=optional,
17 org.eclipse.ui.views;bundle-version="3.4.0";resolution:=optional,
19 org.eclipse.ui;bundle-version="3.5.0";resolution:=optional,
20 org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional,
/external/chromium_org/chrome/browser/resources/performance_monitor/
Dchart.js568 var resolution = TimeResolutions_[key];
569 this.timeResolutionRadioMap_[resolution.id] = { 'option': resolution };
570 resolution.name = loadTimeData.getString(resolution.i18nKey);
614 this.range_.resolution.timeSpan) / 2);
917 var tolerance = this.range_.resolution.pointResolution;
959 setTimeRange: function(resolution, end, autoRefresh) { argument
963 (this.range_.resolution != resolution || !autoRefresh)) {
971 intervalMultiple_ * resolution.pointResolution);
974 this.range_.resolution = resolution;
975 this.range_.end = Math.floor(end / resolution.pointResolution) *
[all …]
/external/chromium_org/printing/
Dprint_settings_initializer_mac.cc32 PMResolution resolution; in InitPrintSettings() local
33 PMPrinterGetIndexedPrinterResolution(printer, i, &resolution); in InitPrintSettings()
34 if (resolution.hRes > best_resolution.hRes) in InitPrintSettings()
35 best_resolution = resolution; in InitPrintSettings()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Ddisplay_options.js169 var resolution = display.resolutions[ev.target.value];
170 if (resolution.scale) {
171 chrome.send('setUIScale', [display.id, resolution.scale]);
174 [display.id, resolution.width, resolution.height]);
554 var resolution = $('display-options-resolution-selection');
558 resolution.appendChild(option);
559 resolution.disabled = true;
574 var resolution = $('display-options-resolution-selection');
575 resolution.appendChild(document.createElement('option'));
576 resolution.disabled = true;
[all …]
/external/chromium_org/cc/test/
Dfake_picture_layer_impl.cc51 if (tiling->resolution() == HIGH_RESOLUTION) { in HighResTiling()
64 if (tiling->resolution() == LOW_RESOLUTION) { in LowResTiling()
84 priority.resolution = HIGH_RESOLUTION; in SetAllTilesVisible()
117 DCHECK_EQ(tilings()->tiling_at(0)->resolution(), HIGH_RESOLUTION); in CreateDefaultTilingsAndTiles()
118 DCHECK_EQ(tilings()->tiling_at(1)->resolution(), LOW_RESOLUTION); in CreateDefaultTilingsAndTiles()
/external/chromium_org/ui/gfx/
Dpango_util.cc128 static double resolution; in GetPangoResolution() local
133 resolution = pango_cairo_context_get_resolution(default_context); in GetPangoResolution()
136 return resolution; in GetPangoResolution()
205 double resolution = GetPangoResolution(); in SetupPangoLayoutWithoutFont() local
206 if (resolution > 0) { in SetupPangoLayoutWithoutFont()
208 resolution); in SetupPangoLayoutWithoutFont()

12345678910>>...13