Searched refs:callEffect (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/platform/graphics/filters/ |
D | FEBlend.cpp | 124 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()
|
D | FEComponentTransfer.cpp | 165 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma}; in apply() local 168 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]); in apply()
|