Home
last modified time | relevance | path

Searched refs:RAM_ALIGN (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dfont_ram_allocator.cpp95 return (((addr + (1 << RAM_ALIGN)) >> RAM_ALIGN) << RAM_ALIGN); in AlignUp()
100 return ((addr % (1 << RAM_ALIGN)) == 0); in IsAligned()
H A Dfont_ram_allocator.h26 static constexpr uint8_t RAM_ALIGN = 2; // align up to 4 byte, power of 2 member in OHOS::FontRamAllocator

Completed in 1 milliseconds