Home | History | Annotate | Download | only in rendering

Lines Matching full:clip

2279         region.clip = region.bounds;
2280 computeAbsoluteRepaintRect(region.clip);
2281 if (region.clip.height() < 0) {
2282 region.clip.setHeight(0);
2283 region.clip.setWidth(0);
2294 region.clip.scale(pageScaleFactor);