Searched refs:ALIGN (Results 1 – 2 of 2) sorted by relevance
52 private static final Alignment ALIGN = Alignment.ALIGN_NORMAL; field in StaticLayoutLineBreakingTest82 .setAlignment(ALIGN) in getStaticLayout()154 .setAlignment(ALIGN) in layoutMaxLines()
40 #define ALIGN(_sz, _align) ((_sz + (_align - 1)) & ~(_align - 1)) macro354 auto alignedSize = ALIGN(size, getpagesize()); in decodeNFrames()