Home | History | Annotate | Download | only in css

Lines Matching refs:Fixed

1766             style->setMarginLeft(Length(intrinsicMargin, Fixed));
1768 style->setMarginRight(Length(intrinsicMargin, Fixed));
1773 style->setMarginTop(Length(intrinsicMargin, Fixed));
1775 style->setMarginBottom(Length(intrinsicMargin, Fixed));
1810 // use normal instead. If the width of the cell is fixed, then
3325 l = Length(primitiveValue->computeLengthDouble(style, rootStyle, multiplier), Fixed);
3327 l = Length(primitiveValue->computeLengthIntForLength(style, rootStyle, multiplier), Fixed);
4062 l = Length(undefinedLength, Fixed);
4138 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed,
4204 l = Length(undefinedLength, Fixed);
4233 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
4289 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
4419 lineHeight = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, multiplier), Fixed);
4421 lineHeight = Length((m_style->fontSize() * primitiveValue->getIntValue()) / 100, Fixed);
5085 radiusWidth = Length(max(intMinForLength, min(intMaxForLength, pair->first()->computeLengthInt(style(), m_rootElementStyle, zoomFactor))), Fixed);
5089 radiusHeight = Length(max(intMinForLength, min(intMaxForLength, pair->second()->computeLengthInt(style(), m_rootElementStyle, zoomFactor))), Fixed);
5194 reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed));
5415 m_style->setMarqueeIncrement(Length(1, Fixed)); // 1px.
5418 m_style->setMarqueeIncrement(Length(6, Fixed)); // 6px. The WinIE default.
5421 m_style->setMarqueeIncrement(Length(36, Fixed)); // 36px.
5654 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5669 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5727 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
5742 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6110 width = Length(primitiveValue0->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6111 height = Length(primitiveValue1->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6129 width = height = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6230 return Length(CSSPrimitiveValue::create(mm, CSSPrimitiveValue::CSS_MM)->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6235 return Length(CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);
6402 firstLength = Length(first->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6411 secondLength = Length(second->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6438 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6462 l = Length(primitiveValue->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed);
6679 l.m_top = Length(r->top()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
6683 l.m_bottom = Length((int)r->bottom()->getFloatValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
6687 l.m_left = Length(r->left()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
6691 l.m_right = Length(r->right()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
6865 { 9, 9, 10, 13, 16, 20, 26, 40 }, // fixed font default (13)
6882 { 9, 10, 12, 13, 16, 20, 26, 39 }, // fixed font default (13)
7169 Length tx = Length(0, Fixed);
7170 Length ty = Length(0, Fixed);
7186 operations.operations().append(TranslateTransformOperation::create(tx, ty, Length(0, Fixed), getTransformOperationType(transformValue->operationType())));
7192 Length tx = Length(0, Fixed);
7193 Length ty = Length(0, Fixed);
7194 Length tz = Length(0, Fixed);
7337 Fixed);
7345 p = Length(static_cast<int>(val), Fixed);