Lines Matching refs:top
331 if (!style()->top().isAuto())
332 return style()->top().calcValue(containingBlock()->availableHeight());
384 // return the distance between the canvas origin and the top border edge
682 int top = 0;
708 top = borderTop();
713 top += paddingTop();
722 positioningAreaSize = IntSize(toRenderBox(this)->width() - left - right, toRenderBox(this)->height() - top - bottom);
724 top += marginTop();
726 positioningAreaSize = IntSize(w - left - right, h - top - bottom);
748 phase.setY(tileSize.height() ? tileSize.height() - (yPosition + top) % tileSize.height() : 0);
750 destRect.move(0, max(yPosition + top, 0));
751 phase.setY(-min(yPosition + top, 0));
752 destRect.setHeight(tileSize.height() + min(yPosition + top, 0));
770 if (va == TOP)
775 bool checkParent = parent()->isRenderInline() && parent()->style()->verticalAlign() != TOP && parent()->style()->verticalAlign() != BOTTOM;
777 // don't allow elements nested inside text-top to have a different valignment.
825 int topSlice = min(imageHeight, ninePieceImage.m_slices.top().calcValue(imageHeight));
851 // Paint the top and bottom left corners.
853 // The top left corner rect is (tx, ty, leftWidth, topWidth)
874 // Paint the top and bottom right corners
875 // The top right corner rect is (tx + w - rightWidth, ty, rightWidth, topWidth)
894 // Paint the top edge.
1162 // Draw top left arc
1231 // Draw top right arc