Searched refs:hasRepeatXY (Results 1 – 4 of 4) sorted by relevance
171 bool hasRepeatXY() const;
373 bool FillLayer::hasRepeatXY() const in hasRepeatXY() function in WebCore::FillLayer
1467 …if (fillLayer->hasOpaqueImage(this) && fillLayer->hasRepeatXY() && fillLayer->image()->canRender(t… in backgroundHasOpaqueTopLayer()1584 …Layer->image()->canRender(this, style()->effectiveZoom()) && curLayer->hasRepeatXY() && curLayer->… in paintFillLayers()
701 …ound || !shouldPaintBackgroundImage || !bgLayer->hasOpaqueImage(this) || !bgLayer->hasRepeatXY()) { in paintFillLayerExtended()