HomeSort by relevance Sort by last modified time
    Searched refs:FECOMPONENTTRANSFER_TYPE_IDENTITY (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.cpp 36 entries.append(std::make_pair(FECOMPONENTTRANSFER_TYPE_IDENTITY, "identity"));
53 , m_type(SVGAnimatedEnumeration<ComponentTransferType>::create(this, SVGNames::typeAttr, FECOMPONENTTRANSFER_TYPE_IDENTITY))
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h 34 FECOMPONENTTRANSFER_TYPE_IDENTITY = 1,
FEComponentTransfer.cpp 186 case FECOMPONENTTRANSFER_TYPE_IDENTITY:
236 case FECOMPONENTTRANSFER_TYPE_IDENTITY:

Completed in 228 milliseconds