Searched refs:oldWidth (Results 1 – 8 of 8) sorted by relevance
171 float oldWidth = width; in advance() local190 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width)); in advance()192 lastRoundingWidth = width - oldWidth; in advance()
67 int oldWidth = width(); in layout() local70 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
224 int oldWidth = width(); in layout() local229 if (oldWidth != width() || oldHeight != height()) in layout()
292 int oldWidth = width(); in tryLayoutDoingPositionedMovementOnly() local295 if (oldWidth != width()) in tryLayoutDoingPositionedMovementOnly()
300 int oldWidth = cell->width(); in setCellWidths() local302 if (w != oldWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) { in setCellWidths()304 if (w != oldWidth) { in setCellWidths()316 if (w != oldWidth) in setCellWidths()
217 int oldWidth = width(); in layout() local220 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
301 int oldWidth = width(); in layout() local323 if (m_caption && width() != oldWidth) in layout()
628 int oldWidth = width(); in layoutBlock() local641 if (oldWidth != width() || oldColumnWidth != desiredColumnWidth()) in layoutBlock()4656 int oldWidth = w; in borderFitAdjust() local4667 if (right < oldWidth) in borderFitAdjust()4668 w -= (oldWidth - right); in borderFitAdjust()