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/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.cpp
160
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
161
fallbackResource
->setColor(fallbackColor);
162
if (
fallbackResource
->applyResource(this, style, context, ApplyToFillMode))
163
fallbackResource
->postApplyResource(this, context, ApplyToFillMode, &m_path);
193
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
194
fallbackResource
->setColor(fallbackColor);
195
if (
fallbackResource
->applyResource(this, style, context, ApplyToStrokeMode))
196
fallbackResource
->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
SVGInlineTextBox.cpp
356
RenderSVGResourceSolidColor*
fallbackResource
= RenderSVGResource::sharedSolidPaintingResource();
357
fallbackResource
->setColor(fallbackColor);
359
m_paintingResource =
fallbackResource
;
Completed in 41 milliseconds