Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/filters/
DFEBlend.cpp124 static const BlendType callEffect[] = {unknown, normal, multiply, screen, darken, lighten}; in apply() local
134 unsigned char result = (*callEffect[m_mode])(colorA, colorB, alphaA, alphaB); in apply()
DFEComponentTransfer.cpp165 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma}; in apply() local
168 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]); in apply()