OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FEConvolveMatrix
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp
27
#include "
FEConvolveMatrix
.h"
37
FEConvolveMatrix
::
FEConvolveMatrix
(Filter* filter, const IntSize& kernelSize,
52
PassRefPtr<
FEConvolveMatrix
>
FEConvolveMatrix
::create(Filter* filter, const IntSize& kernelSize,
56
return adoptRef(new
FEConvolveMatrix
(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
61
IntSize
FEConvolveMatrix
::kernelSize() const
66
void
FEConvolveMatrix
::setKernelSize(const IntSize& kernelSize)
71
const Vector<float>&
FEConvolveMatrix
::kernel() const
76
void
FEConvolveMatrix
::setKernel(const Vector<float>& kernel
[
all
...]
FEConvolveMatrix.h
45
class
FEConvolveMatrix
: public FilterEffect {
47
static PassRefPtr<
FEConvolveMatrix
> create(Filter*, const IntSize&,
83
FEConvolveMatrix
(Filter*, const IntSize&, float, float,
/external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp
133
FEConvolveMatrix
* convolveMatrix = static_cast<
FEConvolveMatrix
*>(effect);
251
RefPtr<FilterEffect> effect =
FEConvolveMatrix
::create(filter,
/external/webkit/Source/WebCore/
Android.mk
696
platform/graphics/filters/
FEConvolveMatrix
.cpp \
[
all
...]
Completed in 50 milliseconds