OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComponentTransferType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
32
template<> const SVGEnumerationStringEntries& getStaticStringEntries<
ComponentTransferType
>();
45
SVGAnimatedEnumeration<
ComponentTransferType
>* type() { return m_type.get(); }
63
RefPtr<SVGAnimatedEnumeration<
ComponentTransferType
> > m_type;
SVGComponentTransferFunctionElement.cpp
32
template<> const SVGEnumerationStringEntries& getStaticStringEntries<
ComponentTransferType
>()
53
, m_type(SVGAnimatedEnumeration<
ComponentTransferType
>::create(this, SVGNames::typeAttr, FECOMPONENTTRANSFER_TYPE_IDENTITY))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h
32
enum
ComponentTransferType
{
52
ComponentTransferType
type;
FEComponentTransfer.cpp
230
static TextStream& operator<<(TextStream& ts, const
ComponentTransferType
& type)
Completed in 147 milliseconds