Searched refs:RepeatFill (Results 1 – 4 of 4) sorted by relevance
120 static EFillRepeat initialFillRepeat(EFillLayerType) { return RepeatFill; } in initialFillRepeat()
91 RepeatFill, RepeatXFill, RepeatYFill, NoRepeatFill enumerator
330 case RepeatFill: in CSSPrimitiveValue()349 return RepeatFill; in EFillRepeat()358 return RepeatFill; in EFillRepeat()
1099 if (backgroundRepeat == RepeatFill || backgroundRepeat == RepeatXFill) { in calculateBackgroundImageGeometry()1113 if (backgroundRepeat == RepeatFill || backgroundRepeat == RepeatYFill) { in calculateBackgroundImageGeometry()