Searched refs:rectWithOutsets (Results 1 – 1 of 1) sorted by relevance
1172 LayoutRect rectWithOutsets = rect; in paintNinePieceImage() local1173 rectWithOutsets.expand(style->imageOutsets(ninePieceImage)); in paintNinePieceImage()1174 IntRect borderImageRect = pixelSnappedIntRect(rectWithOutsets); in paintNinePieceImage()