Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DWidthIterator.cpp171 float oldWidth = width; in advance() local
190 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width)); in advance()
192 lastRoundingWidth = width - oldWidth; in advance()
/external/webkit/WebCore/rendering/
DRenderTextControlMultiLine.cpp67 int oldWidth = width(); in layout() local
70 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
DRenderSlider.cpp224 int oldWidth = width(); in layout() local
229 if (oldWidth != width() || oldHeight != height()) in layout()
DRenderBox.h292 int oldWidth = width(); in tryLayoutDoingPositionedMovementOnly() local
295 if (oldWidth != width()) in tryLayoutDoingPositionedMovementOnly()
DRenderTableSection.cpp300 int oldWidth = cell->width(); in setCellWidths() local
302 if (w != oldWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) { in setCellWidths()
304 if (w != oldWidth) { in setCellWidths()
316 if (w != oldWidth) in setCellWidths()
DRenderTextControlSingleLine.cpp217 int oldWidth = width(); in layout() local
220 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
DRenderTable.cpp301 int oldWidth = width(); in layout() local
323 if (m_caption && width() != oldWidth) in layout()
DRenderBlock.cpp628 int oldWidth = width(); in layoutBlock() local
641 if (oldWidth != width() || oldColumnWidth != desiredColumnWidth()) in layoutBlock()
4656 int oldWidth = w; in borderFitAdjust() local
4667 if (right < oldWidth) in borderFitAdjust()
4668 w -= (oldWidth - right); in borderFitAdjust()