Searched refs:root_size (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h34 __le32 root_size; member in struct:adfs_discrecord
/external/chromium_org/ash/wm/
H A Dsession_state_animator_impl.cc42 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
45 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.width() + 0.5),
46 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.height() + 0.5));
54 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
57 transform.Translate(floor(0.5 * root_size.width() + 0.5),
58 floor(0.5 * root_size.height() + 0.5));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc5105 gfx::Size root_size(100, 100);
5106 root->SetBounds(root_size);
5107 root->SetContentBounds(root_size);
5132 host_impl_->SetViewportSize(root_size);
5159 gfx::ToFlooredSize(gfx::ScaleSize(root_size, device_scale_factor));
5234 gfx::Size root_size(100, 100);
5235 root->SetBounds(root_size);
5236 root->SetContentBounds(root_size);
5253 host_impl_->SetViewportSize(root_size);
5279 gfx::ToFlooredSize(gfx::ScaleSize(root_size, device_scale_facto
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c188 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++) {

Completed in 1638 milliseconds