Home
last modified time | relevance | path

Searched refs:TransferType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComponentTransfer.cpp39 typedef void (*TransferType)(unsigned char*, const ComponentTransferFunction&); typedef
170 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma}; in apply()