HomeSort by relevance Sort by last modified time
    Searched full:root_size (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 47 NSSize root_size = [[cocoa_root size] sizeValue];
48 int root_top = -static_cast<int>(root_position.y + root_size.height);
  /external/chromium_org/ash/wm/
session_state_animator.cc 35 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
38 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.width() + 0.5),
39 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.height() + 0.5));
47 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
49 transform.Translate(floor(0.5 * root_size.width() + 0.5),
50 floor(0.5 * root_size.height() + 0.5));
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]
quad_culler_unittest.cc 134 gfx::Size root_size = gfx::Size(300, 300); \
135 gfx::Rect root_rect = gfx::Rect(root_size); \
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 188 size_t j, size, root_size; local
196 root_size = sizeof(root_prefix)-1;
201 add_root = root_size;
211 for (j=0; j<root_size; j++)
215 for(j=root_size; j<size; j++) {
    [all...]

Completed in 231 milliseconds