Home | History | Annotate | Download | only in Platform

Lines Matching refs:m_bounds

44     : m_bounds(rect)
413 m_bounds.x(), m_bounds.y(), m_bounds.width(), m_bounds.height());
420 if (!m_bounds.intersects(region.m_bounds)) {
422 m_bounds = IntRect();
429 m_bounds = m_shape.bounds();
437 m_bounds.unite(region.m_bounds);
445 m_bounds = m_shape.bounds();
450 m_bounds.move(offset);