Home
last modified time | relevance | path

Searched defs:kAddressAlign (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkBlockAllocator.h426 static constexpr size_t kAddressAlign = 8; variable
430 static constexpr size_t kAddressAlign = alignof(std::max_align_t); variable
/aosp_15_r20/external/skia/tests/
H A DSkTBlockListTest.cpp62 static constexpr size_t kAddressAlign = SkBlockAllocator::kAddressAlign; member in TBlockListTestAccess