Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_layer

73     m_layer = new (node->document()->renderArena()) RenderLayer(this);
314 if (m_layer && m_layer->transform())
315 rect = m_layer->transform()->mapRect(rect);
320 rects.append(IntRect(tx, ty, m_layer->width(), m_layer->height()));
325 quads.append(FloatRect(0, 0, m_layer->width(), m_layer->height()));
473 m_layer->clearBlockSelectionGapsBounds();
563 m_layer->repaintBlockSelectionGaps();