OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stitchTiles
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFETurbulenceElement.idl
47
readonly attribute SVGAnimatedEnumeration
stitchTiles
;
SVGFETurbulenceElement.h
62
DECLARE_ANIMATED_ENUMERATION(
StitchTiles
,
stitchTiles
)
SVGFETurbulenceElement.cpp
37
DEFINE_ANIMATED_ENUMERATION(SVGFETurbulenceElement, SVGNames::stitchTilesAttr,
StitchTiles
,
stitchTiles
)
98
return turbulence->setStitchTiles(
stitchTiles
());
173
baseFrequencyY(), numOctaves(), seed(),
stitchTiles
() == SVG_STITCHTYPE_STITCH);
/external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.h
58
bool
stitchTiles
() const;
FETurbulence.cpp
52
FETurbulence::FETurbulence(Filter* filter, TurbulenceType type, float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, bool
stitchTiles
)
59
, m_stitchTiles(
stitchTiles
)
63
PassRefPtr<FETurbulence> FETurbulence::create(Filter* filter, TurbulenceType type, float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, bool
stitchTiles
)
65
return adoptRef(new FETurbulence(filter, type, baseFrequencyX, baseFrequencyY, numOctaves, seed,
stitchTiles
));
133
bool FETurbulence::
stitchTiles
() const
399
<< "
stitchTiles
=\"" <<
stitchTiles
() << "\"]\n";
Completed in 2329 milliseconds