OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernelUnitLength
(Results
1 - 2
of
2
) 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;
Completed in 56 milliseconds