Home
last modified time | relevance | path

Searched refs:targetDPI (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPageScaleConstraintsSet.cpp114 float targetDPI = -1.0f; in computeDeprecatedTargetDensityDPIFactor() local
116 targetDPI = 120.0f; in computeDeprecatedTargetDensityDPIFactor()
118 targetDPI = 160.0f; in computeDeprecatedTargetDensityDPIFactor()
120 targetDPI = 240.0f; in computeDeprecatedTargetDensityDPIFactor()
122 targetDPI = description.deprecatedTargetDensityDPI; in computeDeprecatedTargetDensityDPIFactor()
123 return targetDPI > 0 ? 160.0f / targetDPI : 1.0f; in computeDeprecatedTargetDensityDPIFactor()