Home | History | Annotate | Download | only in compositing

Lines Matching refs:transformedClip

2049     IntRect transformedClip = clip;
2050 transformedClip.moveBy(scrollbarRect.location());
2051 scrollbar->paint(&context, transformedClip);
2099 IntRect transformedClip = clip;
2100 transformedClip.moveBy(scrollCornerAndResizer.location());
2101 m_owningLayer.scrollableArea()->paintScrollCorner(&context, IntPoint(), transformedClip);
2102 m_owningLayer.scrollableArea()->paintResizer(&context, IntPoint(), transformedClip);