Home
last modified time | relevance | path

Searched refs:topValue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBox.cpp2742 int topValue = 0; in calcAbsoluteVerticalValues() local
2767 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 …]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dbitstream_io.cpp170 UInt topValue; in BitstreamPutGT16Bits() local
173 topValue = (Value >> 16); in BitstreamPutGT16Bits()
178 status = BitstreamPutBits(stream, topLength, topValue); in BitstreamPutGT16Bits()
/external/webkit/WebCore/
DChangeLog-2006-12-3154721 (WebCore::RenderBox::calcAbsoluteVerticalValues): Initialize topValue.