Home | History | Annotate | Download | only in rendering

Lines Matching refs:IntSize

101     IntSize locationOffset() const { return IntSize(x(), y()); }
102 IntSize size() const { return m_frameRect.size(); }
107 void setSize(const IntSize& size) { m_frameRect.setSize(size); }
156 void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, IntSize(child->x(), child->y())); }
157 void addOverflowFromChild(RenderBox* child, const IntSize& delta);
248 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
292 virtual IntSize intrinsicSize() const { return IntSize(); }
392 IntSize flipForWritingMode(const IntSize&) const;
396 IntSize locationOffsetIncludingFlipping() const;