Home | History | Annotate | Download | only in chromium

Lines Matching refs:drawableContentRect

688     // drawableContentRect() is always stored in the coordinate system of the
739 IntRect drawableContentRect = drawLayer->drawableContentRect();
740 drawableContentRect.unite(enclosingIntRect(sublayerRenderSurface->drawableContentRect()));
741 drawLayer->setDrawableContentRect(drawableContentRect);
744 IntRect drawableContentRect = drawLayer->drawableContentRect();
745 drawableContentRect.unite(sublayer->drawableContentRect());
746 drawLayer->setDrawableContentRect(drawableContentRect);
751 IntRect drawableContentRect = drawLayer->drawableContentRect();
752 drawableContentRect.intersect(transformedLayerRect);
753 drawLayer->setDrawableContentRect(drawableContentRect);
758 renderSurface->m_contentRect = drawLayer->drawableContentRect();
782 drawLayer->setScissorRect(drawLayer->drawableContentRect());