Searched refs:widthOf (Results 1 – 2 of 2) sorted by relevance
116 inline int widthOf(int x) { in widthOf() function134 return std::max(std::max(widthOf(static_cast<int>(number)) + 3, 2), leftPadding + 1); in numberWidth()158 const int leftPadding = widthOf(1 << height);
828 private int widthOf(Box b) { in widthOf() method in PositionController898 int w = widthOf(b); in convertBoxToRect()1100 int wa = widthOf(a); in moveBox()1101 int wb = widthOf(b); in moveBox()1116 int wa = widthOf(a); in moveBox()1117 int wb = widthOf(b); in moveBox()1137 int wa = widthOf(a); in moveBox()1138 int wb = widthOf(b); in moveBox()1152 int wa = widthOf(a); in moveBox()1153 int wb = widthOf(b); in moveBox()[all …]