Home
last modified time | relevance | path

Searched refs:UI_ALIGN_UP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp128 width = UI_ALIGN_UP(width); in SetImageInfo()
162 width = UI_ALIGN_UP(width); in FillQrCodeColor()
186 width = UI_ALIGN_UP(width); in FillQrCodeBackgroundColor()
210 width = UI_ALIGN_UP(width); in GetDestData()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcommon_macros.h38 #define UI_ALIGN_UP(size) ALIGN_UP((size), ALIGNMENT_BYTES) macro
43 #define UI_ALIGN_UP(size) ALIGN_UP((size), 4U) macro
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp70 minSize_ = UI_ALIGN_UP(size); in SetMinChunkSize()
81 size = UI_ALIGN_UP(size); in Allocate()