Home | History | Annotate | Download | only in rendering

Lines Matching defs:pixelSnappedWidth

65     int pixelSnappedWidth() const { return m_frameRect.pixelSnappedWidth(); }
89 int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ? pixelSnappedHeight() : pixelSnappedWidth(); }
90 int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() : pixelSnappedHeight(); }