Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.cpp19 , fBlockIncrement(SkTo<uint16_t>(SkAlignTo(blockIncrementBytes, kAddressAlign) in SkBlockAllocator()
20 / kAddressAlign)) in SkBlockAllocator()
208 int mask = size > (1 << 15) ? ((1 << 12) - 1) : (kAddressAlign - 1); in addBlock()
238 int sizeIncrement = fBlockIncrement * kAddressAlign; in addBlock()
DSkBlockAllocator.h425 inline static constexpr size_t kAddressAlign = 8; variable
429 inline static constexpr size_t kAddressAlign = alignof(std::max_align_t); variable
472 alignas(kAddressAlign) Block fHead;
613 if /* constexpr */ (Align <= kAddressAlign) { in owningBlock()
632 if /* constexpr */ (Align <= kAddressAlign) { in alignedOffset()