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

  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 37 const int orig_height = orig_bitmap.height(); local
41 if (orig_width > new_width || orig_height > new_height) {
42 gfx::Rect wallpaper_rect(0, 0, orig_width, orig_height);
44 std::min(new_height, orig_height));
62 if (orig_width > new_width && orig_height > new_height) {
68 static_cast<double>(orig_height);
73 orig_height);
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 82 unsigned int orig_height = height; local
94 if (height < orig_height)
  /external/e2fsprogs/lib/ext2fs/
extent.c 711 int orig_height; local
738 orig_height = info.max_depth - info.curr_level;
758 retval = ext2fs_extent_goto2(handle, orig_height, start);
828 int orig_height; local
858 orig_height = info.max_depth - info.curr_level;
881 retval = ext2fs_extent_goto2(handle, orig_height, orig_lblk);
1029 retval = ext2fs_extent_goto2(handle, orig_height, orig_lblk);
1150 int orig_height; local
1208 orig_height = info.max_depth - info.curr_level;
    [all...]

Completed in 91 milliseconds