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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutRect.h 75 int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 66 int pixelSnappedHeight() const { return m_frameRect.pixelSnappedHeight(); }
89 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
90 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }
    [all...]

Completed in 205 milliseconds