Home
last modified time | relevance | path

Searched defs:ComponentTransferFunction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComponentTransfer.h42 struct ComponentTransferFunction { struct
43 ComponentTransferFunction() in ComponentTransferFunction() argument
66 …static PassRefPtr<FEComponentTransfer> create(Filter*, const ComponentTransferFunction& redFunc, c… argument
DFEComponentTransfer.cpp97 static void identity(unsigned char*, const ComponentTransferFunction&) in identity()