Home | History | Annotate | Download | only in win

Lines Matching refs:rect

332 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect)
335 m_layer->setNeedsDisplay(rect);
338 void GraphicsLayerCACF::setContentsRect(const IntRect& rect)
340 if (rect == m_contentsRect)
343 GraphicsLayer::setContentsRect(rect);
482 CGRect rect = CGRectMake(0, 0, m_size.width(), m_size.height());
484 m_transformLayer->setBounds(rect);
490 m_layer->setBounds(rect);
652 CGRect rect = CGRectMake(0.0f,
658 m_contentsLayer->setBounds(rect);