HomeSort by relevance Sort by last modified time
    Searched refs:new_min (Results 1 - 7 of 7) sorted by null

  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 161 int old_min, int old_max, int new_min, int new_max) {
163 SkASSERT(new_min < new_max);
164 return new_min + SkMulDiv(value - old_min,
165 new_max - new_min, old_max - old_min);
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
util.py 217 def ScaleData(data, old_min, old_max, new_min, new_max):
219 new_min-new_max.
229 scale = (new_max - new_min) / float(old_max - old_min)
230 translate = new_min - scale * old_min
base_encoder_test.py 444 def FakeScale(self, data, old_min, old_max, new_min, new_max):
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 260 SkFixed new_min, SkFixed new_max)
263 SkASSERT(new_min <= new_max);
264 return new_min + SkMulDiv(value - old_min, new_max - new_min, old_max - old_min);
    [all...]
  /external/v8/src/compiler/
typer.cc 1348 double new_min = current_min; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 154 milliseconds