Home | History | Annotate | Download | only in rendering

Lines Matching defs:leftWidth

955     int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice;
960 bool drawLeft = leftSlice > 0 && leftWidth > 0;
964 bool drawMiddle = (imageWidth - leftSlice - rightSlice) > 0 && (w - leftWidth - rightWidth) > 0 &&
973 // The top left corner rect is (tx, ty, leftWidth, topWidth)
976 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx, ty, leftWidth, topWidth),
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),
987 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx, ty + topWidth, leftWidth,
1016 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty, w - leftWidth - rightWidth, topWidth),
1022 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty + h - bottomWidth,
1023 w - leftWidth - rightWidth, bottomWidth),
1029 graphicsContext->drawTiledImage(image.get(), colorSpace, IntRect(tx + leftWidth, ty + topWidth, w - leftWidth - rightWidth,
1565 int leftWidth = edges[BSLeft].usedWidth() / 2;
1569 topWidth, bottomWidth, leftWidth, rightWidth,