Home | History | Annotate | Download | only in rendering

Lines Matching refs:calcValue

559         return style()->boxReflect()->offset().calcValue(borderBoxRect().width());
560 return style()->boxReflect()->offset().calcValue(borderBoxRect().height());
1151 int c = style()->clipLeft().calcValue(width());
1157 clipWidth -= width() - style()->clipRight().calcValue(width());
1160 int c = style()->clipTop().calcValue(height());
1166 clipHeight -= height() - style()->clipBottom().calcValue(height());
1701 logicalWidthResult = computeBorderBoxLogicalWidth(logicalWidth.calcValue(availableLogicalWidth));
1765 containingBlock->setMarginStartForChild(this, marginStartLength.calcValue(containerWidth));
1774 containingBlock->setMarginEndForChild(this, marginEndLength.calcValue(containerWidth));
1986 result = height.calcValue(result);
2057 return computeContentBoxLogicalHeight(logicalHeight.calcValue(newHeight));
2074 return logicalHeight.calcValue(availableHeight - borderAndPaddingLogicalHeight());
2077 return computeContentBoxLogicalHeight(logicalHeight.calcValue(availableHeight));
2104 return computeContentBoxLogicalHeight(h.calcValue(containingBlock()->availableLogicalHeight()));
2427 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2428 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));
2430 const int availableSpace = containerLogicalWidth - (logicalLeftValue + logicalWidthValue + logicalRight.calcValue(containerLogicalWidth) + bordersPlusPadding);
2450 marginLogicalRightValue = marginLogicalRight.calcValue(containerLogicalWidth);
2454 marginLogicalLeftValue = marginLogicalLeft.calcValue(containerLogicalWidth);
2458 marginLogicalLeftValue = marginLogicalLeft.calcValue(containerLogicalWidth);
2459 marginLogicalRightValue = marginLogicalRight.calcValue(containerLogicalWidth);
2517 int logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2527 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2536 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));
2537 logicalLeftValue = availableSpace - (logicalWidthValue + logicalRight.calcValue(containerLogicalWidth));
2540 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2541 logicalWidthValue = availableSpace - (logicalLeftValue + logicalRight.calcValue(containerLogicalWidth));
2544 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2545 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));
2745 logicalHeightValue = computeContentBoxLogicalHeight(logicalHeightLength.calcValue(containerLogicalHeight));
2746 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
2748 const int availableSpace = containerLogicalHeight - (logicalTopValue + logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight) + bordersPlusPadding);
2758 marginAfterValue = marginAfter.calcValue(containerLogicalHeight);
2762 marginBeforeValue = marginBefore.calcValue(containerLogicalHeight);
2766 marginBeforeValue = marginBefore.calcValue(containerLogicalHeight);
2767 marginAfterValue = marginAfter.calcValue(containerLogicalHeight);
2805 logicalTopValue = availableSpace - (logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight));
2808 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
2812 logicalHeightValue = computeContentBoxLogicalHeight(logicalHeightLength.calcValue(containerLogicalHeight));
2813 logicalTopValue = availableSpace - (logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight));
2816 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
2817 logicalHeightValue = max(0, availableSpace - (logicalTopValue + logicalBottom.calcValue(containerLogicalHeight)));
2820 logicalHeightValue = computeContentBoxLogicalHeight(logicalHeightLength.calcValue(containerLogicalHeight));
2821 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
2901 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2902 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2924 marginLogicalLeftAlias = marginLogicalLeft.calcValue(containerLogicalWidth);
2925 marginLogicalRightAlias = marginLogicalRight.calcValue(containerLogicalWidth);
2926 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2931 marginLogicalLeftAlias = marginLogicalLeft.calcValue(containerLogicalWidth);
2932 marginLogicalRightAlias = marginLogicalRight.calcValue(containerLogicalWidth);
2933 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2938 marginLogicalRightAlias = marginLogicalRight.calcValue(containerLogicalWidth);
2939 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2940 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2945 marginLogicalLeftAlias = marginLogicalLeft.calcValue(containerLogicalWidth);
2946 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
2947 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2953 marginLogicalLeftAlias = marginLogicalLeft.calcValue(containerLogicalWidth);
2954 marginLogicalRightAlias = marginLogicalRight.calcValue(containerLogicalWidth);
2955 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2956 logicalLeftValue = logicalLeft.calcValue(containerLogicalWidth);
3061 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
3062 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3074 marginBeforeAlias = marginBefore.calcValue(containerLogicalHeight);
3075 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight);
3076 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3081 marginBeforeAlias = marginBefore.calcValue(containerLogicalHeight);
3082 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight);
3083 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
3089 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight);
3090 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
3091 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3096 marginBeforeAlias = marginBefore.calcValue(containerLogicalHeight);
3097 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);
3098 logicalBottomValue = logicalBottom.calcValue(containerLogicalHeight);
3104 marginBeforeAlias = marginBefore.calcValue(containerLogicalHeight);
3105 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight);
3106 logicalTopValue = logicalTop.calcValue(containerLogicalHeight);