OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableValues
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
39
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 262 milliseconds