Searched defs:rounded_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc60 gfx::Size rounded_size = gfx::ToCeiledSize(pixel_size); variable
63 child->SetBounds(0, 0, rounded_size.width(), rounded_size.height());
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc303 uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); local
304 uptr needed_size = rounded_size + rz_size;

Completed in 2707 milliseconds