Searched refs:isRightmostCell (Results 1 – 2 of 2) sorted by relevance
909 const bool isRightmostCell = i == 2 || i == 5; in iterate() local911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
1013 const bool isRightmostCell = i == 2 || i == 5; in iterate() local1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()