Lines Matching refs:top
580 int top = boundingBox.y();
591 toRenderInline(inlineFlow)->layer()->relativePositionOffset(left, top);
594 IntRect r(-ow + left, -ow + top, boundingBox.width() + ow * 2, boundingBox.height() + ow * 2);
939 int top = max(root->lineTop(), curr->y());
941 IntRect rect(tx + curr->x(), ty + top, curr->width(), bottom - top);
997 int top = max(root->lineTop(), curr->y());
999 rects.append(IntRect(curr->x(), top, curr->width(), bottom - top));
1106 linesBoundingBox.y() + styleRegion.offset.top().value(),
1108 h - styleRegion.offset.top().value() - styleRegion.offset.bottom().value());