HomeSort by relevance Sort by last modified time
    Searched refs:m_alphaFunc (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 46 , m_alphaFunc(alphaFunc)
88 return m_alphaFunc;
93 m_alphaFunc = func;
164 ComponentTransferFunction transferFunction[] = {m_redFunc, m_greenFunc, m_blueFunc, m_alphaFunc};
FEComponentTransfer.h 93 ComponentTransferFunction m_alphaFunc;

Completed in 8111 milliseconds