Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h143 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); } in pixelSnappedSize() function
156 …t pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); } in pixelSnappedBorderBoxRect()
DRenderTableCell.cpp1111 LayoutRect paintRect = LayoutRect(paintOffset + location(), pixelSnappedSize()); in paintCollapsedBorders()
1199 …paintFillLayers(paintInfo, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), Backgr… in paintBackgroundsBehindCell()
1212 LayoutRect paintRect = LayoutRect(paintOffset, pixelSnappedSize()); in paintBoxDecorations()
1235 paintMaskImages(paintInfo, LayoutRect(paintOffset, pixelSnappedSize())); in paintMask()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h60 …IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()),… in pixelSnappedSize() function