HomeSort by relevance Sort by last modified time
    Searched defs:tableValues (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h 38 SVGAnimatedNumberList* tableValues() { return m_tableValues.get(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h 60 Vector<float> tableValues;
FEComponentTransfer.cpp 104 const Vector<float>& tableValues = transferFunction.tableValues;
105 unsigned n = tableValues.size();
111 double v1 = tableValues[k];
112 double v2 = tableValues[std::min((k + 1), (n - 1))];
121 const Vector<float>& tableValues = transferFunction.tableValues;
122 unsigned n = tableValues.size();
128 double val = 255 * tableValues[k];
190 if (m_alphaFunc.tableValues.size() > 0
    [all...]

Completed in 86 milliseconds