Home
last modified time | relevance | path

Searched defs:dpi_scale (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/l10n/
Dl10n_util_win.cc27 double dpi_scale, in AdjustLogFont()
157 double dpi_scale = gfx::GetDPIScale(); in AdjustUIFont() local
165 void AdjustUIFontForDIP(float dpi_scale, LOGFONT* logfont) { in AdjustUIFontForDIP()
180 double dpi_scale = 1; in AdjustUIFontForWindow() local
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h317 float dpi_scale() const { return dpi_scale_; } in dpi_scale() function
Dpopup_touch_handle_drawable.cc13 float dpi_scale) in PopupTouchHandleDrawable()
Dcomposited_touch_handle_drawable.cc83 float dpi_scale, in CompositedTouchHandleDrawable()
/external/chromium_org/ui/gfx/win/
Ddpi.cc139 float dpi_scale = GetUnforcedDeviceScaleFactor(); in GetDPIScale() local