Searched defs:alignment (Results 1 – 4 of 4) sorted by relevance
43 …private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOExcep… in copyFileAndAlignment()75 int alignment = getStoredEntryDataAlignment(name, defaultAlignment); in copyFiles() local131 int alignment = Integer.parseInt(args[2]); in main() local
43 …private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOExcep… in copyFileAndAlignment()75 int alignment = getStoredEntryDataAlignment(name, defaultAlignment); in copyFiles() local130 int alignment = Integer.parseInt(args[2]); in main() local
278 alignment: DialogAlignment.Bottom, property
185 static uint64_t AlignTo(uint64_t base, uint64_t alignment) in AlignTo()