Home | History | Annotate | Download | only in rendering

Lines Matching defs:m_rect

832     LinesBoundingBoxGeneratorContext(FloatRect& rect) : m_rect(rect) { }
835 m_rect.uniteIfNonZero(rect);
838 FloatRect& m_rect;