Searched refs:oldWidth (Results 1 – 7 of 7) sorted by relevance
193 int oldWidth = oldWidthObject.intValue(); in setBounds() local195 if (oldWidth == newWidth && oldHeight == newHeight) { in setBounds()
301 int oldWidth = width(); in clipBitmap() local303 int copyWidth = std::min<int>(rect.width(), oldWidth - rect.x()); in clipBitmap()326 int oldWidth = width(); in clipBitmap() local328 int copyWidth = std::min<int>(rect.width(), oldWidth - rect.x()); in clipBitmap()
355 int oldWidth = width(); in tryLayoutDoingPositionedMovementOnly() local358 if (oldWidth != width()) in tryLayoutDoingPositionedMovementOnly()
255 int oldWidth = width(); in layout() local258 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
1198 int oldWidth = logicalWidth(); in layoutBlock() local1206 if (oldWidth != logicalWidth() || oldColumnWidth != desiredColumnWidth()) in layoutBlock()5675 int oldWidth = w; in borderFitAdjust() local5686 if (right < oldWidth) in borderFitAdjust()5687 w -= (oldWidth - right); in borderFitAdjust()
483 var oldWidth = parseFloat(columnElement.style.width);
1042 CGFloat oldWidth = NSWidth([toWindow frame]);1059 EXPECT_LT(oldWidth + 30.0, newWidth);