OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fallbackColor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp
121
StyleColor
fallbackColor
;
122
if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(),
fallbackColor
))
133
StyleColor
fallbackColor
;
134
if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(),
fallbackColor
))
218
StyleColor
fallbackColor
;
219
if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style,
fallbackColor
)) {
222
else if (
fallbackColor
.isValid()) {
224
fallbackResource->setColor(
fallbackColor
.color());
233
StyleColor
fallbackColor
;
234
if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style,
fallbackColor
)) {
[
all
...]
SVGInlineTextBox.cpp
358
StyleColor
fallbackColor
;
360
m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style,
fallbackColor
);
362
m_paintingResource = RenderSVGResource::strokePaintingResource(renderer, style,
fallbackColor
);
372
if (
fallbackColor
.isValid()) {
374
fallbackResource->setColor(
fallbackColor
.color());
SVGRenderTreeAsText.cpp
273
StyleColor
fallbackColor
;
274
if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(),
fallbackColor
)) {
301
if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(),
fallbackColor
)) {
Completed in 667 milliseconds