Searched refs:topValue (Results 1 – 3 of 3) sorted by relevance
2742 int topValue = 0; in calcAbsoluteVerticalValues() local2767 topValue = top.calcValue(containerHeight); in calcAbsoluteVerticalValues()2769 …const int availableSpace = containerHeight - (topValue + heightValue + bottom.calcValue(containerH… in calcAbsoluteVerticalValues()2826 topValue = availableSpace - (heightValue + bottom.calcValue(containerHeight)); in calcAbsoluteVerticalValues()2829 topValue = top.calcValue(containerHeight); in calcAbsoluteVerticalValues()2834 topValue = availableSpace - (heightValue + bottom.calcValue(containerHeight)); in calcAbsoluteVerticalValues()2837 topValue = top.calcValue(containerHeight); in calcAbsoluteVerticalValues()2838 heightValue = max(0, availableSpace - (topValue + bottom.calcValue(containerHeight))); in calcAbsoluteVerticalValues()2842 topValue = top.calcValue(containerHeight); in calcAbsoluteVerticalValues()2847 yPos = topValue + marginTopValue + containerBlock->borderTop(); in calcAbsoluteVerticalValues()[all …]
170 UInt topValue; in BitstreamPutGT16Bits() local173 topValue = (Value >> 16); in BitstreamPutGT16Bits()178 status = BitstreamPutBits(stream, topLength, topValue); in BitstreamPutGT16Bits()
54721 (WebCore::RenderBox::calcAbsoluteVerticalValues): Initialize topValue.