OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overscan_insets_in_dip_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
display_info.cc
142
overscan_insets_in_dip_
(0, 0, 0, 0),
156
overscan_insets_in_dip_
(0, 0, 0, 0),
176
// Copy
overscan_insets_in_dip_
if it's not empty. This is for test
180
if (!native_info.
overscan_insets_in_dip_
.empty())
181
overscan_insets_in_dip_
= native_info.
overscan_insets_in_dip_
;
209
if (!
overscan_insets_in_dip_
.empty()) {
211
overscan_insets_in_dip_
.Scale(device_scale_factor_);
214
overscan_insets_in_dip_
.Set(0, 0, 0, 0);
226
overscan_insets_in_dip_
= insets_in_dip
[
all
...]
display_info.h
112
return
overscan_insets_in_dip_
;
178
gfx::Insets
overscan_insets_in_dip_
;
member in class:ash::internal::DisplayInfo
Completed in 40 milliseconds