OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernelunitlength
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp
39
const FloatPoint&
kernelUnitLength
, bool preserveAlpha, const Vector<float>& kernelMatrix)
46
, m_kernelUnitLength(
kernelUnitLength
)
54
const FloatPoint&
kernelUnitLength
, bool preserveAlpha, const Vector<float>& kernelMatrix)
56
return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode,
kernelUnitLength
,
133
FloatPoint FEConvolveMatrix::
kernelUnitLength
() const
138
bool FEConvolveMatrix::setKernelUnitLength(const FloatPoint&
kernelUnitLength
)
140
if (m_kernelUnitLength ==
kernelUnitLength
)
142
m_kernelUnitLength =
kernelUnitLength
;
483
<< "
kernelUnitLength
=\"" << m_kernelUnitLength << "\" "
FEConvolveMatrix.h
69
FloatPoint
kernelUnitLength
() const;
FEDiffuseLighting.cpp
136
<< "
kernelUnitLength
=\"" << m_kernelUnitLengthX << ", " << m_kernelUnitLengthY << "\"]\n";
/external/webkit/Source/WebCore/svg/
svgattrs.in
105
kernelUnitLength
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla
273
kernelunitlength
/external/webkit/Source/WebCore/
ChangeLog-2005-12-19
[
all
...]
ChangeLog-2008-08-10
[
all
...]
ChangeLog-2010-05-24
[
all
...]
Completed in 142 milliseconds