Searched refs:tableValues (Results 1 – 6 of 6) sorted by relevance
102 const Vector<float>& tableValues = transferFunction.tableValues; in table() local103 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() local120 unsigned n = tableValues.size(); in discrete()126 double val = 255 * tableValues[k]; in discrete()
61 Vector<float> tableValues; member
118 SVGNumberList* numbers = tableValues(); in transferFunction()123 func.tableValues.append(numbers->getItem(i, ec)); in transferFunction()
44 …ponentTransferFunctionElement, SVGNames::tableValuesAttr, SVGNumberList*, TableValues, tableValues)
38 readonly attribute SVGAnimatedNumberList tableValues;
206 tableValues