HomeSort by relevance Sort by last modified time
    Searched defs:pixelSnappedSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 168 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); }
181 IntRect pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.pixelSnappedSize()); }
    [all...]

Completed in 56 milliseconds