Home | History | Annotate | Download | only in rendering

Lines Matching full:bounds

1105         region.bounds = IntRect(linesBoundingBox.x() + styleRegion.offset.left().value(),
1115 region.clip = region.bounds;
1123 region.bounds.setX(absPos.x() + region.bounds.x());
1124 region.bounds.setY(absPos.y() + region.bounds.y());
1129 region.bounds.scale(pageScaleFactor);