Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_relY

314     void relativePositionOffset(int& relX, int& relY) const { relX += m_relX; relY += m_relY; }
315 IntSize relativePositionOffset() const { return IntSize(m_relX, m_relY); }
662 int m_relY;