Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcommon_macros.h40 #define UI_ADDR_ALIGN(ptr, sz) ADDR_ALIGN(ptr, sz, ALIGNMENT_BYTES) macro
45 #define UI_ADDR_ALIGN(ptr, sz) macro
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp43 UI_ADDR_ALIGN(ram, size); in SetRamAddr()