Searched refs:NoRepeatFill (Results 1 – 5 of 5) sorted by relevance
630 backgroundCopy.setRepeatX(NoRepeatFill); in isBackgroundOrBorderStyled()631 backgroundCopy.setRepeatY(NoRepeatFill); in isBackgroundOrBorderStyled()632 backgroundLayersCopy.setRepeatX(NoRepeatFill); in isBackgroundOrBorderStyled()633 backgroundLayersCopy.setRepeatY(NoRepeatFill); in isBackgroundOrBorderStyled()
1111 backgroundRepeatX = NoRepeatFill; in calculateBackgroundImageGeometry()1114 if (backgroundRepeatX == NoRepeatFill) { in calculateBackgroundImageGeometry()1132 backgroundRepeatY = NoRepeatFill; in calculateBackgroundImageGeometry()1135 if (backgroundRepeatY == NoRepeatFill) { in calculateBackgroundImageGeometry()
162 RepeatFill, NoRepeatFill, RoundFill, SpaceFill enumerator
717 case NoRepeatFill: in CSSPrimitiveValue()736 return NoRepeatFill; in EFillRepeat()
1400 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill) in valueForFillRepeat()1402 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill) in valueForFillRepeat()