OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableValues
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.h
61
Vector<float>
tableValues
;
FEComponentTransfer.cpp
103
const Vector<float>&
tableValues
= transferFunction.
tableValues
;
104
unsigned n =
tableValues
.size();
110
double v1 =
tableValues
[k];
111
double v2 =
tableValues
[std::min((k + 1), (n - 1))];
120
const Vector<float>&
tableValues
= transferFunction.
tableValues
;
121
unsigned n =
tableValues
.size();
127
double val = 255 *
tableValues
[k];
Completed in 24 milliseconds