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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.cpp 48 , m_alphaFunc(alphaFunc)
90 return m_alphaFunc;
95 m_alphaFunc = func;
184 switch (m_alphaFunc.type) {
190 if (m_alphaFunc.tableValues.size() > 0)
191 intercept = m_alphaFunc.tableValues[0];
194 intercept = m_alphaFunc.intercept;
197 intercept = m_alphaFunc.offset;
221 ComponentTransferFunction transferFunction[] = {m_redFunc, m_greenFunc, m_blueFunc, m_alphaFunc};
279 ts << "{alpha: " << m_alphaFunc << "}]\n"
    [all...]
FEComponentTransfer.h 97 ComponentTransferFunction m_alphaFunc;

Completed in 81 milliseconds