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

  /external/clang/test/SemaCXX/
for-range-examples.cpp 57 namespace map_range { namespace
132 map_range::vector<char> chars;
141 typedef map_range::tuple<int, double> T;
142 map_range::vector<T> pairs;
146 for (auto a : map(map_range::mem_fun(&T::get<int>), pairs)) {
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 129 static int map_range(int value, function
141 // SkDebugf("old weight %d new weight %d\n", weight, map_range(weight, 0, 80, 0, 400));
144 weight = map_range(weight, 0, 80, 0, 400);
145 width = map_range(width, 0, 200, 0, 9);
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 129 static int map_range(int value, function
141 // SkDebugf("old weight %d new weight %d\n", weight, map_range(weight, 0, 80, 0, 400));
144 weight = map_range(weight, 0, 80, 0, 400);
145 width = map_range(width, 0, 200, 0, 9);

Completed in 56 milliseconds