OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallbackResource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp
221
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
222
fallbackResource
->setColor(fallbackColor);
223
if (
fallbackResource
->applyResource(this, style, context, ApplyToFillMode))
224
fallbackResource
->postApplyResource(this, context, ApplyToFillMode, 0, this);
236
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
237
fallbackResource
->setColor(fallbackColor);
238
if (
fallbackResource
->applyResource(this, style, context, ApplyToStrokeMode))
239
fallbackResource
->postApplyResource(this, context, ApplyToStrokeMode, 0, this);
SVGInlineTextBox.cpp
387
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
388
fallbackResource
->setColor(fallbackColor);
390
m_paintingResource =
fallbackResource
;
Completed in 416 milliseconds