Home | History | Annotate | Download | only in rendering

Lines Matching refs:pixelSnappedWidth

97     int pixelSnappedWidth() const { return m_frameRect.pixelSnappedWidth(); }
121 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
122 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }