Home | History | Annotate | Download | only in rendering

Lines Matching refs:topWidth

956     int topWidth = fitToBorder ? style->borderTopWidth() : topSlice;
961 bool drawTop = topSlice > 0 && topWidth > 0;
965 (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0;
973 // The top left corner rect is (tx, ty, leftWidth, topWidth)
976 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx, ty, leftWidth, topWidth),
987 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx, ty + topWidth, leftWidth,
988 h - topWidth - bottomWidth),
995 // The top right corner rect is (tx + w - rightWidth, ty, rightWidth, topWidth)
998 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx + w - rightWidth, ty, rightWidth, topWidth),
1008 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + w - rightWidth, ty + topWidth, rightWidth,
1009 h - topWidth - bottomWidth),
1016 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty, w - leftWidth - rightWidth, topWidth),
1029 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty + topWidth, w - leftWidth - rightWidth,
1030 h - topWidth - bottomWidth),
1563 int topWidth = edges[BSTop].usedWidth() / 2;
1569 topWidth, bottomWidth, leftWidth, rightWidth,