Searched refs:intMod (Results 1 – 4 of 4) sorted by relevance
199 remainingHeight = intMod(remainingHeight, pageLogicalHeight); in pageRemainingLogicalHeightForOffset()
4068 LayoutUnit remainingHeight = pageLogicalHeight - intMod(offset, pageLogicalHeight); in pageRemainingLogicalHeightForOffset()4072 remainingHeight = intMod(remainingHeight, pageLogicalHeight); in pageRemainingLogicalHeightForOffset()
767 LayoutUnit spaceShortageInLastColumn = intMod(spaceShortage, pageLogicalHeight); in adjustBlockChildForPagination()
642 inline LayoutUnit intMod(const LayoutUnit& a, const LayoutUnit& b) in intMod() function