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/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];
Completed in 35 milliseconds