Home | History | Annotate | Download | only in rendering

Lines Matching refs:topOffset

3743                 int topOffset = isHorizontalWritingMode() ? logicalTopOffset : logicalLeftOffset;
3744 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset, r->y() - topOffset, r->width(), r->height()));
3813 int topOffset = isHorizontalWritingMode() ? logicalTopOffset : logicalLeftOffset;
3815 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset, r->y() - topOffset, r->width(), r->height()));