Home
last modified time | relevance | path

Searched refs:widthOf (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A DLogPlot.h116 inline int widthOf(int x) { in widthOf() function
134 return std::max(std::max(widthOf(static_cast<int>(number)) + 3, 2), leftPadding + 1); in numberWidth()
158 const int leftPadding = widthOf(1 << height);
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java828 private int widthOf(Box b) { in widthOf() method in PositionController
898 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 …]