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.h170 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); } in pixelSnappedSize() function
183 …t pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); } in pixelSnappedBorderBoxRect()
DRenderTableCell.cpp1099 LayoutRect paintRect = LayoutRect(paintOffset + location(), pixelSnappedSize()); in paintCollapsedBorders()
1187 …ntFillLayers(paintInfo, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), Backgroun… in paintBackgroundsBehindCell()
1200 LayoutRect paintRect = LayoutRect(paintOffset, pixelSnappedSize()); in paintBoxDecorationBackground()
1223 BoxPainter(*this).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