Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/
Dlayout.cc72 float smallest_diff = std::numeric_limits<float>::max(); in GetSupportedScaleFactor() local
76 if (diff < smallest_diff) { in GetSupportedScaleFactor()
78 smallest_diff = diff; in GetSupportedScaleFactor()
/external/chromium_org/ui/gfx/image/
Dimage_skia_util_mac.mm24 float smallest_diff = std::numeric_limits<float>::max();
29 if (diff < smallest_diff) {
30 smallest_diff = diff;
Dimage_ios.mm82 float smallest_diff = std::numeric_limits<float>::max();
87 if (diff < smallest_diff) {
88 smallest_diff = diff;
Dimage_skia.cc153 float smallest_diff = std::numeric_limits<float>::max(); in FindRepresentation() local
166 if (diff < smallest_diff && !it->is_null()) { in FindRepresentation()
168 smallest_diff = diff; in FindRepresentation()
/external/chromium_org/ui/base/resource/
Dresource_bundle.cc100 float smallest_diff = std::numeric_limits<float>::max(); in FindClosestScaleFactorUnsafe() local
105 if (diff < smallest_diff) { in FindClosestScaleFactorUnsafe()
107 smallest_diff = diff; in FindClosestScaleFactorUnsafe()