Home
last modified time | relevance | path

Searched refs:tableValues (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/filters/
DFEComponentTransfer.cpp102 const Vector<float>& tableValues = transferFunction.tableValues; in table() local
103 unsigned n = tableValues.size(); in table()
109 double v1 = tableValues[k]; in table()
110 double v2 = tableValues[std::min((k + 1), (n - 1))]; in table()
119 const Vector<float>& tableValues = transferFunction.tableValues; in discrete() local
120 unsigned n = tableValues.size(); in discrete()
126 double val = 255 * tableValues[k]; in discrete()
DFEComponentTransfer.h61 Vector<float> tableValues; member
/external/webkit/WebCore/svg/
DSVGComponentTransferFunctionElement.cpp118 SVGNumberList* numbers = tableValues(); in transferFunction()
123 func.tableValues.append(numbers->getItem(i, ec)); in transferFunction()
DSVGComponentTransferFunctionElement.h44 …ponentTransferFunctionElement, SVGNames::tableValuesAttr, SVGNumberList*, TableValues, tableValues)
DSVGComponentTransferFunctionElement.idl38 readonly attribute SVGAnimatedNumberList tableValues;
Dsvgattrs.in206 tableValues