Home | History | Annotate | Download | only in svg

Lines Matching defs:hasFallback

115     bool hasFallback;
116 if (requiresFill && !RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style(), hasFallback))
127 bool hasFallback;
128 if (requiresStroke && !RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style(), hasFallback))
205 bool hasFallback;
206 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style, hasFallback)) {
210 } else if (hasFallback) {
222 bool hasFallback;
223 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style, hasFallback)) {
227 } else if (hasFallback) {