OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_colorInterpolation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h
135
void setColorInterpolation(EColorInterpolation val) { svg_inherited_flags.
_colorInterpolation
= val; }
284
EColorInterpolation colorInterpolation() const { return (EColorInterpolation) svg_inherited_flags.
_colorInterpolation
; }
340
&& (
_colorInterpolation
== other.
_colorInterpolation
)
360
unsigned
_colorInterpolation
: 2; // EColorInterpolation
414
svg_inherited_flags.
_colorInterpolation
= initialColorInterpolation();
SVGRenderStyle.cpp
207
|| svg_inherited_flags.
_colorInterpolation
!= other->svg_inherited_flags.
_colorInterpolation
Completed in 20 milliseconds