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

  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 60 gfx::Size rounded_size = gfx::ToCeiledSize(pixel_size); variable
63 child->SetBounds(0, 0, rounded_size.width(), rounded_size.height());
  /external/chromium_org/base/memory/
shared_memory_win.cc 120 size_t rounded_size = (options.size + kSectionMask) & ~kSectionMask;
146 PAGE_READWRITE, 0, static_cast<DWORD>(rounded_size), name_.c_str());
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 303 uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); local
304 uptr needed_size = rounded_size + rz_size;

Completed in 469 milliseconds