AddSizesInt32
static int32 AddSizesInt32(int32 a, int32 b);
static int32 AddSizesInt32(int32 a, int32 b, int32 c);
return AddSizesInt32(AddSizesInt32(a, b), c);
fMax = BLayoutUtils::AddSizesInt32(fMax, info.max);
fPreferred = BLayoutUtils::AddSizesInt32(fPreferred, info.preferred);
fMinWidth = BLayoutUtils::AddSizesInt32(fMinWidth,
fMaxWidth = BLayoutUtils::AddSizesInt32(fMaxWidth,
fPreferredWidth = BLayoutUtils::AddSizesInt32(fPreferredWidth,
fMinHeight = BLayoutUtils::AddSizesInt32(fMinHeight,
fMaxHeight = BLayoutUtils::AddSizesInt32(fMaxHeight,
fPreferredHeight = BLayoutUtils::AddSizesInt32(fPreferredHeight,