Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftSlice

947     int leftSlice = min(imageWidth, ninePieceImage.slices().left().calcValue(imageWidth));
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 &&
974 // The rect to use from within the image is obtained from our slice, and is (0, 0, leftSlice, topSlice)
977 IntRect(0, 0, leftSlice, topSlice), op);
980 // The rect to use from within the image is (0, imageHeight - bottomSlice, leftSlice, botomSlice)
983 IntRect(0, imageHeight - bottomSlice, leftSlice, bottomSlice), op);
989 IntRect(0, topSlice, leftSlice, imageHeight - topSlice - bottomSlice),
1017 IntRect(leftSlice, 0, imageWidth - rightSlice - leftSlice, topSlice),
1024 IntRect(leftSlice, imageHeight - bottomSlice, imageWidth - rightSlice - leftSlice, bottomSlice),
1031 IntRect(leftSlice, topSlice, imageWidth - rightSlice - leftSlice, imageHeight - topSlice - bottomSlice),