Searched refs:pixelSnappedSize (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBox.h | 143 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); } in pixelSnappedSize() function 156 …t pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); } in pixelSnappedBorderBoxRect()
|
D | RenderTableCell.cpp | 1111 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/ |
D | LayoutRect.h | 60 …IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()),… in pixelSnappedSize() function
|