OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callEffect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEBlend.cpp
119
static const BlendType
callEffect
[] = {unknown, normal, multiply, screen, darken, lighten};
130
unsigned char result = (*
callEffect
[m_mode])(colorA, colorB, alphaA, alphaB);
FEComponentTransfer.cpp
170
TransferType
callEffect
[] = {identity, identity, table, discrete, linear, gamma};
173
(*
callEffect
[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
Completed in 385 milliseconds