Searched refs:repeatY (Results 1 – 6 of 6) sorted by relevance
718 …const CSSPrimitiveValue& repeatY = repeatYCSSValue.isInitialValue() ? *initialRepeatValue : toCSSP… in appendBackgroundRepeatValue() local720 CSSValueID repeatYValueId = repeatY.getValueID(); in appendBackgroundRepeatValue()730 builder.append(repeatY.cssText()); in appendBackgroundRepeatValue()737 …RefPtrWillBeRawPtr<CSSValue> repeatY = m_propertySet.getPropertyCSSValue(CSSPropertyBackgroundRepe… in backgroundRepeatPropertyValue() local738 if (!repeatX || !repeatY) in backgroundRepeatPropertyValue()742 if (repeatX->cssValueType() == repeatY->cssValueType() in backgroundRepeatPropertyValue()758 if (repeatY->cssValueType() == CSSValue::CSS_PRIMITIVE_VALUE) { in backgroundRepeatPropertyValue()760 repeatYList->append(repeatY); in backgroundRepeatPropertyValue()761 } else if (repeatY->cssValueType() == CSSValue::CSS_VALUE_LIST) { in backgroundRepeatPropertyValue()762 repeatYList = toCSSValueList(repeatY.get()); in backgroundRepeatPropertyValue()
1637 list->append(valueForFillRepeat(currLayer->repeatX(), currLayer->repeatY())); in getPropertyCSSValue()
77 EFillRepeat repeatY() const { return static_cast<EFillRepeat>(m_repeatY); } in repeatY() function
644 …ackgroundRepeatY() const { return static_cast<EFillRepeat>(m_background->background().repeatY()); } in backgroundRepeatY()658 …at maskRepeatY() const { return static_cast<EFillRepeat>(rareNonInheritedData->m_mask.repeatY()); } in maskRepeatY()
917 if (layer.repeatY() != RepeatFill && layer.repeatY() != NoRepeatFill) in mustInvalidateFillLayersPaintOnHeightChange()
696 EFillRepeat backgroundRepeatY = fillLayer.repeatY(); in calculateBackgroundImageGeometry()