Home | History | Annotate | Download | only in rendering

Lines Matching defs:bottomWidth

958     int bottomWidth = fitToBorder ? style->borderBottomWidth() : bottomSlice;
963 bool drawBottom = bottomSlice > 0 && bottomWidth > 0;
965 (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0;
979 // The bottom left corner rect is (tx, ty + h - bottomWidth, leftWidth, bottomWidth)
982 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx, ty + h - bottomWidth, leftWidth, bottomWidth),
988 h - topWidth - bottomWidth),
1001 // The bottom right corner rect is (tx + w - rightWidth, ty + h - bottomWidth, rightWidth, bottomWidth)
1004 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx + w - rightWidth, ty + h - bottomWidth, rightWidth, bottomWidth),
1009 h - topWidth - bottomWidth),
1022 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty + h - bottomWidth,
1023 w - leftWidth - rightWidth, bottomWidth),
1030 h - topWidth - bottomWidth),
1564 int bottomWidth = edges[BSBottom].usedWidth() / 2;
1569 topWidth, bottomWidth, leftWidth, rightWidth,