OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dpi_scale
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/android/
content_view_core_impl.h
317
float
dpi_scale
() const { return dpi_scale_; }
function in class:content::ContentViewCoreImpl
/external/chromium_org/ui/base/l10n/
l10n_util_win.cc
27
double
dpi_scale
,
33
// Views/Aura. Call with
dpi_scale
=1 to keep the size in pixels.
34
font_size_scaler /=
dpi_scale
;
157
double
dpi_scale
= gfx::GetDPIScale();
local
160
dpi_scale
= 1.0;
162
AdjustUIFontForDIP(
dpi_scale
, logfont);
165
void AdjustUIFontForDIP(float
dpi_scale
, LOGFONT* logfont) {
169
dpi_scale
!= 1) {
170
AdjustLogFont(ui_font_family, ui_font_size_scaler,
dpi_scale
, logfont);
180
double
dpi_scale
= 1
local
[
all
...]
/external/chromium_org/ui/gfx/win/
dpi.cc
139
float
dpi_scale
= GetUnforcedDeviceScaleFactor();
local
140
if (
dpi_scale
<= 1.25) {
143
dpi_scale
= 1.0;
145
return
dpi_scale
;
Completed in 60 milliseconds