OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dpi_scale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/child/
fling_animator_impl_android.cc
108
float
dpi_scale
= gfx::Screen::GetNativeScreen()->GetPrimaryDisplay()
local
110
blink::WebFloatSize scroll_amount(diff.x() /
dpi_scale
,
111
diff.y() /
dpi_scale
);
130
blink::WebFloatSize fling_velocity(current_velocity.x() /
dpi_scale
,
131
current_velocity.y() /
dpi_scale
);
/external/chromium_org/ui/base/l10n/
l10n_util_win.cc
25
double
dpi_scale
,
31
// Views/Aura. Call with
dpi_scale
=1 to keep the size in pixels.
32
font_size_scaler /=
dpi_scale
;
155
double
dpi_scale
= gfx::GetDPIScale();
local
158
dpi_scale
= 1.0;
160
AdjustUIFontForDIP(
dpi_scale
, logfont);
163
void AdjustUIFontForDIP(float
dpi_scale
, LOGFONT* logfont) {
167
dpi_scale
!= 1) {
168
AdjustLogFont(ui_font_family, ui_font_size_scaler,
dpi_scale
, logfont);
178
double
dpi_scale
= 1
local
[
all
...]
Completed in 80 milliseconds