Home | History | Annotate | Download | only in rendering

Lines Matching defs:m_rect

865     LinesBoundingBoxGeneratorContext(FloatRect& rect) : m_rect(rect) { }
868 m_rect.uniteIfNonZero(rect);
871 FloatRect& m_rect;