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

  /external/chromium_org/third_party/skia/src/core/
SkSmallAllocator.h 25 * kTotalBytes is the total number of bytes provided for storage for all
31 template<uint32_t kMaxObjects, size_t kTotalBytes>
122 const size_t storageRemaining = SkAlign4(kTotalBytes) - fStorageUsed;
171 uint32_t fStorage[SkAlign4(kTotalBytes) >> 2];
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 931 const size_t kTotalBytes =
933 HANDLE hdata = GlobalAlloc(GMEM_MOVEABLE, kTotalBytes);
    [all...]

Completed in 249 milliseconds